Browse Source

Release version 0.8.0

pull/1780/head
Jae Kwon 6 years ago
parent
commit
390de81bbc
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 3
- 2
CHANGELOG.md 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:


+ 1
- 1
version/version.go View File

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

Loading…
Cancel
Save