Skip to content

Commit

Permalink
tendermint v0.14.1 (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri <tony@iqlusion.io>
  • Loading branch information
tarcieri and tony-iqlusion authored Jun 23, 2020
1 parent 27298f0 commit ed22ca3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.14.1] (2020-06-23)

- Update `prost-amino`/`prost-amino-derive` to v0.6 ([#367])

[#367]: https://github.com/informalsystems/tendermint-rs/issues/367

## [0.14.0] (2020-06-19)

This release mainly targets compatibility with Tendermint [v0.33.x] but contains a lot of smaller improvements regarding testing and (de)serialization.
Expand Down
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tendermint"
version = "0.14.0" # Also update `html_root_url` in lib.rs and
version = "0.14.1" # Also update `html_root_url` in lib.rs and
# depending crates (rpc, light-node, ..) when bumping this
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
Expand Down
2 changes: 1 addition & 1 deletion tendermint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
unused_qualifications
)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/tendermint/0.14.0")]
#![doc(html_root_url = "https://docs.rs/tendermint/0.14.1")]

#[macro_use]
pub mod error;
Expand Down

0 comments on commit ed22ca3

Please sign in to comment.