Skip to content

Commit

Permalink
Release of bridgetree v0.2.1
Browse files Browse the repository at this point in the history
The `bridgetree-v0.2.0` tag was created with respect to an invalid
repository state, which did not actually contain the `bridgetree`
sources after they were factored out from the `incrementalmerkletree`
crate.
  • Loading branch information
nuttycom committed Jun 5, 2023
1 parent b2a6821 commit a1dec49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bridgetree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [bridgetree-v0.2.1] - 2023-06-05

This release has no known changes from `bridgetree-v0.2.0`. It exists because
the source code used for the `bridgetree-v0.2.0` release was not properly
persisted and tagged in the source repository at the time that the release was
made, and as a consequence the `bridgetree-v0.2.0` release has been yanked.

## [bridgetree-v0.2.0] - 2022-05-10

The `bridgetree` crate is a fork of `incrementalmerkletree`, with the contents
Expand Down
2 changes: 1 addition & 1 deletion bridgetree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridgetree"
version = "0.2.0"
version = "0.2.1"
authors = [
"Kris Nuttycombe <kris@nutty.land>",
"Sean Bowe <ewillbefull@gmail.com>",
Expand Down

0 comments on commit a1dec49

Please sign in to comment.