diff --git a/.changelog/config.toml b/.changelog/config.toml index cd57da3..835622c 100644 --- a/.changelog/config.toml +++ b/.changelog/config.toml @@ -1 +1,17 @@ project_url = 'https://github.com/cometbft/cometbft-db' + +sort_releases_by = [ + "date", + "version" +] +release_date_formats = [ + # "*December 1, 2023* + "*%B %d, %Y*", + # "*Dec 1, 2023* + "*%b %d, %Y*", + # "2023-12-01" (ISO format) + "%F", +] + +[change_set_sections] +sort_entries_by = "entry-text" diff --git a/.changelog/v0.9.0/dependencies/97-update-rocksdb.md b/.changelog/v0.9.0/dependencies/97-update-rocksdb.md index 48345af..8c8c014 100644 --- a/.changelog/v0.9.0/dependencies/97-update-rocksdb.md +++ b/.changelog/v0.9.0/dependencies/97-update-rocksdb.md @@ -1,2 +1,2 @@ -- Use RocksDB 8, testing with v8.8.1 - ([\#97](https://github.com/cometbft/cometbft-db/pull/97)) \ No newline at end of file +- Use RocksDB v8, testing with v8.8.1 + ([\#97](https://github.com/cometbft/cometbft-db/pull/97)) diff --git a/.changelog/v0.9.1/summary.md b/.changelog/v0.9.1/summary.md new file mode 100644 index 0000000..625b452 --- /dev/null +++ b/.changelog/v0.9.1/summary.md @@ -0,0 +1,5 @@ +*December 4, 2023* + +This release is precisely the same code-wise as v0.9.0, except that it builds +the `cometbft/cometbft-db-testing` Docker image for both `linux/amd64` and +`linux/arm64` platforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index 974e6c7..997351e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.9.1 + +*December 4, 2023* + +This release is precisely the same code-wise as v0.9.0, except that it builds +the `cometbft/cometbft-db-testing` Docker image for both `linux/amd64` and +`linux/arm64` platforms. + ## v0.9.0 *December 1, 2023* @@ -40,10 +48,10 @@ upgrade to the latest version(s) of Go ASAP. ### DEPENDENCIES -- Update to the latest version of golang.org/x/net - ([\#40](https://github.com/cometbft/cometbft-db/pull/40)) - Switch rocksdb binding from gorocksdb to grocksdb, bump librocksdb dependency to `v7.10.2` ([\#42](https://github.com/cometbft/cometbft-db/pull/42)) +- Update to the latest version of golang.org/x/net + ([\#40](https://github.com/cometbft/cometbft-db/pull/40)) ## v0.7.0