Skip to content

Commit

Permalink
Release shardtree version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 12, 2024
1 parent 1f86f12 commit 1c37f9f
Show file tree
Hide file tree
Showing 3 changed files with 7 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.

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

## Unreleased

## [0.4.0] - 2024-08-12

### Added
- `shardtree::tree::Tree::{is_leaf, map, try_map, empty_pruned}`
- `shardtree::tree::LocatedTree::{map, try_map}`
- `shardtree::prunable::PrunableTree::{has_computable_root, is_full}`
- `shardtree::prunable::LocatedPrunableTree::{max_position}`

### Changed
- Updated to use `incrementalmerkletree-v0.6`.

### Removed
- `shardtree::tree::LocatedTree::max_position` did not behave correctly regarding
annotated parent nodes. Use `LocatedPrunableTree::max_position` instead.
Expand Down
2 changes: 1 addition & 1 deletion shardtree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shardtree"
version = "0.3.1"
version = "0.4.0"
authors = [
"Kris Nuttycombe <[email protected]>",
]
Expand Down

0 comments on commit 1c37f9f

Please sign in to comment.