Release zcash_client_sqlite version 0.10.0

Closes #1126
This commit is contained in:
Kris Nuttycombe 2024-03-25 14:10:40 -06:00
parent 777adb871d
commit 366d5d7434
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -7,6 +7,8 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.10.0] - 2024-03-25
### Added
- A new `orchard` feature flag has been added to make it possible to
build client code without `orchard` dependendencies.

View File

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