Skip to content

Commit

Permalink
Merge pull request #127 from zcash/release/shardtree-0.6
Browse files Browse the repository at this point in the history
Release shardtree version 0.6
  • Loading branch information
nuttycom authored Jan 29, 2025
2 parents b822170 + 04280c4 commit 7ceefde
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -18,7 +18,7 @@ categories = ["algorithms", "data-structures"]

[workspace.dependencies]
# Intra-workspace dependencies
incrementalmerkletree = { version = "0.8", path = "incrementalmerkletree" }
incrementalmerkletree = { version = "0.8.1", path = "incrementalmerkletree" }
incrementalmerkletree-testing = { version = "0.2", path = "incrementalmerkletree-testing" }

# Testing
Expand Down
3 changes: 3 additions & 0 deletions shardtree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to Rust's notion of

## Unreleased

## [0.6.0] - 2025-01-28

### Changed
- Update to `incrementalmerkletree 0.8.1`
- `shardtree::BatchInsertionResult.max_insert_position` now has type `Position`
instead of `Option<Position>` (all APIs return `Option<BatchInsertionResult>`
and use `None` at that level to represent "no leaves inserted").
Expand Down
2 changes: 1 addition & 1 deletion shardtree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "shardtree"
description = "A space-efficient Merkle tree with witnessing of marked leaves, checkpointing & state restoration."
version = "0.5.0"
version = "0.6.0"
authors = [
"Kris Nuttycombe <[email protected]>",
]
Expand Down

0 comments on commit 7ceefde

Please sign in to comment.