Skip to content

Commit

Permalink
Release zcash_transparent version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent a569000 commit 2f33e1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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 @@ -73,7 +73,7 @@ pasta_curves = "0.5"
bip32 = { version = "0.5", default-features = false }
ripemd = { version = "0.1", default-features = false }
secp256k1 = { version = "0.27", default-features = false, features = ["alloc"] }
transparent = { package = "zcash_transparent", version = "0.0", path = "zcash_transparent", default-features = false }
transparent = { package = "zcash_transparent", version = "0.1", path = "zcash_transparent", default-features = false }

# Boilerplate & missing stdlib
getset = "0.1"
Expand Down
2 changes: 2 additions & 0 deletions zcash_transparent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.1.0] - 2024-12-16

The entries below are relative to the `zcash_primitives` crate as of the tag
`zcash_primitives-0.20.0`.

Expand Down
2 changes: 1 addition & 1 deletion zcash_transparent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_transparent"
description = "Rust implementations of the Zcash transparent protocol"
version = "0.0.0"
version = "0.1.0"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down

0 comments on commit 2f33e1e

Please sign in to comment.