zcash_client_backend release version 0.12.1

This commit is contained in:
Kris Nuttycombe 2024-03-27 14:31:45 -06:00
parent d431889560
commit 1cb33c8b06
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3009,7 +3009,7 @@ dependencies = [
[[package]]
name = "zcash_client_backend"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"assert_matches",
"base64",

View File

@ -7,6 +7,13 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.12.1] - 2024-03-27
### Fixed
- This release fixes a problem in note selection when sending to a transparent
recipient, whereby available funds were being incorrectly excluded from
input selection.
## [0.12.0] - 2024-03-25
### Added

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_client_backend"
description = "APIs for creating shielded Zcash light clients"
version = "0.12.0"
version = "0.12.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"