diff --git a/Cargo.toml b/Cargo.toml index 5b50f57..7c436c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonnerie" -version = "0.8.6" +version = "0.9.0" authors = ["Charles Samuels ", "e.ventures Management LLC"] edition = "2021" description = "An easy timeseries database" diff --git a/Changelog.md b/Changelog.md index 20d334a..9595d5d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.9.0: 2024-07-03 +* add `--columns` option to CLI +* MacOS build support + # 0.8.6: 2024-02-11 * Fix race condition while opening db when compacting * Fix infinite loop during compaction