Skip to content

Commit 6c2eb13

Browse files
authored
Create the v0.1.14 release - 2nd attempt (#110)
* update the changelog * chore: Release zcash_script version 0.1.14 * remove duplicated
1 parent 4f678c9 commit 6c2eb13

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11-
## [0.1.13] - 2023-07-05
11+
12+
## [0.1.14] - 2023-10-18
13+
14+
### Changed
15+
- Update `depend/zcash` to version 5.7.0 which includes updated dependencies
16+
- Update other dependencies to match Zebra
17+
- Update the `build.rs` to handle subdirs
1218

1319
## [0.1.13] - 2023-06-29
1420

@@ -89,7 +95,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8995
- Updated `bindgen` to a non yanked version
9096

9197
<!-- next-url -->
92-
[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.13...HEAD
98+
[Unreleased]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...HEAD
99+
[0.1.14]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.14...v0.1.14
100+
[0.1.14]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.13...v0.1.14
93101
[0.1.13]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.12...v0.1.13
94102
[0.1.12]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.11...v0.1.12
95103
[0.1.11]: https://github.com/ZcashFoundation/zcash_script/compare/v0.1.10...v0.1.11

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zcash_script"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = ["Tamas Blummer <[email protected]>", "Zcash Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Rust bindings for Zcash transparent scripts.
22
33
#![doc(html_logo_url = "https://www.zfnd.org/images/zebra-icon.png")]
4-
#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.13")]
4+
#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.14")]
55
#![allow(missing_docs)]
66
#![allow(clippy::needless_lifetimes)]
77
#![allow(non_upper_case_globals)]

0 commit comments

Comments
 (0)