Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #200 from tendermint/tendermint-rs/v0.3.0
Browse files Browse the repository at this point in the history
tendermint-rs v0.3.0
  • Loading branch information
tarcieri committed Mar 6, 2019
2 parents 3a6cf9a + 4d88935 commit 6f00c5c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ signatory-dalek = "0.11"
signatory-secp256k1 = "0.11"
signatory-ledger-tm = { version = "0.11", optional = true }
subtle-encoding = { version = "0.3", features = ["bech32-preview"] }
tendermint = { version = "0.3.0-beta1", path = "tendermint-rs" }
tendermint = { version = "0.3", path = "tendermint-rs" }
tiny-bip39 = "0.6"
yubihsm = { version = "0.22", features = ["setup", "usb"], optional = true }
zeroize = "0.5"
Expand Down
6 changes: 6 additions & 0 deletions tendermint-rs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0 (2019-03-05)

- Support for secp256k1 keys ([#181])

## 0.2.0 (2019-01-23)

This release is compatible with tendermint [v0.29]
Expand Down Expand Up @@ -38,3 +42,5 @@ This release is compatible with tendermint [v0.28]
## 0.1.0 (2018-11-13)

- Initial release

[#181]: https://github.com/tendermint/kms/pull/181
2 changes: 1 addition & 1 deletion tendermint-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tendermint"
version = "0.3.0-beta1" # Also update `html_root_url` in lib.rs when bumping this
version = "0.3.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"
Expand Down
2 changes: 1 addition & 1 deletion tendermint-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#![forbid(unsafe_code)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tendermint/kms/master/img/tendermint.png",
html_root_url = "https://docs.rs/tendermint/0.3.0-beta1"
html_root_url = "https://docs.rs/tendermint/0.3.0"
)]

#[macro_use]
Expand Down

0 comments on commit 6f00c5c

Please sign in to comment.