From 5266ac19b7d0da3ede95a589af6c3211a32559f0 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Wed, 31 Aug 2022 19:16:10 -0300 Subject: [PATCH] v0.1.7 release (#39) * update changelog for v0.1.7 * (cargo-release) version 0.1.7 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cffc7cf..a396b554a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.1.7] - 2022-08-31 + +### Changed +- Updated `depend/zcash` to version 5.2.0 which includes updated dependencies +- ## [0.1.6] - 2022-05-16 ### Changed @@ -43,7 +48,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.6...HEAD +[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...HEAD +[0.1.7]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.6...{{tag_name}} [0.1.6]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.3...v0.1.4 diff --git a/Cargo.toml b/Cargo.toml index 4ea720e60..f410b9072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.6" +version = "0.1.7" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 6cb0b71eb..110a8e03d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![doc(html_logo_url = "https://www.zfnd.org/images/zebra-icon.png")] -#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.6")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.7")] #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)]