zcash_address 0.3.1

This commit is contained in:
Jack Grigg 2024-01-12 02:45:25 +00:00
parent 22271145a7
commit 29dc5d1d5c
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2990,7 +2990,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "zcash_address"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"assert_matches",
"bech32",

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.1] - 2024-01-12
### Fixed
- Stubs for `zcash_address::convert` traits that are created by `rust-analyzer`
and similar LSPs no longer reference crate-private type aliases.

View File

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