diff --git a/CHANGELOG.md b/CHANGELOG.md index de62828..71d33b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.1.3] - 2024-03-25 + ### Added - `impl {PartialOrd, Ord} for sapling_crypto::note::Nullifier` +- Additions under the `test-dependencies` feature flag: + - `sapling-crypto::tree::Node::random` + - `impl Distribution for Standard` ## [0.1.2] - 2024-03-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index ac22240..49b66c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,7 +1271,7 @@ dependencies = [ [[package]] name = "sapling-crypto" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aes", "bellman", diff --git a/Cargo.toml b/Cargo.toml index 262e846..0732624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapling-crypto" -version = "0.1.2" +version = "0.1.3" authors = [ "Sean Bowe ", "Jack Grigg ",