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]] [[package]]
name = "shardtree" name = "shardtree"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitflags 2.4.1", "bitflags 2.4.1",

View File

@ -7,6 +7,11 @@ and this project adheres to Rust's notion of
## Unreleased ## 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 ## [0.3.0] - 2024-03-25
### Added ### Added

View File

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