From a1dec495de9cf6f05cdd189f14eff21f6ca6f94f Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 5 Jun 2023 17:07:01 -0600 Subject: [PATCH] Release of `bridgetree` v0.2.1 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. --- bridgetree/CHANGELOG.md | 7 +++++++ bridgetree/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bridgetree/CHANGELOG.md b/bridgetree/CHANGELOG.md index e30cf7f..9620e9d 100644 --- a/bridgetree/CHANGELOG.md +++ b/bridgetree/CHANGELOG.md @@ -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 diff --git a/bridgetree/Cargo.toml b/bridgetree/Cargo.toml index ce8070c..cd77a0f 100644 --- a/bridgetree/Cargo.toml +++ b/bridgetree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridgetree" -version = "0.2.0" +version = "0.2.1" authors = [ "Kris Nuttycombe ", "Sean Bowe ",