Skip to content

Commit

Permalink
Merge pull request #1614 from zcash/release/zcash_protocol-0.4.1
Browse files Browse the repository at this point in the history
Release zcash_protocol version 0.4.1
  • Loading branch information
nuttycom authored Nov 14, 2024
2 parents be4bc23 + 20d00f6 commit 9c387fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions components/zcash_protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<u64> for zcash_protocol::value::Zatoshis`
- `impl Div<NonZeroU64> for zcash_protocol::value::Zatoshis`

### Changed
- MSRV is now 1.77.0.

## [0.4.0] - 2024-10-02
### Added
- `impl Sub<BlockHeight> for BlockHeight` unlike the implementation that was
Expand Down
4 changes: 2 additions & 2 deletions components/zcash_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand All @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9c387fe

Please sign in to comment.