Skip to content

Commit

Permalink
Release v0.9.1 (#101)
Browse files Browse the repository at this point in the history
* Prepare v0.9.1 changelog

Signed-off-by: Thane Thomson <[email protected]>

* Fix version number in source changelog entry

Signed-off-by: Thane Thomson <[email protected]>

* unclog build

Signed-off-by: Thane Thomson <[email protected]>

* Sync changelog build config with CometBFT

Signed-off-by: Thane Thomson <[email protected]>

* unclog build

Signed-off-by: Thane Thomson <[email protected]>

---------

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Dec 4, 2023
1 parent c584d81 commit d56a452
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions .changelog/v0.9.0/dependencies/97-update-rocksdb.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Use RocksDB 8, testing with v8.8.1
([\#97](https://github.com/cometbft/cometbft-db/pull/97))
- Use RocksDB v8, testing with v8.8.1
([\#97](https://github.com/cometbft/cometbft-db/pull/97))
5 changes: 5 additions & 0 deletions .changelog/v0.9.1/summary.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d56a452

Please sign in to comment.