zcash_client_backend 0.6.1

This commit is contained in:
Jack Grigg 2022-12-06 08:18:34 +00:00
parent 7e71cc5353
commit 1ea585fee9
2 changed files with 7 additions and 1 deletions

View File

@ -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,

View File

@ -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 <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"