Merge pull request #1342 from zcash/release-zcash_client_sqlite-0.10.3

Release zcash_client_sqlite version 0.10.3
This commit is contained in:
Kris Nuttycombe 2024-04-08 15:02:09 -06:00 committed by GitHub
commit 19fce07c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -7,6 +7,12 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.10.3] - 2024-04-08
### Added
- Added a migration to ensure that the default address for existing wallets is
upgraded to include an Orchard receiver.
### Fixed
- A bug in the SQL query for `WalletDb::get_account_birthday` was fixed.

View File

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