This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
changelog and version
pull/1842/head
Ethan Buchman
7 years ago
parent
d46b9afb79
commit
db3d1cb7fa
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
CHANGELOG.md
+1
-1
version/version.go
+ 11
- 0
CHANGELOG.md
View File
@ -1,5 +1,16 @@
# 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)
BREAKING:
+ 1
- 1
version/version.go
View File
@ -1,3 +1,3 @@
package
version
const
Version
=
"0.7.
0
"
const
Version
=
"0.7.
1
"
Write
Preview
Loading…
Cancel
Save