Skip to content

Commit

Permalink
Merge pull request #496 from cosmos/release-v0.10.0
Browse files Browse the repository at this point in the history
version and changelog
  • Loading branch information
ebuchman authored Feb 21, 2018
2 parents 6197eb8 + 0515bc0 commit 8ccf055
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.10.0 (February 20, 2017)

BREAKING CHANGES

* [baseapp] NewBaseApp(logger, db)
* [baseapp] NewContext(isCheckTx, header)
* [x/bank] CoinMapper -> CoinKeeper

FEATURES

* [examples/gaia] Mock CLI !
* [baseapp] InitChainer, BeginBlocker, EndBlocker
* [baseapp] MountStoresIAVL

IMPROVEMENTS

* [docs] Various improvements.
* [basecoin] Much simpler :)

BUG FIXES

* [baseapp] initialize and reset msCheck and msDeliver properly

## 0.9.0 (February 13, 2017)

BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package version
// TODO improve

const Maj = "0"
const Min = "9"
const Min = "10"
const Fix = "0"

const Version = "0.9.0-dev"
const Version = "0.10.0"

// GitCommit set by build flags
var GitCommit = ""

0 comments on commit 8ccf055

Please sign in to comment.