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

tmkms v0.4.0 #201

Merged
merged 1 commit into from
Mar 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.0] (2019-03-05)

- [`tendermint` crate v0.3.0](https://crates.io/crates/tendermint/0.3.0) ([#200])
- yubihsm: Support for exporting/importing wrapped (encrypted) keys ([#197])
- yubihsm setup ([#180], [#186])
- Ledger integration ([#176])

## [0.3.0] (2019-01-23)

- Add ability to terminate on SIGTERM or SIGINT ([#161])
Expand Down Expand Up @@ -39,6 +46,12 @@

- Initial "preview" release

[0.4.0]: https://github.com/tendermint/kms/pull/201
[#200]: https://github.com/tendermint/kms/pull/200
[#197]: https://github.com/tendermint/kms/pull/197
[#186]: https://github.com/tendermint/kms/pull/186
[#180]: https://github.com/tendermint/kms/pull/180
[#176]: https://github.com/tendermint/kms/pull/176
[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
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.4.0-beta1"
version = "0.4.0"
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: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Tendermint Key Management System

#![crate_name = "tmkms"]
#![crate_type = "rlib"]
#![deny(
warnings,
missing_docs,
Expand Down