From d09f0f6c5e000b2096a74a928b5eff9f1524f262 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 16 Dec 2019 18:13:03 -0800 Subject: [PATCH] v0.7.0 --- CHANGES.md | 7 ++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c80e4ef..adb1100 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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]) @@ -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 diff --git a/Cargo.lock b/Cargo.lock index f0143e4..e0f2930 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,7 +1906,7 @@ dependencies = [ [[package]] name = "tmkms" -version = "0.7.0-alpha3" +version = "0.7.0" dependencies = [ "abscissa_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 582a954..a1a1328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Ismail Khoffi "] license = "Apache-2.0" homepage = "https://github.com/tendermint/kms/" diff --git a/src/lib.rs b/src/lib.rs index 3249d05..33f8b9a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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!(