From 9f228dba2691fc572c38fc42f2aa7869c1af0bbf Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 19 Jan 2020 12:49:10 -0800 Subject: [PATCH] Release/v0.12.0-rc0 --- tendermint/Cargo.toml | 2 +- tendermint/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index e6b890a50..a81c7a45b 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint" -version = "0.11.0" # Also update `html_root_url` in lib.rs when bumping this +version = "0.12.0-rc0" # Also update `html_root_url` in lib.rs when bumping this license = "Apache-2.0" homepage = "https://www.tendermint.com/" repository = "https://github.com/interchainio/tendermint-rs/tree/master/tendermint" diff --git a/tendermint/src/lib.rs b/tendermint/src/lib.rs index 2eff278a2..d1af1c331 100644 --- a/tendermint/src/lib.rs +++ b/tendermint/src/lib.rs @@ -15,7 +15,7 @@ #![forbid(unsafe_code)] #![doc( html_logo_url = "https://raw.githubusercontent.com/tendermint/kms/master/img/tendermint.png", - html_root_url = "https://docs.rs/tendermint/0.11.0" + html_root_url = "https://docs.rs/tendermint/0.12.0-rc0" )] #[macro_use]