Release sapling-crypto version 0.4.0

This commit is contained in:
Kris Nuttycombe 2024-12-16 20:19:02 -07:00
parent 34aedac868
commit 2394484ae3
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.4.0] - 2024-12-16
### Added
- Support for Partially-Created Zcash Transactions:
- `sapling_crypto::builder::Builder::build_for_pczt`

2
Cargo.lock generated
View File

@ -1307,7 +1307,7 @@ dependencies = [
[[package]]
name = "sapling-crypto"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"aes",
"bellman",

View File

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