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:
commit
19fce07c4d
|
@ -3072,7 +3072,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_client_sqlite"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bls12_381",
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue