Merge pull request #1500 from zcash/release/zcash_encoding-0.2.1

release zcash_encoding version 0.2.1
This commit is contained in:
Kris Nuttycombe 2024-08-19 16:16:37 -06:00 committed by GitHub
commit 38972e9013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 4 deletions

2
Cargo.lock generated
View File

@ -5921,7 +5921,7 @@ dependencies = [
[[package]] [[package]]
name = "zcash_encoding" name = "zcash_encoding"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"nonempty", "nonempty",

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.2.1] - 2024-08-19
### Added ### Added
- `zcash_encoding::CompactSize::serialized_size` - `zcash_encoding::CompactSize::serialized_size`
- `zcash_encoding::Vector::serialized_size_of_u8_vec` - `zcash_encoding::Vector::serialized_size_of_u8_vec`

View File

@ -1,7 +1,7 @@
[package] [package]
name = "zcash_encoding" name = "zcash_encoding"
description = "Binary encodings used throughout the Zcash ecosystem." description = "Binary encodings used throughout the Zcash ecosystem."
version = "0.2.0" version = "0.2.1"
authors = [ authors = [
"Jack Grigg <jack@electriccoin.co>", "Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>", "Kris Nuttycombe <kris@electriccoin.co>",
@ -16,8 +16,8 @@ categories = ["cryptography::cryptocurrencies", "encoding"]
keywords = ["zcash"] keywords = ["zcash"]
[dependencies] [dependencies]
byteorder = "1" byteorder.workspace = true
nonempty = "0.7" nonempty.workspace = true
[lib] [lib]
bench = false bench = false

View File

@ -299,6 +299,13 @@ user-id = 169181
user-login = "nuttycom" user-login = "nuttycom"
user-name = "Kris Nuttycombe" 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]] [[publisher.zcash_spec]]
version = "0.1.0" version = "0.1.0"
when = "2023-12-07" when = "2023-12-07"