From a24ab3ee833fc1baafed2577735b73e41fe75e5e Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Tue, 4 Nov 2025 10:44:30 -0600 Subject: [PATCH] chore: Release 0.15.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7276ec..de162fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "bao-tree" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "bao", diff --git a/Cargo.toml b/Cargo.toml index c3fbccc..5618a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bao-tree" -version = "0.15.1" +version = "0.15.2" authors = ["RĂ¼diger Klaehn "] description = "BLAKE3 verfiied streaming with custom chunk groups and range set queries" license = "MIT OR Apache-2.0"