Skip to content

Commit

Permalink
zcash_client_sqlite 0.8.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 22, 2023
1 parent 4afc24a commit 30c58eb
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

2 changes: 1 addition & 1 deletion zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.8.0-rc.4] - 2023-09-19
## [0.8.0-rc.5] - 2023-09-22

### Notable Changes
- The `v_transactions` and `v_tx_outputs` views have changed in terms of what
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.8.0-rc.4"
version = "0.8.0-rc.5"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"
Expand Down

0 comments on commit 30c58eb

Please sign in to comment.