Skip to content

Commit

Permalink
Merge pull request #1664 from zcash/release/zcash_protocol-0.4.3
Browse files Browse the repository at this point in the history
Release zcash_protocol version 0.4.3
  • Loading branch information
nuttycom authored Dec 17, 2024
2 parents 0e3c35e + dea95d9 commit 382afe7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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: 2 additions & 0 deletions components/zcash_protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.3] - 2024-12-16
### Added
- `zcash_protocol::TxId` (moved from `zcash_primitives::transaction`).

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.2"
version = "0.4.3"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down Expand Up @@ -42,7 +42,7 @@ proptest.workspace = true

[features]
default = ["std"]
std = ["dep:document-features", "dep:memuse"]
std = ["document-features", "dep:memuse"]

## Exposes APIs that are useful for testing, such as `proptest` strategies.
test-dependencies = [
Expand Down
10 changes: 5 additions & 5 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_protocol]]
version = "0.4.2"
when = "2024-12-13"
user-id = 6289
user-login = "str4d"
user-name = "Jack Grigg"
version = "0.4.3"
when = "2024-12-17"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_spec]]
version = "0.1.0"
Expand Down

0 comments on commit 382afe7

Please sign in to comment.