Merge pull request #1224 from nuttycom/release/zcash_keys-0.1.1

Release zcash_keys version 0.1.1
This commit is contained in:
str4d 2024-03-04 23:40:26 +00:00 committed by GitHub
commit 0c12f31da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3124,7 +3124,7 @@ dependencies = [
[[package]]
name = "zcash_keys"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"bech32",
"bls12_381",

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.1.1] - 2024-03-04
### Added
- `zcash_keys::keys::UnifiedAddressRequest::all`

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_keys"
description = "Zcash key and address management"
version = "0.1.0"
version = "0.1.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"