Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 4fa0613

Browse files
authored
chore(release): 0.24.0 (#194)
1 parent 928bf1c commit 4fa0613

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.24.0] - 2026-01-18
6+
7+
### Refactor
8+
9+
- [**breaking**] Improve CLI output formatting and help text ([#190](https://github.com/s2-streamstore/s2-cli/issues/190))
10+
11+
### Miscellaneous Tasks
12+
13+
- Remove `protoc` installation step ([#191](https://github.com/s2-streamstore/s2-cli/issues/191))
14+
- Update dependencies ([#192](https://github.com/s2-streamstore/s2-cli/issues/192))
15+
- Bump `s2-sdk` version ([#193](https://github.com/s2-streamstore/s2-cli/issues/193))
16+
517
## [0.23.2] - 2026-01-16
618

719
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2-cli"
33
description = "CLI for S2"
4-
version = "0.23.2"
4+
version = "0.24.0"
55
edition = "2024"
66
license = "MIT"
77
keywords = ["s2", "durable", "streams", "client", "cli"]

0 commit comments

Comments
 (0)