Release shardtree version 0.3.0

This commit is contained in:
Kris Nuttycombe 2024-03-24 18:29:25 -06:00
parent ac9ecaca12
commit 22ee3d8f4e
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
## Unreleased
## [0.3.0] - 2024-03-25
### Added
- `ShardTree::{store, store_mut}`
- `ShardTree::insert_frontier`

View File

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