Skip to content

Commit 1fb91f5

Browse files
committed
Release zcash_keys 0.5.1
1 parent 1315231 commit 1fb91f5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zcash_keys/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ and this library adheres to Rust's notion of
66

77
## [Unreleased]
88

9+
## [0.4.1, 0.5.1] - 2025-05-07
10+
11+
### Added
12+
- `zcash_keys::Address::to_transparent_address`
13+
- `zcash_keys::Address::to_sapling_address`
14+
915
## [0.5.0] - 2024-11-14
1016

1117
### Changed
1218
- Migrated to `zcash_primitives 0.20.0`
1319
- MSRV is now 1.77.0.
1420

15-
## [0.4.1] - 2025-05-07
16-
17-
### Added
18-
- `zcash_keys::Address::to_transparent_address`
19-
- `zcash_keys::Address::to_sapling_address`
20-
2121
## [0.4.0] - 2024-10-04
2222

2323
### Added

zcash_keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zcash_keys"
33
description = "Zcash key and address management"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = [
66
"Jack Grigg <[email protected]>",
77
"Kris Nuttycombe <[email protected]>"

0 commit comments

Comments
 (0)