Skip to content

Commit

Permalink
Release zcash_client_sqlite version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Oct 4, 2024
1 parent 9c4906c commit 7f2be28
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 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.

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

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

[[unpublished.zcash_keys]]
version = "0.4.0"
audited_as = "0.3.0"
Expand Down
9 changes: 8 additions & 1 deletion zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.12.0] - 2024-10-04

### Added
- `impl WalletTest for WalletDb` is now available under the `test-dependencies`
feature flag.

### Changed
- Migrated to `orchard 0.10`, `sapling-crypto 0.3`, `zcash_address 0.6`,
- Migrated to `zcash_client_backend 0.14`, `orchard 0.10`,
`sapling-crypto 0.3`, `shardtree 0.5`, `zcash_address 0.6`,
`zcash_primitives 0.19`, `zcash_proofs 0.19`, `zcash_protocol 0.4`.
- `zcash_client_sqlite::error::SqliteClientError::RequestedRewindInvalid`
is now a structured variant.
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.2"
version = "0.12.0"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>"
Expand Down

0 comments on commit 7f2be28

Please sign in to comment.