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
changeloge, version
pull/1842/head
Ethan Buchman
7 years ago
parent
3d98504c4c
commit
35838b6af8
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
CHANGELOG.md
+1
-1
version/version.go
+ 6
- 0
CHANGELOG.md
View File
@ -1,5 +1,11 @@
# Changelog
## 0.3.1 (September 22, 2017)
BUG FIXES:
- [common] fix WriteFileAtomic to not use /tmp, which can be on another device
## 0.3.0 (September 22, 2017)
BREAKING CHANGES:
+ 1
- 1
version/version.go
View File
@ -1,3 +1,3 @@
package
version
const
Version
=
"0.3.
0
"
const
Version
=
"0.3.
1
"
Write
Preview
Loading…
Cancel
Save