update version, changelog

This commit is contained in:
Ethan Buchman 2018-03-21 05:15:30 +01:00
parent a86b1d8f75
commit b6400af7ac
2 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,24 @@
# Changelog
## 0.7.1 (TBD)
BREAKING:
- [merkle] PutVarint->PutUvarint in encodeByteSlice
- [db] batch.WriteSync()
FEATURES:
- [db] NewPrefixDB for a DB with all keys prefixed
IMPROVEMENTS:
- glide -> dep
BUG FIXES:
## 0.7.0 (February 20, 2018)
BREAKING:

View File

@ -1,3 +1,3 @@
package version
const Version = "0.7.0"
const Version = "0.8.0-dev"