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

Commit b266304

Browse files
release 0.6.0 (#134)
1 parent 29b2dfb commit b266304

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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.6.0] - 2025-01-13
6+
7+
### Documentation
8+
9+
- Update README link for docs.rs ([#128](https://github.com/s2-streamstore/s2-sdk-rust/issues/128))
10+
11+
### Miscellaneous Tasks
12+
13+
- Update proto ([#129](https://github.com/s2-streamstore/s2-sdk-rust/issues/129))
14+
- Default impl for AppendInput ([#130](https://github.com/s2-streamstore/s2-sdk-rust/issues/130))
15+
- Update protos ([#133](https://github.com/s2-streamstore/s2-sdk-rust/issues/133))
16+
517
## [0.5.1] - 2024-12-20
618

719
### Documentation

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 = "streamstore"
33
description = "Rust SDK for S2"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
keywords = ["wal", "grpc", "s2", "log", "stream"]

0 commit comments

Comments
 (0)