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