diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc14b6..233e14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Pending +### `sea-streamer-socket` 0.5.1 - 2024-09-02 + +* Compile socket without stdio backend https://github.com/SeaQL/sea-streamer/pull/35 + ### Enhancements * Added `From` and `FromIterator` for `StreamerUri` https://github.com/SeaQL/sea-streamer/pull/28 diff --git a/sea-streamer-socket/Cargo.toml b/sea-streamer-socket/Cargo.toml index 6be97cd..d6824d7 100644 --- a/sea-streamer-socket/Cargo.toml +++ b/sea-streamer-socket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-streamer-socket" -version = "0.5.0" +version = "0.5.1" authors = ["Chris Tsang "] edition = "2021" description = "🌊 SeaStreamer backend-agnostic Socket API"