Bump zcash_primitives version to 0.8.1 and yank 0.8.0.

This commit is contained in:
Sean Bowe 2022-10-19 16:55:03 -06:00
parent bd7f9d7c3c
commit f588d0dbeb
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.8.0] - 2022-10-19
## [0.8.1] - 2022-10-19
### Added
- `zcash_primitives::legacy`:
- `impl {Copy, Eq, Ord} for TransparentAddress`
@ -58,8 +58,7 @@ and this library adheres to Rust's notion of
- `zcash_primitives::zip32::AccountId`
### Changed
- Migrated to `group 0.13`.
- Migrated to `orchard 0.3`.
- Migrated to `group 0.13`, `orchard 0.3`, `zcash_address 0.2`, `zcash_encoding 0.2`.
- `zcash_primitives::sapling::ViewingKey` now stores `nk` as a
`NullifierDerivingKey` instead of as a bare `jubjub::SubgroupPoint`.
- The signature of `zcash_primitives::sapling::Note::nf` has changed to
@ -83,6 +82,9 @@ and this library adheres to Rust's notion of
functionality is now available via
`zcash_primitives::transaction::components::transparent::TxOut::recipient_address`
## [0.8.0] - 2022-10-19
This release was yanked.
## [0.7.0] - 2022-06-24
### Changed
- Bumped dependencies to `equihash 0.2`, `orchard 0.2`.

View File

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