diff --git a/Cargo.lock b/Cargo.lock index e75d3e005..d4aaa96f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6474,7 +6474,7 @@ dependencies = [ [[package]] name = "zcash_transparent" -version = "0.0.0" +version = "0.1.0" dependencies = [ "bip32", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index cc866f9f3..8906fd30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/zcash_transparent/CHANGELOG.md b/zcash_transparent/CHANGELOG.md index 23c107150..8dc130e2b 100644 --- a/zcash_transparent/CHANGELOG.md +++ b/zcash_transparent/CHANGELOG.md @@ -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`. diff --git a/zcash_transparent/Cargo.toml b/zcash_transparent/Cargo.toml index 30fa5933c..cb93f05ff 100644 --- a/zcash_transparent/Cargo.toml +++ b/zcash_transparent/Cargo.toml @@ -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 ", "Kris Nuttycombe ",