Skip to content

Commit

Permalink
Release bridgetree version 0.6.0.
Browse files Browse the repository at this point in the history
This change removes `bridgetree` from the workspace, so that it will no
longer be maintained in lockstep with changes to the
`incrementalmerkletree` crate. `bridgetree` will only receive bug-fix
changes in the future.
  • Loading branch information
nuttycom committed Sep 25, 2024
1 parent 771c085 commit 13a52fc
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 22 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
members = [
"incrementalmerkletree",
"incrementalmerkletree-testing",
"bridgetree",
"shardtree",
]
exclude = [
"bridgetree",
]

[workspace.package]
edition = "2021"
Expand Down
3 changes: 3 additions & 0 deletions bridgetree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.6.0] - 2024-09-25

### Changed
- MSRV is now 1.64
- Migrated to `incrementalmerkletree 0.7`.

## [0.5.0] - 2024-08-12

Expand Down
Loading

0 comments on commit 13a52fc

Please sign in to comment.