From efa08a6c640772ab020ccef2fe669649dccad0bd Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 26 Apr 2024 09:14:25 -0300 Subject: [PATCH 1/2] chore: Release zcash_script version 0.1.16 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f081b974e..ba58a9ddf 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.16] - 2024-04-26 + ## [0.1.16] - 2024-04-24 ### Changed @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `bindgen` to a non yanked version -[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...HEAD +[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.16...HEAD +[0.1.16]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...v0.1.16 [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 9398c7eb2..85d76e3dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1901,7 +1901,7 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.1.15" +version = "0.1.16" dependencies = [ "bellman", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index da2f3514b..9e1a131f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.15" +version = "0.1.16" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index d899df5ea..cd39a5d94 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.15")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.16")] #![allow(missing_docs)] #![allow(clippy::needless_lifetimes)] #![allow(non_upper_case_globals)] From 803cd42c1dd9c40b12d4b60dee07f1a9de6151b6 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 26 Apr 2024 09:20:47 -0300 Subject: [PATCH 2/2] fix the date --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba58a9ddf..3b5022ce8 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.16] - 2024-04-26 -## [0.1.16] - 2024-04-24 - ### Changed - Update `depend/zcash` to version 5.9.0 which includes updated dependencies