diff --git a/CHANGELOG.md b/CHANGELOG.md index 101dce3..a3ca07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 63b0116..873c1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1092,7 +1092,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "streamstore" -version = "0.4.1" +version = "0.5.0" dependencies = [ "async-stream", "backon", diff --git a/Cargo.toml b/Cargo.toml index 19918cf..07ec509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/cliff.toml b/cliff.toml index addae57..3ba81b7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -36,7 +36,7 @@ footer = """ trim = true # postprocessors postprocessors = [ - { pattern = '', replace = "https://github.com/s2-streamstore/s2-cli" }, # replace repository URL + { pattern = '', 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