zcash_proofs 0.7.1

This commit is contained in:
Jack Grigg 2022-07-05 17:33:07 +00:00
parent de46215d23
commit bac093f585
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.7.1] - 2022-07-05
### Added
- `zcash_proofs::sapling::BatchValidator`

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_proofs"
description = "Zcash zk-SNARK circuits and proving APIs"
version = "0.7.0"
version = "0.7.1"
authors = [
"Jack Grigg <jack@z.cash>",
]