Skip to content

Commit

Permalink
dep: Change tendermint dep to be ^v0.22.0
Browse files Browse the repository at this point in the history
This is done to remove the need for an override constraint for tendermint
in the sdk.

Closes #90
  • Loading branch information
ValarDragon committed Jul 25, 2018
1 parent 4097d89 commit 7582097
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## PENDING

IMPROVEMENTS

- Change tendermint dep to ^v0.22.0

## 0.9.2 (July 3, 2018)

IMPROVEMTS
IMPROVEMENTS

- some minor changes: mainly lints, updated parts of documentation, unexported some helpers (#80)

Expand Down
72 changes: 62 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = "github.com/tendermint/go-amino"

[[constraint]]
version = "=0.22.0-rc2"
version = "^0.22.0"
name = "github.com/tendermint/tendermint"

[prune]
Expand Down

0 comments on commit 7582097

Please sign in to comment.