Skip to content

Commit

Permalink
prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 1, 2024
1 parent f946577 commit caa5306
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.0]
- Support a shared `Crypto` instance between servers, useful on Firefox for
multiple connections per page.
- API incompatible change: Make `Server::new` sync.
- API incompatible change: Add `Runtime` trait to be reactor agnostic, adds an optional `tokio` feature
to provide the previous tokio implementation.

## [0.5.3]
- Handle FORWARD_TSN support in SCTP when it is specified as an extension

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-unreliable"
version = "0.5.3"
version = "0.6.0"
authors = ["kyren <[email protected]>"]
edition = "2018"
description = "UDP-like (unreliable, unordered) communication between Javascript/WebAssembly and native Rust via WebRTC"
Expand Down

0 comments on commit caa5306

Please sign in to comment.