Skip to content

Commit c30b5c1

Browse files
Release v0.8.1 of webrtc-ice
1 parent a496847 commit c30b5c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ice/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# webrtc-ice changelog
22

33
## Unreleased
4+
5+
## v0.8.1
6+
47
* Promote agent lock in ice_gather.rs create_agent() to top level of the function to avoid a race condition. [#290 Promote create_agent lock to top of function, to avoid race condition](https://github.com/webrtc-rs/webrtc/pull/290) contributed by [efer-ms](https://github.com/efer-ms)
58

69
## v0.8.0

ice/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-ice"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2018"
66
description = "A pure Rust implementation of ICE"

0 commit comments

Comments
 (0)