Merge pull request #104 from zcash/release-shardtree-v0.3.1
Release shardtree version 0.3.1
This commit is contained in:
commit
33fc3f6013
|
@ -318,7 +318,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "shardtree"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitflags 2.4.1",
|
||||
|
|
|
@ -7,6 +7,11 @@ and this project adheres to Rust's notion of
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.3.1] - 2024-04-03
|
||||
|
||||
### Fixed
|
||||
- Fixes a missing transitive dependency when using the `test-dependencies` feature flag.
|
||||
|
||||
## [0.3.0] - 2024-03-25
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "shardtree"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = [
|
||||
"Kris Nuttycombe <kris@nutty.land>",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue