Skip to content

Commit

Permalink
Bump zcash_primitives version to 0.8.1 and yank 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Oct 19, 2022
1 parent bd7f9d7 commit f588d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions zcash_primitives/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] - 2022-10-19
## [0.8.1] - 2022-10-19
### Added
- `zcash_primitives::legacy`:
- `impl {Copy, Eq, Ord} for TransparentAddress`
Expand Down Expand Up @@ -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
Expand All @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion zcash_primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Kris Nuttycombe <[email protected]>"
Expand Down

0 comments on commit f588d0d

Please sign in to comment.