diff --git a/Cargo.lock b/Cargo.lock index 1e68091a9..d8e6db001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6078,7 +6078,7 @@ dependencies = [ [[package]] name = "zcash_client_sqlite" -version = "0.12.2" +version = "0.13.0" dependencies = [ "ambassador", "assert_matches", diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index fcf0fa286..c9628119a 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -7,12 +7,16 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.13.0] - 2024-11-14 + ### Added - Exposed `AccountId::from_u32` and `AccountId::as_u32` conversions under the `unstable` feature flag. ### Changed - MSRV is now 1.77.0. +- Migrated to `zcash_protocol 0.4.1`, `zcash_primitives 0.20`, `zcash_keys 0.5`, + `zcash_client_backend 0.15`. - Migrated from `schemer` to our fork `schemerz`. - Migrated to `rusqlite 0.32`. - `error::SqliteClientError` has additional variant `NoteFilterInvalid` diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 9c3793ba5..9501ba5a8 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.12.2" +version = "0.13.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "