Merge pull request #94 from nuttycom/shardtree/release-0.2.0

shardtree: Release version 0.2.0
This commit is contained in:
Kris Nuttycombe 2023-11-07 11:26:48 -07:00 committed by GitHub
commit 4d797cce13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>",
]