mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
changelog and version
This commit is contained in:
parent
3400cee845
commit
bd9d0d1637
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.2 (June 16, 2017)
|
||||
|
||||
FEATURES:
|
||||
|
||||
- [common] IsHex and StripHex for handling `0x` prefixed hex strings
|
||||
- [log] NewTracingLogger returns a logger that output error traces, ala `github.com/pkg/errors`
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- [cli] Error handling for tests
|
||||
- [cli] Support dashes in ENV variables
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- [flowrate] Fix non-deterministic test failures
|
||||
|
||||
|
||||
## 0.2.1 (June 2, 2017)
|
||||
|
||||
FEATURES:
|
||||
|
3
version/version.go
Normal file
3
version/version.go
Normal file
@ -0,0 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.2.2"
|
Loading…
x
Reference in New Issue
Block a user