From 390de81bbc41cd27cabf70d1d172e1c2ef890106 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 4 Apr 2018 12:30:13 -0700 Subject: [PATCH] Release version 0.8.0 --- CHANGELOG.md | 5 +++-- version/version.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70061a409..7f372d028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/version/version.go b/version/version.go index c683dd245..f17ed2ed3 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "0.8.0-dev" +const Version = "0.8.0"