shardtree 0.1.0

This commit is contained in:
Jack Grigg 2023-09-08 16:36:50 +00:00
parent a73e51998e
commit 2dece0181a
2 changed files with 4 additions and 1 deletions

View File

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

View File

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