mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
changelog and version
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.0 (October 27, 2017)
|
||||||
|
|
||||||
|
BREAKING CHANGES:
|
||||||
|
- [cli] consolidate example apps under a single `abci-cli` binary
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
- [cli] use spf13/cobra instead of urfave/cli
|
||||||
|
- [dummy] use iavl instead of merkleeyes, and add support for historical queries
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
- [client] fix deadlock on StopForError
|
||||||
|
|
||||||
## 0.6.0 (September 22, 2017)
|
## 0.6.0 (September 22, 2017)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
@ -3,7 +3,7 @@ package version
|
|||||||
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
||||||
|
|
||||||
const Maj = "0"
|
const Maj = "0"
|
||||||
const Min = "6"
|
const Min = "7"
|
||||||
const Fix = "0"
|
const Fix = "0"
|
||||||
|
|
||||||
const Version = "0.6.0"
|
const Version = "0.7.0"
|
||||||
|
Reference in New Issue
Block a user