Skip to content

Commit

Permalink
Release 0.4.1 - Better error reporting and support tungstenite 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 15, 2024
1 parent ad11a8b commit b503681
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
## [Unreleased](https://github.com/rerun-io/ewebsock/compare/latest...HEAD)


## [0.4.1](https://github.com/rerun-io/ewebsock/compare/0.4.0...0.4.1) - 2023-10-07
* Fix: all errors are reported to the caller via `on_event` ([#26](https://github.com/rerun-io/ewebsock/pull/26))
* Add support for tungstenite 0.21, update MSRV to 1.72 ([#28](https://github.com/rerun-io/ewebsock/pull/28))


## [0.4.0](https://github.com/rerun-io/ewebsock/compare/0.3.0...0.4.0) - 2023-10-07
* Make `tokio` an opt-in dependency, and add a simpler `ws_receive` function ([#24](https://github.com/rerun-io/ewebsock/pull/24))

Expand Down
2 changes: 1 addition & 1 deletion 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 ewebsock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ewebsock"
version = "0.4.0"
version = "0.4.1"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "WebSocket client that works natively and on the web (WASM)"
edition = "2021"
Expand Down

0 comments on commit b503681

Please sign in to comment.