Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Aug 7, 2019
1 parent 30c2ae3 commit 5b77394
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.6.3] (2019-08-07)

- Detect and don't attempt to recover from PoisonError ([#345])

## [0.6.2] (2019-08-07)

- chain/state: Avoid panicking in update_consensus_state ([#342])
Expand Down Expand Up @@ -148,6 +152,8 @@ section in the Tendermint KMS YubiHSM docs:

- Initial "preview" release

[0.6.3]: https://github.com/tendermint/kms/pull/346
[#345]: https://github.com/tendermint/kms/pull/345
[0.6.2]: https://github.com/tendermint/kms/pull/343
[#342]: https://github.com/tendermint/kms/pull/342
[0.6.1]: https://github.com/tendermint/kms/pull/339
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "tmkms"
description = "Tendermint Key Management System"
version = "0.6.2" # Also update html_root_url in lib.rs when bumping this
version = "0.6.3" # Also update html_root_url in lib.rs when bumping this
authors = ["Tony Arcieri <[email protected]>", "Ismail Khoffi <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/tendermint/kms/"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![forbid(unsafe_code)]
#![deny(warnings, missing_docs, unused_qualifications)]
#![doc(html_root_url = "https://docs.rs/tmkms/0.6.2")]
#![doc(html_root_url = "https://docs.rs/tmkms/0.6.3")]

#[cfg(not(any(feature = "softsign", feature = "yubihsm", feature = "ledgertm")))]
compile_error!(
Expand Down

0 comments on commit 5b77394

Please sign in to comment.