zcash_client_backend release version 0.12.1
This commit is contained in:
parent
d431889560
commit
1cb33c8b06
|
@ -3009,7 +3009,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_client_backend"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"base64",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue