Skip to content

Commit

Permalink
chore(release): 0.5.0 (#125)
Browse files Browse the repository at this point in the history
Minor release due to rename

---------

Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal authored Dec 19, 2024
1 parent 9fad9ad commit e63e037
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
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.5.0] - 2024-12-19

### Documentation

- `batching` module Rust docs ([#119](https://github.com/s2-streamstore/s2-sdk-rust/issues/119))
- Update basin and stream names ([#122](https://github.com/s2-streamstore/s2-sdk-rust/issues/122))
- Update README API link ([#123](https://github.com/s2-streamstore/s2-sdk-rust/issues/123))
- `s2::client` ([#121](https://github.com/s2-streamstore/s2-sdk-rust/issues/121))
- Crate level documentation ([#124](https://github.com/s2-streamstore/s2-sdk-rust/issues/124))

### Miscellaneous Tasks

- Rename `[lib]` to `s2` ([#120](https://github.com/s2-streamstore/s2-sdk-rust/issues/120))
- *(release)* 0.5.0

## [0.4.1] - 2024-12-17

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["wal", "grpc", "s2", "log", "stream"]
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ footer = """
trim = true
# postprocessors
postprocessors = [
{ pattern = '<REPO>', replace = "https://github.com/s2-streamstore/s2-cli" }, # replace repository URL
{ pattern = '<REPO>', replace = "https://github.com/s2-streamstore/s2-sdk-rust" }, # replace repository URL
]
# render body even when there are no releases to process
# render_always = true
Expand Down

0 comments on commit e63e037

Please sign in to comment.