From 96a9b9026cbb81fe8d7e01b4136460030785a19f Mon Sep 17 00:00:00 2001 From: Arya Date: Thu, 23 Feb 2023 16:08:17 -0500 Subject: [PATCH] chore: Release zcash_script version 0.1.9 (cargo-release) (#62) --- CHANGELOG.md | 3 ++- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce5a497d..82ff0aa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate -## [0.1.9] - 2023-02-22 +## [0.1.9] - 2023-02-23 ### Changed - Updated `depend/zcash` to version 5.4.0 which includes updated dependencies @@ -60,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...HEAD +[0.1.9]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...{{tag_name}} [0.1.9]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.6...v0.1.7 diff --git a/src/lib.rs b/src/lib.rs index 110a8e03d..807df60f3 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.7")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.9")] #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)]