From 6c4729f36106433198625e6b88d7cda89b0c4295 Mon Sep 17 00:00:00 2001 From: "s2-release-plz[bot]" <262023388+s2-release-plz[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:57:37 +0000 Subject: [PATCH] chore: release v0.29.7 --- Cargo.lock | 4 ++-- cli/CHANGELOG.md | 8 ++++++++ cli/Cargo.toml | 2 +- lite/CHANGELOG.md | 12 ++++++++++++ lite/Cargo.toml | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ee7c1a..727b9e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4537,7 +4537,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.29.6" +version = "0.29.7" dependencies = [ "assert_cmd", "async-stream", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "s2-lite" -version = "0.29.6" +version = "0.29.7" dependencies = [ "async-stream", "async-trait", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c490f0f..e414ab6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.29.7] - 2026-02-23 + +### Miscellaneous Tasks + +- Update Cargo.lock dependencies + + + ## [0.29.6] - 2026-02-17 ### Miscellaneous Tasks diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 44ec04f..76b5368 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-cli" -version = "0.29.6" +version = "0.29.7" description = "CLI for S2" edition.workspace = true license.workspace = true diff --git a/lite/CHANGELOG.md b/lite/CHANGELOG.md index c2a770c..730c0c7 100644 --- a/lite/CHANGELOG.md +++ b/lite/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.29.7] - 2026-02-23 + +### Features + +- Add --no-cors flag to Lite ([#238](https://github.com/s2-streamstore/s2/issues/238)) + +### Refactor + +- Singleflight streamer lifecycle state ([#227](https://github.com/s2-streamstore/s2/issues/227)) + + + ## [0.29.6] - 2026-02-17 ### Miscellaneous Tasks diff --git a/lite/Cargo.toml b/lite/Cargo.toml index fcc4f7d..ecd5164 100644 --- a/lite/Cargo.toml +++ b/lite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-lite" -version = "0.29.6" +version = "0.29.7" description = "Lightweight server implementation of S2, the durable streams API, backed by object storage" edition.workspace = true license.workspace = true