From a1511cbb686570c4b2169c03c01a33442c5004b7 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 13 Nov 2024 17:04:27 -0700 Subject: [PATCH 1/2] Release zcash_protocol version 0.4.1 This reverts the MSRV update for the `zcash_protocol` crate; no MSRV-breaking changes have been made, and retaining the 1.70 MSRV allows us to make this a semver-compatible release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- components/zcash_protocol/CHANGELOG.md | 4 +--- components/zcash_protocol/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ad70c5ff9..41afe519d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6270,7 +6270,7 @@ dependencies = [ [[package]] name = "zcash_protocol" -version = "0.4.0" +version = "0.4.1" dependencies = [ "document-features", "incrementalmerkletree", diff --git a/Cargo.toml b/Cargo.toml index f53945e620..6b11b660a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ zcash_address = { version = "0.6", path = "components/zcash_address" } zcash_client_backend = { version = "0.14", path = "zcash_client_backend" } zcash_encoding = { version = "0.2.1", path = "components/zcash_encoding" } zcash_keys = { version = "0.4", path = "zcash_keys" } -zcash_protocol = { version = "0.4", path = "components/zcash_protocol" } +zcash_protocol = { version = "0.4.1", path = "components/zcash_protocol" } zip321 = { version = "0.2", path = "components/zip321" } zcash_note_encryption = "0.4" diff --git a/components/zcash_protocol/CHANGELOG.md b/components/zcash_protocol/CHANGELOG.md index 3291d5f9d6..7a03fb52ee 100644 --- a/components/zcash_protocol/CHANGELOG.md +++ b/components/zcash_protocol/CHANGELOG.md @@ -7,15 +7,13 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.4.1] - 2024-11-13 ### Added - `zcash_protocol::value::QuotRem` - `zcash_protocol::value::Zatoshis::div_with_remainder` - `impl Mul for zcash_protocol::value::Zatoshis` - `impl Div for zcash_protocol::value::Zatoshis` -### Changed -- MSRV is now 1.77.0. - ## [0.4.0] - 2024-10-02 ### Added - `impl Sub for BlockHeight` unlike the implementation that was diff --git a/components/zcash_protocol/Cargo.toml b/components/zcash_protocol/Cargo.toml index 5424e16cbf..6017231b43 100644 --- a/components/zcash_protocol/Cargo.toml +++ b/components/zcash_protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_protocol" description = "Zcash protocol network constants and value types." -version = "0.4.0" +version = "0.4.1" authors = [ "Jack Grigg ", "Kris Nuttycombe ", @@ -11,7 +11,7 @@ repository.workspace = true readme = "README.md" license.workspace = true edition.workspace = true -rust-version.workspace = true +rust-version = "1.70" categories = ["cryptography::cryptocurrencies"] keywords = ["zcash"] From 20d00f6ecf8de13a6b340d435eaa541f524ed411 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 14 Nov 2024 11:31:50 -0700 Subject: [PATCH 2/2] Update cargo vet for zcash-protocol 0.4.1 release. --- supply-chain/imports.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 4b620a9453..762aba7d99 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -321,8 +321,8 @@ user-login = "str4d" user-name = "Jack Grigg" [[publisher.zcash_protocol]] -version = "0.4.0" -when = "2024-10-02" +version = "0.4.1" +when = "2024-11-14" user-id = 169181 user-login = "nuttycom" user-name = "Kris Nuttycombe"