zcash_address 0.2.1

This commit is contained in:
Jack Grigg 2023-04-15 00:51:29 +00:00
parent c48633dadc
commit 5f7ccb6d84
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>",
]