From 30c58ebfb2f5a2c78e6d94232fed17f0a00fa536 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 22 Sep 2023 23:26:43 +0100 Subject: [PATCH] zcash_client_sqlite 0.8.0-rc.5 --- Cargo.lock | 2 +- zcash_client_sqlite/CHANGELOG.md | 2 +- zcash_client_sqlite/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d327667f7..e0131c32d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,7 +2988,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.8.0-rc.4" +version = "0.8.0-rc.5" dependencies = [ "assert_matches", "bs58", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 957de54a6..9702928f1 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,7 +7,7 @@ and this library adheres to Rust's notion of ## [Unreleased] -## [0.8.0-rc.4] - 2023-09-19 +## [0.8.0-rc.5] - 2023-09-22 ### Notable Changes - The `v_transactions` and `v_tx_outputs` views have changed in terms of what diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index ce5f0d975..6cc1f664a 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.8.0-rc.4" +version = "0.8.0-rc.5" authors = [ "Jack Grigg ", "Kris Nuttycombe "