Merge pull request #420 from zcash/release-0.7.1

Release 0.7.1
This commit is contained in:
str4d 2024-02-29 22:38:17 +00:00 committed by GitHub
commit 1db974141b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View File

@ -7,10 +7,12 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.7.1] - 2024-02-29
### Added
- `impl subtle::ConstantTimeEq for note::Nullifier`
- `impl Clone for note_encryption::CompactAction`
- `note_encryption::CompactAction::cmx`
- `impl subtle::ConstantTimeEq for orchard::note::Nullifier`
- `orchard::note_encryption`:
- `CompactAction::cmx`
- `impl Clone for CompactAction`
## [0.7.0] - 2024-01-26
### Licensing

2
Cargo.lock generated
View File

@ -1412,7 +1412,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"aes",
"bitvec",

View File

@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.7.0"
version = "0.7.1"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",