From 16fb8a79861e8a725fa9212a061cde092eca07e9 Mon Sep 17 00:00:00 2001 From: "release-pleaze[bot]" <262023388+release-pleaze[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:22:46 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- api/CHANGELOG.md | 8 ++++++++ api/Cargo.toml | 2 +- cli/CHANGELOG.md | 8 ++++++++ cli/Cargo.toml | 2 +- common/CHANGELOG.md | 8 ++++++++ common/Cargo.toml | 2 +- lite/CHANGELOG.md | 8 ++++++++ lite/Cargo.toml | 2 +- 9 files changed, 40 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d38c4db6..89c9c393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4711,7 +4711,7 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "s2-api" -version = "0.28.3" +version = "0.28.4" dependencies = [ "axum", "base64ct", @@ -4741,7 +4741,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.30.4" +version = "0.30.5" dependencies = [ "assert_cmd", "async-stream", @@ -4794,7 +4794,7 @@ dependencies = [ [[package]] name = "s2-common" -version = "0.33.0" +version = "0.33.1" dependencies = [ "aegis", "aes-gcm", @@ -4821,7 +4821,7 @@ dependencies = [ [[package]] name = "s2-lite" -version = "0.30.4" +version = "0.30.5" dependencies = [ "async-stream", "async-trait", diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index defa832b..09cd04a5 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.28.4] - 2026-04-27 + +### Refactor + +- Use `strum` instead of `enum_ordinalize` ([#426](https://github.com/s2-streamstore/s2/issues/426)) + + + ## [0.28.3] - 2026-04-27 ### Features diff --git a/api/Cargo.toml b/api/Cargo.toml index 785db0fb..0b2a0494 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-api" -version = "0.28.3" +version = "0.28.4" description = "API types for S2, the durable streams API" edition.workspace = true license.workspace = true diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2656cbfe..5988ee3c 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.30.5] - 2026-04-27 + +### Miscellaneous Tasks + +- Update Cargo.lock dependencies + + + ## [0.30.4] - 2026-04-24 ### Miscellaneous Tasks diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cad305b5..0f9fda12 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-cli" -version = "0.30.4" +version = "0.30.5" description = "CLI for S2" edition.workspace = true license.workspace = true diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 917e528b..6cdb146e 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.33.1] - 2026-04-27 + +### Refactor + +- Use `strum` instead of `enum_ordinalize` ([#426](https://github.com/s2-streamstore/s2/issues/426)) + + + ## [0.33.0] - 2026-04-22 ### Bug Fixes diff --git a/common/Cargo.toml b/common/Cargo.toml index f69263ad..b8034103 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-common" -version = "0.33.0" +version = "0.33.1" description = "Common stuff for client and servers for S2, the durable streams API" edition.workspace = true license.workspace = true diff --git a/lite/CHANGELOG.md b/lite/CHANGELOG.md index 9366fe06..36bd5a11 100644 --- a/lite/CHANGELOG.md +++ b/lite/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.30.5] - 2026-04-27 + +### Refactor + +- Use `strum` instead of `enum_ordinalize` ([#426](https://github.com/s2-streamstore/s2/issues/426)) + + + ## [0.30.4] - 2026-04-24 ### Bug Fixes diff --git a/lite/Cargo.toml b/lite/Cargo.toml index feebb421..b157aa2c 100644 --- a/lite/Cargo.toml +++ b/lite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-lite" -version = "0.30.4" +version = "0.30.5" description = "Lightweight server implementation of S2, the durable streams API, backed by object storage" edition.workspace = true license.workspace = true