From 1ea585fee9966f48308e106ee73dfae011c0b2bf Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 6 Dec 2022 08:18:34 +0000 Subject: [PATCH] zcash_client_backend 0.6.1 --- zcash_client_backend/CHANGELOG.md | 6 ++++++ zcash_client_backend/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/zcash_client_backend/CHANGELOG.md b/zcash_client_backend/CHANGELOG.md index 646056133..e6909948b 100644 --- a/zcash_client_backend/CHANGELOG.md +++ b/zcash_client_backend/CHANGELOG.md @@ -6,10 +6,16 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.1] - 2022-12-06 ### Added - `zcash_client_backend::data_api::chain::scan_cached_blocks` now generates `tracing` spans, which can be used for profiling. +### Fixed +- `zcash_client_backend:zip321` no longer returns an error when trying to parse + a URI without query parameters. + ## [0.6.0] - 2022-11-12 ### Added - Functionality that enables the receiving and spending of transparent funds, diff --git a/zcash_client_backend/Cargo.toml b/zcash_client_backend/Cargo.toml index 52dfb42db..a965a3917 100644 --- a/zcash_client_backend/Cargo.toml +++ b/zcash_client_backend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_client_backend" description = "APIs for creating shielded Zcash light clients" -version = "0.6.0" +version = "0.6.1" authors = [ "Jack Grigg ", "Kris Nuttycombe "