Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal committed Dec 16, 2024
1 parent 5e98276 commit 3c7db5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.4.0] - 2024-12-16

### Features

- Add `FencingToken::generate` method ([#110](https://github.com/s2-streamstore/s2-cli/issues/110))
- Return `StreamInfo` from `BasinClient::create_stream` ([#114](https://github.com/s2-streamstore/s2-cli/issues/114))

### Miscellaneous Tasks

- Remove `GH_TOKEN` use to clone submodule in CI ([#109](https://github.com/s2-streamstore/s2-cli/issues/109))
- Proto up-to-date check ([#112](https://github.com/s2-streamstore/s2-cli/issues/112))
- Upgrade proto ([#111](https://github.com/s2-streamstore/s2-cli/issues/111))
- Add examples for API ([#113](https://github.com/s2-streamstore/s2-cli/issues/113))
- Add `README.md` ([#116](https://github.com/s2-streamstore/s2-cli/issues/116))

## [0.3.1] - 2024-12-12

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "streamstore"
description = "Rust SDK for S2"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["wal", "grpc", "s2", "log", "stream"]
Expand Down

0 comments on commit 3c7db5d

Please sign in to comment.