Skip to content

Commit

Permalink
Merge pull request #1503 from zcash/release/zip321-0.1.0
Browse files Browse the repository at this point in the history
release zip321 version 0.1.0
  • Loading branch information
nuttycom authored Aug 20, 2024
2 parents c7feeb5 + 49c623b commit 95dacc2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 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_client_backend = { version = "0.12", path = "zcash_client_backend" }
zcash_encoding = { version = "0.2.1", path = "components/zcash_encoding" }
zcash_keys = { version = "0.3", path = "zcash_keys" }
zcash_protocol = { version = "0.2", path = "components/zcash_protocol" }
zip321 = { version = "0.0", path = "components/zip321" }
zip321 = { version = "0.1", path = "components/zip321" }

zcash_note_encryption = "0.4"
zcash_primitives = { version = "0.16", path = "zcash_primitives", default-features = false }
Expand Down
9 changes: 7 additions & 2 deletions components/zip321/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
The entries below are relative to the `zcash_client_backend` crate as of
`zcash_client_backend-0.10.0`.

## [0.1.0] 2024-08-20

The contents of this crate were factored out from `zcash_client_backend` to
provide a better separation of concerns and simpler integration with WASM
builds. The entries below are relative to the `zcash_client_backend` crate as
of `zcash_client_backend-0.10.0`.

### Added
- `zip321::Payment::new`
Expand Down
2 changes: 1 addition & 1 deletion components/zip321/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zip321"
description = "Parsing functions and data types for Zcash ZIP 321 Payment Request URIs"
version = "0.0.0"
version = "0.1.0"
authors = [
"Kris Nuttycombe <[email protected]>"
]
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,12 @@ who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.6.0 -> 1.7.0"

[[audits.zip321]]
who = "Kris Nuttycombe <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0"
notes = "This crate contains no unsafe code."

[[trusted.equihash]]
criteria = "safe-to-deploy"
user-id = 6289 # Jack Grigg (str4d)
Expand Down
4 changes: 2 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ user-login = "str4d"
user-name = "Jack Grigg"

[[publisher.zip321]]
version = "0.0.0"
when = "2024-01-15"
version = "0.1.0"
when = "2024-08-20"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"
Expand Down

0 comments on commit 95dacc2

Please sign in to comment.