From 0f9642618952decf2f313efa446886352de3a55c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 18:42:05 +0000 Subject: [PATCH] chore: bump version to 0.21.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3533653..e62b1081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "bt" -version = "0.20.0" +version = "0.21.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 80eb7bc1..2ccf2d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bt" -version = "0.20.0" +version = "0.21.0" edition = "2021" rust-version = "1.88.0" authors = ["Braintrust engineering "]