Skip to content

Commit

Permalink
Merge pull request #1508 from zcash/release/zcash_client_sqlite-0.11.1
Browse files Browse the repository at this point in the history
release zcash_client_sqlite version 0.11.1
  • Loading branch information
nuttycom authored Aug 21, 2024
2 parents 876a5a3 + 59582a7 commit 4b70940
Show file tree
Hide file tree
Showing 4 changed files with 11 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.

7 changes: 7 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_client_sqlite]]
version = "0.11.1"
when = "2024-08-21"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

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

## [Unreleased]

## [0.11.1] - 2024-08-21

### Fixed
- The dependencies of the `tx_retrieval_queue` migration have been fixed to
enable migrating wallets containing certain kinds of transactions.
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.11.0"
version = "0.11.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"
Expand Down

0 comments on commit 4b70940

Please sign in to comment.