orchard 0.7.0

This commit is contained in:
Jack Grigg 2024-01-26 19:34:25 +00:00
parent 5db6454d38
commit 23ce468715
3 changed files with 4 additions and 2 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.7.0] - 2024-01-26
### Licensing
- The license for this crate is now "MIT OR Apache-2.0". The license
exception that applied to the Zcash and Zebra projects, other projects

2
Cargo.lock generated
View File

@ -1412,7 +1412,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"aes",
"bitvec",

View File

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