From faed93224eb1fb3eda9f4896cd695433739c2dca Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 19 Apr 2024 11:48:41 -0300 Subject: [PATCH] Bump the release v0.1.15 (#146) * chore: Release zcash_script version 0.1.15 * update date --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 501b4098a..8f649b284 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.15] - 2024-04-11 +## [0.1.15] - 2024-04-19 ### Changed - Update `depend/zcash` to version 5.8.0 which includes updated dependencies 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)]