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).
## [Unreleased]
## [0.3.0] - 2022-05-11
### Added
- Support for multiple history tree versions:
- `zcash_history::Version` trait.

View File

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