orchard 0.6.0

This commit is contained in:
Jack Grigg 2023-09-08 17:44:13 +00:00
parent 7fa0edbd98
commit bb6e3afc08
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.6.0] - 2023-09-08
### Changed
- MSRV is now 1.65.0.
- Migrated to `incrementalmerkletree 0.5`.

View File

@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.5.0"
version = "0.6.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",