Skip to content

Commit

Permalink
sea-streamer-socket 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 2, 2024
1 parent 6566d44 commit b913a51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Url>` and `FromIterator<Url>` for `StreamerUri` https://github.com/SeaQL/sea-streamer/pull/28
Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-socket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-streamer-socket"
version = "0.5.0"
version = "0.5.1"
authors = ["Chris Tsang <[email protected]>"]
edition = "2021"
description = "🌊 SeaStreamer backend-agnostic Socket API"
Expand Down

0 comments on commit b913a51

Please sign in to comment.