mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-21 22:56:22 +00:00
Merge branch 'v0.33' into release/v0.33.4
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
## v0.33.5
|
||||
|
||||
|
||||
\*\*
|
||||
|
||||
Special thanks to external contributors on this release:
|
||||
|
||||
@@ -7,6 +7,7 @@ a newer version of Tendermint Core.
|
||||
|
||||
<Overview>
|
||||
|
||||
|
||||
## v0.33.4
|
||||
|
||||
### Go API
|
||||
@@ -17,6 +18,15 @@ a newer version of Tendermint Core.
|
||||
|
||||
When upgrading to version 0.33.4 you will have to fetch the `third_party` directory along with the updated proto files.
|
||||
|
||||
## v0.33.1
|
||||
|
||||
This release is compatible with the previous version. The only change that is required is if you are fetching the protobuf files for application use.
|
||||
|
||||
### Protobuf Changes
|
||||
|
||||
When upgrading to version 0.33.1 you will have to fetch the `third_party` directory along with the updated proto files.
|
||||
|
||||
|
||||
## v0.33.0
|
||||
|
||||
This release is not compatible with previous blockchains due to commit becoming signatures only and fields in the header have been removed.
|
||||
|
||||
@@ -20,6 +20,7 @@ const (
|
||||
// Must be a string because scripts like dist.sh read this file.
|
||||
// XXX: Don't change the name of this variable or you will break
|
||||
// automation :)
|
||||
|
||||
TMCoreSemVer = "0.33.4"
|
||||
|
||||
// ABCISemVer is the semantic version of the ABCI library
|
||||
|
||||
Reference in New Issue
Block a user