Merge pull request #104 from zcash/release-shardtree-v0.3.1

Release shardtree version 0.3.1
This commit is contained in:
Kris Nuttycombe 2024-04-03 16:07:56 -06:00 committed by GitHub
commit 33fc3f6013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -318,7 +318,7 @@ dependencies = [
[[package]]
name = "shardtree"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"assert_matches",
"bitflags 2.4.1",

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "shardtree"
version = "0.3.0"
version = "0.3.1"
authors = [
"Kris Nuttycombe <kris@nutty.land>",
]