shardtree 0.1.0
This commit is contained in:
parent
a73e51998e
commit
2dece0181a
|
@ -6,4 +6,7 @@ and this project adheres to Rust's notion of
|
|||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.1.0] - 2023-09-08
|
||||
|
||||
Initial release!
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "shardtree"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Kris Nuttycombe <kris@nutty.land>",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue