From bc7454265d46605d2b4ee26232dff2da1e41591a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 22 Apr 2021 08:54:51 -0700 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 3 +-- Cargo.toml | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1396c6af..1e567291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.10.1 (2021-04-22) +### Changed +- Bump tendermint-rs crates to v0.19 ([#327]) + +[#327]: https://github.com/iqlusioninc/tmkms/pull/327 + ## 0.10.0 (2021-02-16) This release is compatible with [tendermint v0.34] or older. diff --git a/Cargo.lock b/Cargo.lock index 856ff406..c8d505aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2285,7 +2285,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tmkms" -version = "0.10.0" +version = "0.10.1" dependencies = [ "abscissa_core", "abscissa_tokio", @@ -2294,7 +2294,6 @@ dependencies = [ "bytes 1.0.1", "chrono", "ed25519-dalek", - "funty", "getrandom 0.1.16", "gumdrop", "hkd32", diff --git a/Cargo.toml b/Cargo.toml index 254f2c9e..ef7641f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Tendermint Key Management System: provides isolated, optionally HSM-backed signing key management for Tendermint applications including validators, oracles, IBC relayers, and other transaction signing applications """ -version = "0.10.0" +version = "0.10.1" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/tmkms/" @@ -21,7 +21,6 @@ bytes_v0_5 = { version = "0.5", package = "bytes" } bytes = "1" chrono = "0.4" ed25519-dalek = "1" -funty = "=1.1.0" getrandom = "0.1" gumdrop = "0.7" hkd32 = { version = "0.5", default-features = false, features = ["mnemonic"] }