From 7f2be28be81f74471f7479fa79fdff60ed725f52 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Fri, 4 Oct 2024 10:47:37 -0600 Subject: [PATCH] Release zcash_client_sqlite version 0.12.0 --- Cargo.lock | 2 +- supply-chain/imports.lock | 4 ++++ zcash_client_sqlite/CHANGELOG.md | 9 ++++++++- zcash_client_sqlite/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56a21ed5f4..caedfdde68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5897,7 +5897,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.11.2" +version = "0.12.0" dependencies = [ "ambassador", "assert_matches", diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index c4520438d4..f30e75731f 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -5,6 +5,10 @@ version = "0.14.0" audited_as = "0.13.0" +[[unpublished.zcash_client_sqlite]] +version = "0.12.0" +audited_as = "0.11.2" + [[unpublished.zcash_keys]] version = "0.4.0" audited_as = "0.3.0" diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 4920625948..6a646adfc3 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,8 +7,15 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.12.0] - 2024-10-04 + +### Added +- `impl WalletTest for WalletDb` is now available under the `test-dependencies` + feature flag. + ### Changed -- Migrated to `orchard 0.10`, `sapling-crypto 0.3`, `zcash_address 0.6`, +- Migrated to `zcash_client_backend 0.14`, `orchard 0.10`, + `sapling-crypto 0.3`, `shardtree 0.5`, `zcash_address 0.6`, `zcash_primitives 0.19`, `zcash_proofs 0.19`, `zcash_protocol 0.4`. - `zcash_client_sqlite::error::SqliteClientError::RequestedRewindInvalid` is now a structured variant. diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 7d9be2eae4..38a251775e 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_client_sqlite" description = "An SQLite-based Zcash light client" -version = "0.11.2" +version = "0.12.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "