Release 0.8.1

Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Sean Bowe 2023-10-18 14:58:03 -06:00 committed by Daira Emma Hopwood
parent 914c0ed5c9
commit 289f1fdf30
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2988,7 +2988,7 @@ dependencies = [
[[package]]
name = "zcash_client_sqlite"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"assert_matches",
"bs58",

View File

@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.8.1] - 2023-10-18
### Fixed
- Fixed a bug in `v_transactions` that was omitting value from identically-valued notes
## [Unreleased]
## [0.8.0] - 2023-09-25

View File

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