Skip to content

Commit

Permalink
Merge branch 'release/v0.11.0' of https://github.com/interchainio/ten…
Browse files Browse the repository at this point in the history
…dermint-rs into release/v0.11.0
  • Loading branch information
ebuchman committed Dec 11, 2019
2 parents 0af84ae + c0acc2c commit 4b56312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Light Client:
- `signatory` from `0.12` to `0.17` ([#89])
- `subtle-encoding` from `0.3` to `0.5` ([#47])
- `uuid` from `0.7` to `0.8` ([#91])
- replace `rand_os` with `getrandome` ([#90])
- replace `rand_os` with `getrandom` ([#90])

## [0.10.0] (2019-07-30)

Expand Down Expand Up @@ -214,4 +214,3 @@ https://github.com/interchainio/tendermint-rs/commit/566dfb6a9ef9659a504b43fb8cc
[#90]: https://github.com/interchainio/tendermint-rs/pull/90
[#83]: https://github.com/interchainio/tendermint-rs/pull/83
[#91]: https://github.com/interchainio/tendermint-rs/pull/91

2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tendermint"
version = "0.11.0" # Also update `html_root_url` in lib.rs when bumping this
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/tendermint/kms/tree/master/crates/tendermint"
repository = "https://github.com/interchainio/tendermint-rs/tree/master/tendermint"
readme = "README.md"
categories = ["cryptography", "database"]
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
Expand Down

0 comments on commit 4b56312

Please sign in to comment.