From 3afcfe430b036e8a88ae5a3709092e5ce8b6328d Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 21 Aug 2024 16:30:38 -0600 Subject: [PATCH 1/2] release zcash_client_sqlite version 0.11.1 --- Cargo.lock | 2 +- zcash_client_sqlite/CHANGELOG.md | 2 ++ zcash_client_sqlite/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196f4119b..e4f3541b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_matches", "bip32", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index a04973c7f..e577920ec 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,6 +7,8 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.11.1] - 2024-08-21 + ### Fixed - The dependencies of the `tx_retrieval_queue` migration have been fixed to enable migrating wallets containing certain kinds of transactions. diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 9e23a9b2b..069a495b6 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.0" +version = "0.11.1" authors = [ "Jack Grigg ", "Kris Nuttycombe " From 59582a77342d2f806f82bc210f97f0536e8cf10d Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 21 Aug 2024 16:49:13 -0600 Subject: [PATCH 2/2] Update audits for zcash_client_sqlite --- supply-chain/imports.lock | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 9e94d0893..0145b6d3b 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -244,6 +244,13 @@ user-id = 169181 user-login = "nuttycom" user-name = "Kris Nuttycombe" +[[publisher.zcash_client_sqlite]] +version = "0.11.1" +when = "2024-08-21" +user-id = 169181 +user-login = "nuttycom" +user-name = "Kris Nuttycombe" + [[publisher.zcash_encoding]] version = "0.2.0" when = "2022-10-19"