From 9ab2af1a9d4c26fabedbe734e3acf0810029ea72 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 18 Oct 2023 12:47:09 -0300 Subject: [PATCH 1/3] update the changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e226ea59..bc2c6d44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -## [0.1.13] - 2023-07-05 +## [0.1.14] - 2023-10-18 + +### Changed +- Update `depend/zcash` to version 5.7.0 which includes updated dependencies +- Update other dependencies to match Zebra +- Update the `build.rs` to handle subdirs ## [0.1.13] - 2023-06-29 @@ -89,7 +94,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.13...HEAD +[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...HEAD +[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 [0.1.12]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.11...v0.1.12 [0.1.11]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.10...v0.1.11 From 392123bbc0dbc66c6e491dfe5c30142af480a2fd Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 18 Oct 2023 13:59:26 -0300 Subject: [PATCH 2/3] chore: Release zcash_script version 0.1.14 --- 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 bc2c6d44e..79c2ace37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.14] - 2023-10-18 +## [0.1.14] - 2023-10-18 + ### Changed - Update `depend/zcash` to version 5.7.0 which includes updated dependencies - Update other dependencies to match Zebra @@ -95,6 +97,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.14...HEAD +[0.1.14]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...v0.1.14 [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 [0.1.12]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.11...v0.1.12 diff --git a/Cargo.lock b/Cargo.lock index e24c85438..e8e99d0bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1842,7 +1842,7 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.1.13" +version = "0.1.14" dependencies = [ "bellman", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 1a4a7936d..1c1328bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.13" +version = "0.1.14" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 2bec6d226..151042ece 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.13")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.14")] #![allow(missing_docs)] #![allow(clippy::needless_lifetimes)] #![allow(non_upper_case_globals)] From 860464c1a65870e2fcc49b169ed63382a9dde327 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 18 Oct 2023 15:22:21 -0300 Subject: [PATCH 3/3] remove duplicated --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c2ace37..b9d135b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -## [0.1.14] - 2023-10-18 ## [0.1.14] - 2023-10-18