mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-28 19:12:50 +00:00
version and changelog
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 0.3.2 (October 2, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- [autofile] fix AutoFile.Sync() to open file if it's been closed
|
||||
- [db] fix MemDb.Close() to not empty the database (ie. its just a noop)
|
||||
|
||||
|
||||
## 0.3.1 (September 22, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.3.1"
|
||||
const Version = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user