Release zcash_client_sqlite version 0.10.3

This commit is contained in:
Kris Nuttycombe 2024-04-08 13:24:42 -06:00
parent e37e490450
commit a7de8a3dba
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>"