orchard 0.7.1

This commit is contained in:
Jack Grigg 2024-02-29 22:26:40 +00:00
parent 2a312c0cf1
commit 79d739f197
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] ## [Unreleased]
## [0.7.1] - 2024-02-29
### Added ### Added
- `impl subtle::ConstantTimeEq for note::Nullifier` - `impl subtle::ConstantTimeEq for orchard::note::Nullifier`
- `impl Clone for note_encryption::CompactAction` - `orchard::note_encryption`:
- `note_encryption::CompactAction::cmx` - `CompactAction::cmx`
- `impl Clone for CompactAction`
## [0.7.0] - 2024-01-26 ## [0.7.0] - 2024-01-26
### Licensing ### Licensing

2
Cargo.lock generated
View File

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

View File

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