From 3a8307862f3bf8a2ec2f105d488057858184f7c7 Mon Sep 17 00:00:00 2001 From: Mehul Arora Date: Mon, 28 Jul 2025 18:09:22 -0400 Subject: [PATCH] chore(release): 0.21.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e159c2c..b22cbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.21.1] - 2025-07-28 + +### Bug Fixes + +- Make csoa/csor flags ([#167](https://github.com/s2-streamstore/s2-cli/issues/167)) + ## [0.21.0] - 2025-07-28 ### Features diff --git a/Cargo.lock b/Cargo.lock index 4fcb18b..f694a22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.21.0" +version = "0.21.1" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index ccc03df..d4c788a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.21.0" +version = "0.21.1" edition = "2024" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]