Merge pull request #363 from zcash/release-0.3.0

Release of orchard 0.3.0
This commit is contained in:
ebfull 2022-10-19 12:59:56 -06:00 committed by GitHub
commit f1d2502d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2022-10-19
### Added ### Added
- `orchard::Proof::add_to_batch` - `orchard::Proof::add_to_batch`
- `orchard::address::Address::diversifier` - `orchard::address::Address::diversifier`

View File

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