Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["api", "common", "lite", "cli"]

[workspace.package]
version = "0.26.0"
version = "0.26.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/s2-streamstore/s2"
Expand Down Expand Up @@ -49,9 +49,9 @@ rand = "0.9"
rcgen = "0.14"
rkyv = "0.8"
rstest = "0.26"
s2-api = { version = "0.26.0", path = "api" }
s2-common = { version = "0.26.0", path = "common" }
s2-lite = { version = "0.26.0", path = "lite" }
s2-api = { version = "0.26.1", path = "api" }
s2-common = { version = "0.26.1", path = "common" }
s2-lite = { version = "0.26.1", path = "lite" }
s2-sdk = "0.23.1"
serde = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.26.1] - 2026-01-29

<!-- generated by git-cliff -->

## [0.26.0] - 2026-01-28

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.26.1] - 2026-01-29

### Miscellaneous Tasks

- Update Cargo.lock dependencies

<!-- generated by git-cliff -->

## [0.26.0] - 2026-01-28

### Features
Expand Down
7 changes: 7 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

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

## [0.26.1] - 2026-01-29

<!-- generated by git-cliff -->
8 changes: 8 additions & 0 deletions lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.26.1] - 2026-01-29

### Miscellaneous Tasks

- Update Cargo.lock dependencies

<!-- generated by git-cliff -->

## [0.26.0] - 2026-01-28

### Features
Expand Down
Loading