Browse Source

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

release/v0.33.4
Tess Rinearson 4 years ago
committed by GitHub
parent
commit
31a0f48c4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions
  1. +1
    -0
      CHANGELOG_PENDING.md
  2. +10
    -0
      UPGRADING.md
  3. +1
    -0
      version/version.go

+ 1
- 0
CHANGELOG_PENDING.md View File

@ -1,5 +1,6 @@
## v0.33.5
\*\*
Special thanks to external contributors on this release:


+ 10
- 0
UPGRADING.md 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
- 0
version/version.go 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


Loading…
Cancel
Save