shardtree: Release version 0.2.0

This commit is contained in:
Kris Nuttycombe 2023-11-07 08:59:32 -07:00
parent 302c91aa96
commit 769fd2be45
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -315,7 +315,7 @@ dependencies = [
[[package]]
name = "shardtree"
version = "0.1.0"
version = "0.2.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.2.0] - 2023-11-07
## Added
* `Shardtree::{root_at_checkpoint_id, root_at_checkpoint_id_caching}`
* `Shardtree::{witness_at_checkpoint_id, witness_at_checkpoint_id_caching}`

View File

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