From 1f113e244ea9292387550ba6f089b82c3a7aa625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 01:57:24 +0000 Subject: [PATCH] chore: release v0.25.3 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e091..4f5c74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.25.3] - 2026-01-30 + + + ## [0.25.2] - 2026-01-27 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 67cc632..44cbc50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.25.2" +version = "0.25.3" dependencies = [ "assert_cmd", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 4987477..3e36f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "s2-cli" description = "CLI for S2" -version = "0.25.2" +version = "0.25.3" edition = "2024" license = "MIT" keywords = ["s2", "durable", "streams", "client", "cli"]