From 4ec3ac144506c239a4681806da271fd6bbb0d480 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 19 Apr 2024 10:01:22 -0300 Subject: [PATCH 1/2] chore: Release zcash_script version 0.1.15 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 501b4098a..192c975ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.1.15] - 2024-04-19 + ## [0.1.15] - 2024-04-11 ### Changed @@ -102,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...HEAD +[0.1.15]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...v0.1.15 [0.1.15]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.12...v0.1.13 diff --git a/Cargo.lock b/Cargo.lock index 71a4d9711..91306268d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.1.14" +version = "0.1.15" dependencies = [ "bellman", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index d8c8a842e..c3e057943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.14" +version = "0.1.15" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 151042ece..858ed8109 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! Rust bindings for Zcash transparent scripts. #![doc(html_logo_url = "https://www.zfnd.org/images/zebra-icon.png")] -#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.14")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.15")] #![allow(missing_docs)] #![allow(clippy::needless_lifetimes)] #![allow(non_upper_case_globals)] From e9844798b13e7c441756854ae86ae0cd939a10d2 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 19 Apr 2024 10:07:08 -0300 Subject: [PATCH 2/2] update date --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192c975ae..8f649b284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.15] - 2024-04-19 -## [0.1.15] - 2024-04-11 - ### Changed - Update `depend/zcash` to version 5.8.0 which includes updated dependencies - Update other dependencies to match Zebra @@ -104,7 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...HEAD -[0.1.15]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...v0.1.15 [0.1.15]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.12...v0.1.13