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

Commit 0fa3adf

Browse files
chore: release v0.25.2
1 parent 05496a5 commit 0fa3adf

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.25.2] - 2026-01-27
6+
7+
### Bug Fixes
8+
9+
- Add `S2_SSL_NO_VERIFY` config ([#210](https://github.com/s2-streamstore/s2-cli/issues/210))
10+
11+
### Miscellaneous Tasks
12+
13+
- Release cmd
14+
- Automate releases with release-plz
15+
- Add dependabot for weekly dependency updates ([#208](https://github.com/s2-streamstore/s2-cli/issues/208))
16+
- Consolidate release workflows ([#211](https://github.com/s2-streamstore/s2-cli/issues/211))
17+
18+
<!-- generated by git-cliff -->
19+
520
## [0.25.1] - 2026-01-25
621

722
### Miscellaneous Tasks

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

0 commit comments

Comments
 (0)