Skip to content

Commit

Permalink
v0.34.33 (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Apr 26, 2024
1 parent da85b33 commit 390b693
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 2 deletions.

This file was deleted.

2 changes: 2 additions & 0 deletions .changelog/v0.34.33/dependencies/2783-update-cometbft-db.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bump cometbft-db version to v0.9.1, which brings support for RocksDB v8.
([\#2783](https://github.com/cometbft/cometbft/pull/2783))
3 changes: 3 additions & 0 deletions .changelog/v0.34.33/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*April 26, 2024*

This release bumps Go version to 1.21.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v0.34.33

*April 26, 2024*

This release bumps Go version to 1.21.

### BUG FIXES

- [`bits`] prevent `BitArray.UnmarshalJSON` from crashing on 0 bits
([\#2774](https://github.com/cometbft/cometbft/pull/2774))

### DEPENDENCIES

- Bump cometbft-db version to v0.9.1, which brings support for RocksDB v8.
([\#2783](https://github.com/cometbft/cometbft/pull/2783))
- Bump Go version used to v1.21 since v1.20 has reached EOL
([\#2784](https://github.com/cometbft/cometbft/pull/2784))

## v0.34.32

*March 12, 2024*
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
// TMCoreSemVer is the used as the fallback version of CometBFT Core
// when not using git describe. It is formatted with semantic versioning.
TMCoreSemVer = "0.34.32"
TMCoreSemVer = "0.34.33"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"

Expand Down

0 comments on commit 390b693

Please sign in to comment.