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 #339 from tendermint/v0.6.1
Browse files Browse the repository at this point in the history
v0.6.1
  • Loading branch information
tarcieri authored Aug 6, 2019
2 parents c8f50f8 + 9a41001 commit a9f2a64
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.6.1] (2019-08-05)

- [`abscissa` crate v0.3] ([#338])
- Refactor `Session` to remove code duplication ([#337])
- Remove signal handlers ([#336])
- Double signing - allow some block ID switches ([#335])
- Consider signed `<nil>` votes to be double signs ([#334])

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

This release is tested against [tendermint v0.31] and known to be compatible
Expand Down Expand Up @@ -136,6 +144,13 @@ section in the Tendermint KMS YubiHSM docs:

- Initial "preview" release

[0.6.1]: https://github.com/tendermint/kms/pull/339
[`abscissa` crate v0.3]: https://github.com/iqlusioninc/abscissa/pull/127
[#338]: https://github.com/tendermint/kms/pull/338
[#337]: https://github.com/tendermint/kms/pull/337
[#336]: https://github.com/tendermint/kms/pull/336
[#335]: https://github.com/tendermint/kms/pull/335
[#334]: https://github.com/tendermint/kms/pull/334
[0.6.0]: https://github.com/tendermint/kms/pull/329
[tendermint v0.31]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0316
[tendermint v0.32]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0320
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.0"
version = "0.6.1" # 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.0")]
#![doc(html_root_url = "https://docs.rs/tmkms/0.6.1")]

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

0 comments on commit a9f2a64

Please sign in to comment.