zcash_client_sqlite 0.10.2

This commit is contained in:
Jack Grigg 2024-03-27 11:05:26 -04:00
parent 9195019375
commit bea4097ded
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3055,7 +3055,7 @@ dependencies = [
[[package]]
name = "zcash_client_sqlite"
version = "0.10.1"
version = "0.10.2"
dependencies = [
"assert_matches",
"bls12_381",

View File

@ -7,6 +7,11 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.10.2] - 2024-03-27
### Fixed
- A bug in the SQL querey for `WalletDb::get_unspent_transparent_output` was fixed.
## [0.10.1] - 2024-03-25
### Fixed

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.10.1"
version = "0.10.2"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"