Skip to content

Commit

Permalink
release zip321 version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 20, 2024
1 parent c7feeb5 commit 827192e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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

0 comments on commit 827192e

Please sign in to comment.