Skip to content

Commit caa5306

Browse files
committed
prepare for 0.6.0 release
1 parent f946577 commit caa5306

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.0]
2+
- Support a shared `Crypto` instance between servers, useful on Firefox for
3+
multiple connections per page.
4+
- API incompatible change: Make `Server::new` sync.
5+
- API incompatible change: Add `Runtime` trait to be reactor agnostic, adds an optional `tokio` feature
6+
to provide the previous tokio implementation.
7+
18
## [0.5.3]
29
- Handle FORWARD_TSN support in SCTP when it is specified as an extension
310

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-unreliable"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
authors = ["kyren <[email protected]>"]
55
edition = "2018"
66
description = "UDP-like (unreliable, unordered) communication between Javascript/WebAssembly and native Rust via WebRTC"

0 commit comments

Comments
 (0)