Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 30, 2023
1 parent 84de864 commit 84bfe1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased](https://github.com/rerun-io/ewebsock/compare/latest...HEAD)


## [0.3.0]](https://github.com/rerun-io/ewebsock/compare/0.2.0...0.3.0) - 2023-09-29
* Fix: `WsEvent::Closed` is correctly sent on web when socket is closed (#6)
* Fix: On web, close connection when dropping `WsSender` (#8)

Expand All @@ -8,5 +11,6 @@
* Improve error reporting.
* `EventHandler` no longer needs to be `Sync`.


## 0.1.0 - 2022-02-23
Initial commit: a simple WebSocket client library that works on both native and on the web.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ewebsock"
version = "0.2.0"
version = "0.3.0"
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 84bfe1d

Please sign in to comment.