2.0.5 - 2024-02-25
- Failing windows binary
2.0.4 - 2024-02-25
- Bump version
- Update
serde-trim
dependency - Use cargo-dist for release management
2.0.1 - 2022-10-19
- Clarify README.
- Add a basic test.
- Add github workflow.
- Update import/export commands to use supplied CSV file path.
- Fix version for
gogo
executable.
- Fixes #7.
2.0.0 - 2022-10-18
- NOTE
v2.0.0
switches backend from rocksdb to sqlite. It is backward incompatible with anyv1.0.*
.
- Ensure you are using
v1.0.1
. - Run
gogo export
, take note of theoutput_ts.csv
file. - Update to
v2.0.0
. - Ensure you've correctly set
GOGODB_PATH
env var. - Run
gogo import /path/to/output_ts.csv
.
1.0.1 - 2022-10-17
- Added export command, to allow transition from rocksdb backend to sqlite backend in the next release.