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

Commit a8eb049

Browse files
authored
chore(release): 0.23.0 (#184)
1 parent 3da8d1f commit a8eb049

4 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.23.0] - 2026-01-16
6+
7+
### Bug Fixes
8+
9+
- Clippy new lint ([#173](https://github.com/s2-streamstore/s2-cli/issues/173))
10+
11+
### Refactor
12+
13+
- [**breaking**] Migrate from `streamstore` to `s2-sdk` ([#183](https://github.com/s2-streamstore/s2-cli/issues/183))
14+
15+
### Documentation
16+
17+
- Fix broken link
18+
19+
### Miscellaneous Tasks
20+
21+
- Change license to MIT ([#174](https://github.com/s2-streamstore/s2-cli/issues/174))
22+
523
## [0.22.0] - 2025-09-03
624

725
### Features

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.22.0"
4+
version = "0.23.0"
55
edition = "2024"
66
license = "MIT"
77
keywords = ["s2", "durable", "streams", "client", "cli"]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
</p>
2525
</div>
2626

27-
Command Line Tool to interact with the
27+
Command Line Interface to interact with the
2828
[S2 API](https://s2.dev/docs/rest/protocol).
2929

3030
## Getting started
3131

3232
1. [Install](#installation) the S2 CLI using your preferred method.
3333

34-
1. Generate an authentication token by logging onto the web console at
34+
1. Generate an access token by logging into the web console at
3535
[s2.dev](https://s2.dev/dashboard) and set the token in CLI config:
3636
```bash
37-
s2 config set --access-token <YOUR ACCESS TOKEN>
37+
s2 config set access_token <YOUR_ACCESS_TOKEN>
3838
```
3939

4040
1. You're ready to run S2 commands!
@@ -71,7 +71,7 @@ This method works on any system with [Rust](https://www.rust-lang.org/)
7171
and [Cargo](https://doc.rust-lang.org/cargo/) installed.
7272

7373
```bash
74-
cargo install streamstore-cli
74+
cargo install --locked s2-cli
7575
```
7676

7777
### From Release Binaries

0 commit comments

Comments
 (0)