Skip to content

Commit 590119a

Browse files
Release rtp version 0.6.8
1 parent c540961 commit 590119a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rtp/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.6.8
6+
57
* Increased minimum support rust version to `1.60.0`.
68
* Adds a new generic header extensions type `rtp::extension::HeaderExtension` which allows abstracting over all known extensions as well as custom extensions. [#336](https://github.com/webrtc-rs/webrtc/pull/336) by [@k0nserv](https://github.com/k0nserv).
9+
* Added video orientation(`urn:3gpp:video-orientation`) extension support. [#331](https://github.com/webrtc-rs/webrtc/pull/331) by [@algesten](https://github.com/algesten).
10+
* Allow RTP extensions to be serialized and deserialized via serder. [#332](https://github.com/webrtc-rs/webrtc/pull/332) by [@algesten](https://github.com/algesten).
11+
* Increased required `webrtc-util` version to `0.7.0`.
712

813
## v0.6.7
914

rtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtp"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of RTP"

0 commit comments

Comments
 (0)