Skip to content

Commit c3cefed

Browse files
Release media version 0.5.0
1 parent 4d036b3 commit c3cefed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

media/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Unreleased
44

5+
## v0.5.0
6+
57
* Improve handling of padding packets in `SampleBuiler`. Prior to this `SampleBuilder` would sometimes, incorrectly, drop packets that carry media when they appeared adjacent to runs of padding packets. Contributed by [@k0nserv](https://github.com/k0nserv) in [#309](https://github.com/webrtc-rs/webrtc/pull/309)
68
* Increased minimum support rust version to `1.60.0`.
9+
* Increased required `webrtc-util` version to `0.7.0`.
710

811
### Breaking
912

media/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-media"
3-
version = "0.4.7"
3+
version = "0.5.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of WebRTC Media API"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dtls = { version = "0.7.0", path = "../dtls", package = "webrtc-dtls" }
1919
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
2020
interceptor = { version = "0.8.0", path = "../interceptor" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
22-
media = { version = "0.4.7", path = "../media", package = "webrtc-media" }
22+
media = { version = "0.5.0", path = "../media", package = "webrtc-media" }
2323
rtcp = { version = "0.7.0", path = "../rtcp" }
2424
rtp = { version = "0.6.7", path = "../rtp" }
2525
sctp = { version = "0.7.0", path = "../sctp", package = "webrtc-sctp" }

0 commit comments

Comments
 (0)