Skip to content

Commit

Permalink
Merge pull request #101 from zcash/release-incrementalmerkletree-v0.5.1
Browse files Browse the repository at this point in the history
Release incrementalmerkletree version 0.5.1
  • Loading branch information
nuttycom authored Mar 25, 2024
2 parents e1a7a80 + 17429d0 commit 65b1537
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.

7 changes: 7 additions & 0 deletions incrementalmerkletree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ and this project adheres to Rust's notion of

## Unreleased

## [0.5.1] - 2024-03-25

### Added
- `incrementalmerkletree::Frontier::tree_size`
- Additions under the `test-dependencies` feature flag:
- `incrementalmerkletree::frontier::{NonEmptyFrontier, Frontier}::{
random_of_size, random_with_prior_subtree_roots
}`
- `impl Distribution<incrementalmerkletree::frontier::testing::TestNode> for Standard`

## [0.5.0] - 2023-09-08

Expand Down
2 changes: 1 addition & 1 deletion incrementalmerkletree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "incrementalmerkletree"
description = "Common types, interfaces, and utilities for Merkle tree data structures"
version = "0.5.0"
version = "0.5.1"
authors = [
"Sean Bowe <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down

0 comments on commit 65b1537

Please sign in to comment.