Skip to content

Commit

Permalink
Release zcash_client_sqlite version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Oct 11, 2024
1 parent 370c83f commit 279479c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ audited_as = "0.13.0"
version = "0.12.0"
audited_as = "0.11.2"

[[unpublished.zcash_client_sqlite]]
version = "0.12.1"
audited_as = "0.12.0"

[[unpublished.zcash_keys]]
version = "0.4.0"
audited_as = "0.3.0"
Expand Down Expand Up @@ -270,6 +274,13 @@ user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_client_sqlite]]
version = "0.12.0"
when = "2024-10-04"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_encoding]]
version = "0.2.0"
when = "2022-10-19"
Expand Down
10 changes: 10 additions & 0 deletions zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.12.1] - 2024-10-10

### Fixed
- An error in scan progress computation was fixed. As part of this fix, wallet
summary information is now only returned in the case that some note
commitment tree size information can be determined, either from subtree root
download or from downloaded block data. NOTE: The recovery progress ratio may
be present as `0:0` in the case that the recovery range contains no notes;
this was not adequately documented in the previous release.

## [0.12.0] - 2024-10-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion zcash_client_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.12.0"
version = "0.12.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"
Expand Down

0 comments on commit 279479c

Please sign in to comment.