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 #383 from tendermint/v0.7.0
Browse files Browse the repository at this point in the history
v0.7.0
  • Loading branch information
tarcieri committed Dec 17, 2019
2 parents 8533bf9 + d09f0f6 commit 8bd3bbf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.7.0 (UNRELEASED)
## [0.7.0] (2019-12-16)

- Upgrade to `abscissa` v0.5 ([#382])
- Validate chains are registered on startup ([#376])
- Upgrade to `abscissa` v0.5.0-rc.0 ([#374])
- Use an initial height of 0 in default chain state ([#373])
- Upgrade `tendermint-rs` to v0.11 ([#372])
- Upgrade to `signatory` v0.16; `yubihsm` v0.29.0 ([#367])
Expand Down Expand Up @@ -165,8 +165,9 @@ section in the Tendermint KMS YubiHSM docs:

- Initial "preview" release

[0.7.0]: https://github.com/tendermint/kms/pull/383
[#382]: https://github.com/tendermint/kms/pull/382
[#376]: https://github.com/tendermint/kms/pull/376
[#374]: https://github.com/tendermint/kms/pull/374
[#373]: https://github.com/tendermint/kms/pull/373
[#372]: https://github.com/tendermint/kms/pull/372
[#367]: https://github.com/tendermint/kms/pull/367
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.7.0-alpha3" # Also update html_root_url in lib.rs when bumping this
version = "0.7.0" # 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, rust_2018_idioms, missing_docs, unused_qualifications)]
#![doc(html_root_url = "https://docs.rs/tmkms/0.7.0-alpha3")]
#![doc(html_root_url = "https://docs.rs/tmkms/0.7.0")]

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

0 comments on commit 8bd3bbf

Please sign in to comment.