diff --git a/CHANGELOG.md b/CHANGELOG.md index 8586f61bb..69e8d386a 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.11] - 2023-02-24 + ### Changed - Make dependencies automatically upgrade to match Zebra dependency versions - Upgrade to Rust 2021 edition @@ -68,7 +70,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/{{tag_name}}...HEAD +[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.11...HEAD +[0.1.11]: https://github.com/ZcashFoundation/zcash_script/compare/{{tag_name}}...v0.1.11 [0.1.10]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.8...v0.1.9 diff --git a/Cargo.toml b/Cargo.toml index 5a3fa4c2a..a3db88bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_script" -version = "0.1.9" +version = "0.1.11" authors = ["Tamas Blummer ", "Zcash Foundation "] license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 807df60f3..e31356846 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.9")] +#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.11")] #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)]