Skip to content

Commit

Permalink
chore: Release zcash_script version 0.1.9 (cargo-release) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Feb 23, 2023
1 parent b5a8622 commit 96a9b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 96a9b90

Please sign in to comment.