diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc7822..e159c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.21.0] - 2025-07-28 + +### Features + +- Delete-on-empty ([#163](https://github.com/s2-streamstore/s2-cli/issues/163)) + +### Bug Fixes + +- Specifying stream config args does not work ([#165](https://github.com/s2-streamstore/s2-cli/issues/165)) + ## [0.20.0] - 2025-07-22 ### Features diff --git a/Cargo.lock b/Cargo.lock index ac6fcbe..4fcb18b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1915,7 +1915,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.20.0" +version = "0.21.0" dependencies = [ "async-stream", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index e311e91..ccc03df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.20.0" +version = "0.21.0" edition = "2024" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]