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 #346 from tendermint/v0.6.3
Browse files Browse the repository at this point in the history
v0.6.3
  • Loading branch information
tarcieri authored Aug 7, 2019
2 parents 30c2ae3 + 5b77394 commit a77998c
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 <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
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 a77998c

Please sign in to comment.