From 8f4823c3c635c392c879cbe32d8f7b9871d5619e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:08:39 +0000 Subject: [PATCH] chore: release v0.26.1 --- Cargo.lock | 14 +++++++------- Cargo.toml | 8 ++++---- api/CHANGELOG.md | 4 ++++ cli/CHANGELOG.md | 8 ++++++++ common/CHANGELOG.md | 7 +++++++ lite/CHANGELOG.md | 8 ++++++++ 6 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 common/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index b064cef3..1eb2c107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "s2-api" -version = "0.26.0" +version = "0.26.1" dependencies = [ "axum", "base64ct", @@ -4133,7 +4133,7 @@ dependencies = [ "prost", "prost-build", "rstest", - "s2-common 0.26.0", + "s2-common 0.26.1", "serde", "serde_json", "strum", @@ -4146,7 +4146,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.26.0" +version = "0.26.1" dependencies = [ "assert_cmd", "async-stream", @@ -4212,7 +4212,7 @@ dependencies = [ [[package]] name = "s2-common" -version = "0.26.0" +version = "0.26.1" dependencies = [ "axum", "blake3", @@ -4235,7 +4235,7 @@ dependencies = [ [[package]] name = "s2-lite" -version = "0.26.0" +version = "0.26.1" dependencies = [ "async-stream", "async-trait", @@ -4261,8 +4261,8 @@ dependencies = [ "prost", "rand 0.9.2", "rcgen", - "s2-api 0.26.0", - "s2-common 0.26.0", + "s2-api 0.26.1", + "s2-common 0.26.1", "serde", "serde_json", "slatedb", diff --git a/Cargo.toml b/Cargo.toml index d3d51b4f..061992df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["api", "common", "lite", "cli"] [workspace.package] -version = "0.26.0" +version = "0.26.1" edition = "2024" license = "MIT" repository = "https://github.com/s2-streamstore/s2" @@ -49,9 +49,9 @@ rand = "0.9" rcgen = "0.14" rkyv = "0.8" rstest = "0.26" -s2-api = { version = "0.26.0", path = "api" } -s2-common = { version = "0.26.0", path = "common" } -s2-lite = { version = "0.26.0", path = "lite" } +s2-api = { version = "0.26.1", path = "api" } +s2-common = { version = "0.26.1", path = "common" } +s2-lite = { version = "0.26.1", path = "lite" } s2-sdk = "0.23.1" serde = "1.0" serde_json = "1.0" diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index d8409080..62ecb0c8 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.26.1] - 2026-01-29 + + + ## [0.26.0] - 2026-01-28 ### Bug Fixes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c5ebe7e2..cbd086f7 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.26.1] - 2026-01-29 + +### Miscellaneous Tasks + +- Update Cargo.lock dependencies + + + ## [0.26.0] - 2026-01-28 ### Features diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md new file mode 100644 index 00000000..8f9da66e --- /dev/null +++ b/common/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.26.1] - 2026-01-29 + + diff --git a/lite/CHANGELOG.md b/lite/CHANGELOG.md index 5c2272f8..4db02268 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.26.1] - 2026-01-29 + +### Miscellaneous Tasks + +- Update Cargo.lock dependencies + + + ## [0.26.0] - 2026-01-28 ### Features