bridgetree 0.4.0

This commit is contained in:
Jack Grigg 2023-09-08 16:34:39 +00:00
parent 8c81d0bc4b
commit a73e51998e
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.4.0] - 2023-09-08
### Changed
- Migrated to `incrementalmerkletree 0.5`.
## [bridgetree-v0.3.0] - 2023-06-05
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "bridgetree"
version = "0.3.0"
version = "0.4.0"
authors = [
"Kris Nuttycombe <kris@nutty.land>",
"Sean Bowe <ewillbefull@gmail.com>",