zcash_history 0.4.0

This commit is contained in:
Jack Grigg 2024-03-01 15:10:11 +00:00
parent f4c4f1ab1c
commit cdbd33e2ff
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3112,7 +3112,7 @@ dependencies = [
[[package]]
name = "zcash_history"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"assert_matches",
"blake2b_simd",

View File

@ -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`.

View File

@ -1,6 +1,6 @@
[package]
name = "zcash_history"
version = "0.3.0"
version = "0.4.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition.workspace = true
rust-version.workspace = true