Merge branch 'v0.33' into release/v0.33.4

This commit is contained in:
Tess Rinearson
2020-04-21 14:44:33 +02:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
## v0.33.5
\*\*
Special thanks to external contributors on this release:
+10
View File
@@ -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.
+1
View File
@@ -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