Skip to content

Commit

Permalink
zcash_history 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed May 10, 2022
1 parent 1161fc9 commit c812d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions zcash_history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion zcash_history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c812d36

Please sign in to comment.