Skip to content

Commit

Permalink
Merge pull request #1500 from zcash/release/zcash_encoding-0.2.1
Browse files Browse the repository at this point in the history
release zcash_encoding version 0.2.1
  • Loading branch information
nuttycom authored Aug 19, 2024
2 parents abb241c + bd4542b commit 38972e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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_encoding/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.2.1] - 2024-08-19
### Added
- `zcash_encoding::CompactSize::serialized_size`
- `zcash_encoding::Vector::serialized_size_of_u8_vec`
Expand Down
6 changes: 3 additions & 3 deletions components/zcash_encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_encoding"
description = "Binary encodings used throughout the Zcash ecosystem."
version = "0.2.0"
version = "0.2.1"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",
Expand All @@ -16,8 +16,8 @@ categories = ["cryptography::cryptocurrencies", "encoding"]
keywords = ["zcash"]

[dependencies]
byteorder = "1"
nonempty = "0.7"
byteorder.workspace = true
nonempty.workspace = true

[lib]
bench = false
7 changes: 7 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_protocol]]
version = "0.2.0"
when = "2024-08-19"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_spec]]
version = "0.1.0"
when = "2023-12-07"
Expand Down

0 comments on commit 38972e9

Please sign in to comment.