zcash_history 0.3.0

This commit is contained in:
Jack Grigg 2022-05-10 23:32:20 +00:00
parent 1161fc963f
commit c812d36970
2 changed files with 4 additions and 1 deletions

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). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.3.0] - 2022-05-11
### Added ### Added
- Support for multiple history tree versions: - Support for multiple history tree versions:
- `zcash_history::Version` trait. - `zcash_history::Version` trait.

View File

@ -1,11 +1,12 @@
[package] [package]
name = "zcash_history" name = "zcash_history"
version = "0.2.0" version = "0.3.0"
authors = ["NikVolf <nikvolf@gmail.com>"] authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/zcash_history/" documentation = "https://docs.rs/zcash_history/"
description = "Library for Zcash blockchain history tools" description = "Library for Zcash blockchain history tools"
categories = ["cryptography::cryptocurrencies"]
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"