Merge pull request #120 from zcash/release-0.1.0

Release 0.1.0
This commit is contained in:
str4d 2024-01-26 20:50:18 +00:00 committed by GitHub
commit ab3aea55c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -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`.

2
Cargo.lock generated
View File

@ -1271,7 +1271,7 @@ dependencies = [
[[package]]
name = "sapling-crypto"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"aes",
"bellman",

View File

@ -1,6 +1,6 @@
[package]
name = "sapling-crypto"
version = "0.0.1"
version = "0.1.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",