-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
c584d81
commit d56a452
Showing
4 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters