From 4e41b625422d7ad0694455d89298875c0dc7387f Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Wed, 23 Jan 2019 19:22:38 +0100 Subject: [PATCH 1/2] tmkms: bump version to 0.2.5 --- CHANGES.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dd71435..34c9818 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## [0.2.5] (2019-01-23) + +- Add ability to terminate on SIGTERM or SIGINT ([#161]) +- Remove `PoisonPillMsg` ([#162]) + ## [0.2.4] (2019-01-18) - Refactor client/tests to always dial out to tendermint/gaiad ([#149], [#150]) @@ -33,7 +38,9 @@ ## 0.0.1 (2018-10-16) - Initial "preview" release - +[0.2.5]: https://github.com/tendermint/kms/pull/165 +[#161]: https://github.com/tendermint/kms/pull/161 +[#162]: https://github.com/tendermint/kms/pull/162 [0.2.4]: https://github.com/tendermint/kms/pull/156 [#149]: https://github.com/tendermint/kms/pull/149 [#150]: https://github.com/tendermint/kms/pull/150 diff --git a/Cargo.lock b/Cargo.lock index 2debc95..be4c839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,7 +906,7 @@ dependencies = [ [[package]] name = "tmkms" -version = "0.2.4" +version = "0.2.5" dependencies = [ "abscissa 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "abscissa_derive 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a861c63..a21d41d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tmkms" description = "Tendermint Key Management System" -version = "0.2.4" +version = "0.2.5" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" homepage = "https://github.com/tendermint/kms/" From cf688e27b542a7adb7dd4dbb37201b3df07a8dbc Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Thu, 24 Jan 2019 09:47:56 +0100 Subject: [PATCH 2/2] tmkms: bump version to 0.3.0 --- CHANGES.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 34c9818..cc8587c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## [0.2.5] (2019-01-23) +## [0.3.0] (2019-01-23) - Add ability to terminate on SIGTERM or SIGINT ([#161]) - Remove `PoisonPillMsg` ([#162]) @@ -38,7 +38,7 @@ ## 0.0.1 (2018-10-16) - Initial "preview" release -[0.2.5]: https://github.com/tendermint/kms/pull/165 +[0.3.0]: https://github.com/tendermint/kms/pull/165 [#161]: https://github.com/tendermint/kms/pull/161 [#162]: https://github.com/tendermint/kms/pull/162 [0.2.4]: https://github.com/tendermint/kms/pull/156 diff --git a/Cargo.lock b/Cargo.lock index be4c839..d4ec554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,7 +906,7 @@ dependencies = [ [[package]] name = "tmkms" -version = "0.2.5" +version = "0.3.0" dependencies = [ "abscissa 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "abscissa_derive 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a21d41d..dcdd8f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tmkms" description = "Tendermint Key Management System" -version = "0.2.5" +version = "0.3.0" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" homepage = "https://github.com/tendermint/kms/"