Skip to content

Commit 5cf2e2b

Browse files
chore: release
1 parent a0c52b6 commit 5cf2e2b

File tree

9 files changed

+40
-8
lines changed

9 files changed

+40
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/CHANGELOG.md

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

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

5+
## [0.29.26] - 2026-03-20
6+
7+
### Miscellaneous Tasks
8+
9+
- Dep updates ([#340](https://github.com/s2-streamstore/s2/issues/340))
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.29.25] - 2026-03-19
614

715
### Refactor

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-cli"
3-
version = "0.29.25"
3+
version = "0.29.26"
44
description = "CLI for S2"
55
edition.workspace = true
66
license.workspace = true

common/CHANGELOG.md

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

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

5+
## [0.29.1] - 2026-03-20
6+
7+
### Miscellaneous Tasks
8+
9+
- Update Cargo.toml dependencies
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.29.0] - 2026-03-19
614

715
### Refactor

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-common"
3-
version = "0.29.0"
3+
version = "0.29.1"
44
description = "Common stuff for client and servers for S2, the durable streams API"
55
edition.workspace = true
66
license.workspace = true

lite/CHANGELOG.md

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

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

5+
## [0.29.26] - 2026-03-20
6+
7+
### Miscellaneous Tasks
8+
9+
- Update Cargo.toml dependencies
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.29.25] - 2026-03-19
614

715
### Refactor

lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-lite"
3-
version = "0.29.25"
3+
version = "0.29.26"
44
description = "Lightweight server implementation of S2, the durable streams API, backed by object storage"
55
edition.workspace = true
66
license.workspace = true

sdk/CHANGELOG.md

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

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

5+
## [0.25.1] - 2026-03-20
6+
7+
### Miscellaneous Tasks
8+
9+
- Update Cargo.toml dependencies
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.25.0] - 2026-03-19
614

715
### Refactor

sdk/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-sdk"
33
description = "Rust SDK for S2"
4-
version = "0.25.0"
4+
version = "0.25.1"
55
edition.workspace = true
66
license.workspace = true
77
repository = "https://github.com/s2-streamstore/s2/tree/main/sdk"

0 commit comments

Comments
 (0)