zcash_client_sqlite 0.5.0

This commit is contained in:
Jack Grigg 2023-02-01 02:12:47 +00:00
parent d8cb20e091
commit 5f7cae1762
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,9 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
## [0.7.0] - 2023-02-01
### Added
- `zcash_client_sqlite::FsBlockDb::rewind_to_height` rewinds the BlockMeta Db
to the specified height following the same logic as homonymous functions on
`WalletDb`. This function does not delete the files referenced by the rows

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.4.2"
version = "0.5.0"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"