cargo release execute output for v0.16 (#149)

* chore: Release zcash_script version 0.1.16

* fix the date
This commit is contained in:
Alfredo Garcia 2024-04-26 09:45:10 -03:00 committed by GitHub
parent 06de015788
commit ef2a7fdd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.1.16] - 2024-04-24
## [0.1.16] - 2024-04-26
### Changed
- Update `depend/zcash` to version 5.9.0 which includes updated dependencies
@ -106,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `bindgen` to a non yanked version
<!-- next-url -->
[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...HEAD
[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.16...HEAD
[0.1.16]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...v0.1.15
[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

2
Cargo.lock generated
View File

@ -1901,7 +1901,7 @@ dependencies = [
[[package]]
name = "zcash_script"
version = "0.1.15"
version = "0.1.16"
dependencies = [
"bellman",
"bindgen",

View File

@ -1,6 +1,6 @@
[package]
name = "zcash_script"
version = "0.1.15"
version = "0.1.16"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>", "Zcash Foundation <zebra@zfnd.org>"]
license = "Apache-2.0"
readme = "README.md"

View File

@ -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.15")]
#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.16")]
#![allow(missing_docs)]
#![allow(clippy::needless_lifetimes)]
#![allow(non_upper_case_globals)]