Merge pull request #39 from zcash/release-0.3.0

Release 0.3.0
This commit is contained in:
ebfull 2022-05-10 09:39:36 -06:00 committed by GitHub
commit 070a7588ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.3.0] - 2022-05-10
### Added
- `incrementalmerkletree::bridgetree`:

View File

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