diff --git a/Cargo.lock b/Cargo.lock index 56838c0b6..a45f0011c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3055,7 +3055,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.9.1" +version = "0.10.0" dependencies = [ "assert_matches", "bls12_381", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 1fadd340f..88d52d321 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.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. diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index ff10c0e1b..46371581d 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.9.1" +version = "0.10.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "