Skip to content

Commit 93a1f07

Browse files
authored
v0.37.13 (cometbft#4372)
1 parent d7459d5 commit 93a1f07

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.changelog/unreleased/dependencies/4369-rollback-cometbft-db-upgrade.md renamed to .changelog/v0.37.13/dependencies/4369-rollback-cometbft-db-upgrade.md

File renamed without changes.

.changelog/v0.37.13/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*October 31, 2024*
2+
3+
This release rollbacks cometbft-db version to v0.9.5 due to the breaking change
4+
introduced in v0.13.0. Users wishing to use the latest version of cometbft-db
5+
are advised to upgrade to CometBFT v0.38.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## v0.37.13
4+
5+
*October 31, 2024*
6+
7+
This release rollbacks cometbft-db version to v0.9.5 due to the breaking change
8+
introduced in v0.13.0. Users wishing to use the latest version of cometbft-db
9+
are advised to upgrade to CometBFT v0.38.
10+
11+
### DEPENDENCIES
12+
13+
- `[deps]` Rollback cometbft-db version to v0.9.5 due to the breaking change
14+
that was introduced in v0.13.0
15+
([\#4369](https://github.com/cometbft/cometbft/pull/4369)).
16+
317
## v0.37.12
418

519
*October 24, 2024*

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
// The default version of TMCoreSemVer is the value used as the
66
// fallback version of CometBFT when not using git describe.
77
// It is formatted with semantic versioning.
8-
TMCoreSemVer = "0.37.12"
8+
TMCoreSemVer = "0.37.13"
99
// ABCISemVer is the semantic version of the ABCI protocol
1010
ABCISemVer = "1.0.0"
1111
ABCIVersion = ABCISemVer

0 commit comments

Comments
 (0)