Skip to content

Commit

Permalink
Merge pull request #420 from zcash/release-0.7.1
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
str4d authored Feb 29, 2024
2 parents 2a312c0 + 79d739f commit 1db9741
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.7.0"
version = "0.7.1"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down

0 comments on commit 1db9741

Please sign in to comment.