orchard 0.3.0

This commit is contained in:
Sean Bowe 2022-10-19 12:44:28 -06:00
parent 8123d896a9
commit a2f4679d23
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
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>",