Bump version to 0.2.2

This commit is contained in:
Henry de Valence 2020-07-15 12:42:14 -07:00
parent 7424cababb
commit 233294d701
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
Entries are listed in reverse chronological order.
## 0.2.2
* Make `batch::Item: Clone + Debug` and add `batch::Item::verify_single`
for fallback verification when batch verification fails.
## 0.2.1
* Update `Cargo.toml` metadata.

View File

@ -5,7 +5,7 @@ edition = "2018"
# - Update html_root_url
# - Update CHANGELOG.md
# - Create git tag.
version = "0.2.1"
version = "0.2.2"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>", "Deirdre Connolly <durumcrustulum@gmail.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"

View File

@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.1")]
#![doc(html_root_url = "https://docs.rs/redjubjub/0.2.2")]
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![deny(missing_docs)]