Skip to content

Commit cb88f30

Browse files
chore: release
1 parent 836db71 commit cb88f30

File tree

12 files changed

+56
-12
lines changed

12 files changed

+56
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ rkyv = "0.8"
5151
rstest = "0.26"
5252
rustls = "0.23"
5353
s2-api = { path = "api", version = "0.27" }
54-
s2-common = { path = "common", version = "0.29" }
54+
s2-common = { path = "common", version = "0.30" }
5555
s2-lite = { path = "lite", version = "0.29" }
56-
s2-sdk = { path = "sdk", version = "0.25" }
56+
s2-sdk = { path = "sdk", version = "0.26" }
5757
schemars = "1.2"
5858
serde = "1.0"
5959
serde_json = "1.0"

api/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.27.13] - 2026-03-20
6+
7+
### Features
8+
9+
- Align basin info with stream info ([#338](https://github.com/s2-streamstore/s2/issues/338))
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.27.12] - 2026-03-19
614

715
### Refactor

api/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-api"
3-
version = "0.27.12"
3+
version = "0.27.13"
44
description = "API types for S2, the durable streams API"
55
edition.workspace = true
66
license.workspace = true

cli/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.29.26] - 2026-03-20
6+
7+
### Features
8+
9+
- Align basin info with stream info ([#338](https://github.com/s2-streamstore/s2/issues/338))
10+
11+
### Miscellaneous Tasks
12+
13+
- Dep updates ([#340](https://github.com/s2-streamstore/s2/issues/340))
14+
15+
<!-- generated by git-cliff -->
16+
517
## [0.29.25] - 2026-03-19
618

719
### 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.30.0] - 2026-03-20
6+
7+
### Features
8+
9+
- Align basin info with stream info ([#338](https://github.com/s2-streamstore/s2/issues/338))
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.30.0"
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+
### Features
8+
9+
- Align basin info with stream info ([#338](https://github.com/s2-streamstore/s2/issues/338))
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

0 commit comments

Comments
 (0)