From cc50b237139508797511d816273dabd579b8617d Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 9 Jul 2020 11:52:30 -0700 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4aecc..8b60cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Entries are listed in reverse chronological order. +## 0.2.1 + +* Update `Cargo.toml` metadata. + ## 0.2.0 * Change terminology to "signing key" and "verification key" from "secret key" diff --git a/Cargo.toml b/Cargo.toml index 49610ff..8360902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" # - Update html_root_url # - Update CHANGELOG.md # - Create git tag. -version = "0.2.0" +version = "0.2.1" authors = ["Henry de Valence ", "Deirdre Connolly "] readme = "README.md" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 72637eb..2bffe86 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.0")] +#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.1")] #![cfg_attr(feature = "nightly", feature(external_doc))] #![cfg_attr(feature = "nightly", doc(include = "../README.md"))] #![deny(missing_docs)]