Merge pull request #820 from zcash/zcash_address-0.2.1

`zcash_address 0.2.1`
This commit is contained in:
str4d 2023-04-15 02:45:04 +01:00 committed by GitHub
commit f293526aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.2.1] - 2023-04-15
### Changed
- Bumped internal dependency to `bech32 0.9`.
## [0.2.0] - 2022-10-19
### Added
- `zcash_address::ConversionError`

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_address"
description = "Zcash address parsing and serialization"
version = "0.2.0"
version = "0.2.1"
authors = [
"Jack Grigg <jack@electriccoin.co>",
]