Skip to content

Commit

Permalink
Merge pull request #128 from zcash/incrementalmerkletree_testing_3
Browse files Browse the repository at this point in the history
Release incrementalmerkletree-testing 0.3
  • Loading branch information
nuttycom authored Jan 31, 2025
2 parents 7ceefde + 4406591 commit e21b5b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = ["algorithms", "data-structures"]
[workspace.dependencies]
# Intra-workspace dependencies
incrementalmerkletree = { version = "0.8.1", path = "incrementalmerkletree" }
incrementalmerkletree-testing = { version = "0.2", path = "incrementalmerkletree-testing" }
incrementalmerkletree-testing = { version = "0.3", path = "incrementalmerkletree-testing" }

# Testing
proptest = "1"
5 changes: 5 additions & 0 deletions incrementalmerkletree-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to Rust's notion of

## Unreleased

## [0.3.0] - 2025-01-30

### Changed
- Updated to `incrementalmerkletree 0.8`

## [0.2.0] - 2024-10-04

This release includes a significant refactoring and rework of several methods
Expand Down
2 changes: 1 addition & 1 deletion incrementalmerkletree-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "incrementalmerkletree-testing"
description = "Common types, interfaces, and utilities for testing Merkle tree data structures"
version = "0.2.0"
version = "0.3.0"
authors = [
"Kris Nuttycombe <[email protected]>",
"Sean Bowe <[email protected]>",
Expand Down

0 comments on commit e21b5b6

Please sign in to comment.