Skip to content

Commit

Permalink
Merge pull request #139 from nuttycom/release/0.2.0
Browse files Browse the repository at this point in the history
Release sapling-crypto version 0.2.0
  • Loading branch information
nuttycom authored Aug 12, 2024
2 parents d23547f + 1aa5197 commit 984a088
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.2.0] - 2024-08-12

### Changed
- Updated to `incrementalmerkletree` version `0.6`.

## [0.1.3] - 2024-03-25

### Added
Expand Down
8 changes: 5 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapling-crypto"
version = "0.1.3"
version = "0.2.0"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@ tracing = "0.1"

# Note Commitment Trees
bitvec = "1"
incrementalmerkletree = { version = "0.5", features = ["legacy-api"] }
incrementalmerkletree = { version = "0.6", features = ["legacy-api"] }

# Note encryption
zcash_note_encryption = { version = "0.4", features = ["pre-zip-212"] }
Expand All @@ -72,7 +72,7 @@ zip32 = "0.1"
[dev-dependencies]
chacha20poly1305 = "0.10"
criterion = "0.4"
incrementalmerkletree = { version = "0.5", features = ["legacy-api", "test-dependencies"] }
incrementalmerkletree = { version = "0.6", features = ["legacy-api", "test-dependencies"] }
proptest = "1"
rand_xorshift = "0.3"

Expand Down

0 comments on commit 984a088

Please sign in to comment.