zcash_primitives 0.9.1

This commit is contained in:
Jack Grigg 2022-12-06 06:14:28 +00:00
parent a1da018f1c
commit 4435c4789f
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.9.1] - 2022-12-06
### Fixed
- `zcash_primitives::transaction::builder`:
- `Builder::build` was calling `FeeRule::fee_required` with the number of

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_primitives"
description = "Rust implementations of the Zcash primitives"
version = "0.9.0"
version = "0.9.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"