Skip to content

Commit

Permalink
Merge pull request #135 from zcash/release-0.1.3
Browse files Browse the repository at this point in the history
sapling-crypto release version 0.1.3
  • Loading branch information
nuttycom authored Mar 25, 2024
2 parents 54fc7d3 + 14c042e commit d23547f
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,8 +7,13 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.1.3] - 2024-03-25

### Added
- `impl {PartialOrd, Ord} for sapling_crypto::note::Nullifier`
- Additions under the `test-dependencies` feature flag:
- `sapling-crypto::tree::Node::random`
- `impl Distribution<sapling-crypto::tree::Node> for Standard`

## [0.1.2] - 2024-03-08
### Added
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 = "sapling-crypto"
version = "0.1.2"
version = "0.1.3"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down

0 comments on commit d23547f

Please sign in to comment.