Skip to content

Commit

Permalink
Release shardtree version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Oct 4, 2024
1 parent ae71785 commit 771a933
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

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

## Unreleased

## [0.5.0] - 2024-10-04

This release includes a significant refactoring and rework of several methods
of the `shardtree::ShardTree` type and the `shardtree::store::ShardStore`
trait. Please read the notes for this release carefully as the semantics of
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.4.0"
version = "0.5.0"
authors = [
"Kris Nuttycombe <kris@nutty.land>",
]
Expand Down

0 comments on commit 771a933

Please sign in to comment.