From cdbd33e2ff2657a22abdc951bf8c696b638fd727 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 1 Mar 2024 15:10:11 +0000 Subject: [PATCH] zcash_history 0.4.0 --- Cargo.lock | 2 +- zcash_history/CHANGELOG.md | 2 ++ zcash_history/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 800b60f29b..a2f8224bb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3112,7 +3112,7 @@ dependencies = [ [[package]] name = "zcash_history" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_matches", "blake2b_simd", diff --git a/zcash_history/CHANGELOG.md b/zcash_history/CHANGELOG.md index df9f83a6b1..e6abf3b64a 100644 --- a/zcash_history/CHANGELOG.md +++ b/zcash_history/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.0] - 2023-03-01 ### Changed - MSRV is now 1.65.0. - Bumped dependencies to `primitive-types 0.12`. diff --git a/zcash_history/Cargo.toml b/zcash_history/Cargo.toml index 9ab8d41edf..591c24f224 100644 --- a/zcash_history/Cargo.toml +++ b/zcash_history/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zcash_history" -version = "0.3.0" +version = "0.4.0" authors = ["NikVolf "] edition.workspace = true rust-version.workspace = true