Skip to content

Commit

Permalink
Merge pull request #1689 from zcash/keystone-changelog-updates
Browse files Browse the repository at this point in the history
Update changelogs with dependency bumps from Keystone PR
  • Loading branch information
nuttycom authored Jan 29, 2025
2 parents 9f5355c + 632b4f7 commit 1b09741
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pczt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `nonempty 0.11`
- Migrated to `nonempty 0.11`, `secp256k1 0.29`.

## [0.1.0] - 2024-12-16
Initial release supporting the PCZT v1 format.
2 changes: 1 addition & 1 deletion zcash_client_backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `nonempty 0.11`
- Migrated to `bip32 =0.6.0-pre.1`, `nonempty 0.11`.
- `zcash_client_backend::wallet::Recipient` has changed:
- The `Recipient::External` variant is now a structured variant.
- The `Recipient::EphemeralTransparent` variant is now only available if
Expand Down
2 changes: 1 addition & 1 deletion zcash_client_sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `nonempty 0.11`
- Migrated to `bip32 =0.6.0-pre.1`, `nonempty 0.11`.

## [0.14.0] - 2024-12-16

Expand Down
2 changes: 1 addition & 1 deletion zcash_keys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `nonempty 0.11`
- Migrated to `bip32 =0.6.0-pre.1`, `nonempty 0.11`.
- `zcash_keys::keys::UnifiedAddressRequest` has been substantially modified;
instead of a collection of boolean flags, it is now a collection of
`ReceiverRequirement` values that describe how addresses may be constructed
Expand Down
2 changes: 1 addition & 1 deletion zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `nonempty 0.11`
- Migrated to `bip32 =0.6.0-pre.1`, `nonempty 0.11`, `secp256k1 0.29`.

### Deprecated
- `zcash_primitives::consensus` (use `zcash_protocol::consensus` instead)
Expand Down
1 change: 1 addition & 0 deletions zcash_transparent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this library adheres to Rust's notion of

### Changed
- MSRV is now 1.81.0.
- Migrated to `bip32 =0.6.0-pre.1`, `secp256k1 0.29`.

## [0.1.0] - 2024-12-16

Expand Down

0 comments on commit 1b09741

Please sign in to comment.