From b76e7e25099e14ab1ce35f74b15d5c63597eef3c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 26 Jan 2024 19:30:42 +0000 Subject: [PATCH] sapling-crypto 0.1.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0355385..fed3804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0] - 2024-01-26 +The crate has been completely rewritten. See [`zcash/librustzcash`] for the +history of this rewrite. + The entries below are relative to the `zcash_primitives::sapling` module as of `zcash_primitives 0.13.0`. diff --git a/Cargo.lock b/Cargo.lock index 2c46b31..6866cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,7 +1271,7 @@ dependencies = [ [[package]] name = "sapling-crypto" -version = "0.0.1" +version = "0.1.0" dependencies = [ "aes", "bellman", diff --git a/Cargo.toml b/Cargo.toml index 31e0e22..576947e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapling-crypto" -version = "0.0.1" +version = "0.1.0" authors = [ "Sean Bowe ", "Jack Grigg ",