Release version 0.8.0

This commit is contained in:
Jae Kwon
2018-04-04 12:30:13 -07:00
parent 5c3d3f0875
commit 390de81bbc
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 0.8.0 (TBD)
## 0.8.0 (develop branch)
BREAKING:
@@ -16,7 +16,8 @@ FEATURES:
- [db] NewPrefixDB for a DB with all keys prefixed
- [db] NewDebugDB prints everything during operation
- [common] SplitAndTrim func
- [common] RandFloat64() and rand.Float64()
- [common] rand.Float64(), rand.Int63n(n), rand.Int31n(n) and global equivalents
- [common] HexBytes Format()
BUG FIXES:

View File

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