mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
changelog and version
This commit is contained in:
parent
d46b9afb79
commit
db3d1cb7fa
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.1 (March 22, 2018)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- glide -> dep
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
- [common] Fix panic in NewBitArray for negative bits
|
||||||
|
- [common] Fix and simplify WriteFileAtomic so it cleans up properly
|
||||||
|
|
||||||
## 0.7.0 (February 20, 2018)
|
## 0.7.0 (February 20, 2018)
|
||||||
|
|
||||||
BREAKING:
|
BREAKING:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.7.0"
|
const Version = "0.7.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user