Skip to content

Commit

Permalink
Bump the release v0.1.15 (#146)
Browse files Browse the repository at this point in the history
* chore: Release zcash_script version 0.1.15

* update date
  • Loading branch information
oxarbitrage committed Apr 19, 2024
1 parent 084da22 commit faed932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zcash_script"
version = "0.1.14"
version = "0.1.15"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>", "Zcash Foundation <zebra@zfnd.org>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion 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)]
Expand Down

0 comments on commit faed932

Please sign in to comment.