Bump version to 0.2.1
This commit is contained in:
parent
00007d0332
commit
cc50b23713
|
@ -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"
|
||||
|
|
|
@ -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 <hdevalence@hdevalence.ca>", "Deirdre Connolly <durumcrustulum@gmail.com>"]
|
||||
readme = "README.md"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue