Skip to content

Commit

Permalink
Merge pull request #425 from zcash/release-0.8.0
Browse files Browse the repository at this point in the history
orchard release version 0.8.0
  • Loading branch information
str4d committed Mar 25, 2024
2 parents 33474bd + d8e2bc6 commit 8cd63b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.8.0] - 2024-03-25

### Added
- `orchard::note::Rho`
- `orchard::action::Action::rho`
- `orchard::note_encryption::CompactAction::rho`
- `orchard::note_encryption::OrchardDomain::for_compact_action`
- Additions under the `test-dependencies` feature flag:
- `orchard::tree::MerkleHashOrchard::random`
- `impl Distribution<MerkleHashOrchard> for Standard`

### Changed
- The following methods have their `Nullifier`-typed argument or return value
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.1"
version = "0.8.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",
Expand Down

0 comments on commit 8cd63b3

Please sign in to comment.