Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
tmkms v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Dec 3, 2018
1 parent 15eec33 commit 7b72b46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.2] (2018-12-03)

- Allow empty BlockIds in validation method ([#131], [#132])

## [0.2.1] (2018-11-27)

- Encode node (and softwign) private keys as Base64 ([#127])
Expand All @@ -21,6 +25,9 @@

- Initial "preview" release

[0.2.2]: https://github.com/tendermint/kms/pull/134
[#132]: https://github.com/tendermint/kms/pull/132
[#131]: https://github.com/tendermint/kms/pull/131
[0.2.1]: https://github.com/tendermint/kms/pull/126
[#127]: https://github.com/tendermint/kms/pull/127
[#121]: https://github.com/tendermint/kms/pull/121
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.

4 changes: 2 additions & 2 deletions 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.2.1"
version = "0.2.2"
authors = ["Tony Arcieri <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/tendermint/kms/"
Expand Down Expand Up @@ -35,7 +35,7 @@ signatory = { version = "0.10", features = ["ed25519"] }
signatory-dalek = "0.10"
signatory-yubihsm = { version = "0.10", optional = true }
subtle-encoding = "0.3"
tendermint = { version = "0.1", path = "tendermint-rs" }
tendermint = { version = "0.1.4", path = "tendermint-rs" }

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 7b72b46

Please sign in to comment.