Release shardtree version 0.3.1

This commit is contained in:
Kris Nuttycombe 2024-04-03 13:49:13 -06:00
parent a5f5d71991
commit 7c862c16b3
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>",
] ]