Skip to content

Commit 6f8b74f

Browse files
chore: release
1 parent 6689a3c commit 6f8b74f

File tree

12 files changed

+55
-15
lines changed

12 files changed

+55
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ members = [
3131

3232
[workspace.dependencies]
3333
imgproc = { version = "0.3.15", path = "imgproc" }
34-
libwebrtc = { version = "0.3.20", path = "libwebrtc" }
35-
livekit = { version = "0.7.25", path = "livekit" }
34+
libwebrtc = { version = "0.3.21", path = "libwebrtc" }
35+
livekit = { version = "0.7.26", path = "livekit" }
3636
livekit-api = { version = "0.4.10", path = "livekit-api" }
37-
livekit-ffi = { version = "0.12.40", path = "livekit-ffi" }
37+
livekit-ffi = { version = "0.12.41", path = "livekit-ffi" }
3838
livekit-protocol = { version = "0.5.2", path = "livekit-protocol" }
3939
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
4040
soxr-sys = { version = "0.1.1", path = "soxr-sys" }
41-
webrtc-sys = { version = "0.3.17", path = "webrtc-sys" }
42-
webrtc-sys-build = { version = "0.3.11", path = "webrtc-sys/build" }
41+
webrtc-sys = { version = "0.3.18", path = "webrtc-sys" }
42+
webrtc-sys-build = { version = "0.3.12", path = "webrtc-sys/build" }
4343
yuv-sys = { version = "0.3.10", path = "yuv-sys" }

libwebrtc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.21](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.20...rust-sdks/libwebrtc@0.3.21) - 2025-12-02
11+
12+
### Other
13+
14+
- move starting/stopping GLib event loop into libwebrtc crate ([#798](https://github.com/livekit/rust-sdks/pull/798))
15+
- Expose desktop capturer ([#725](https://github.com/livekit/rust-sdks/pull/725))
16+
1017
## [0.3.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.19...rust-sdks/libwebrtc@0.3.20) - 2025-11-20
1118

1219
### Other

libwebrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit-ffi/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.41](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.40...rust-sdks/livekit-ffi@0.12.41) - 2025-12-02
11+
12+
### Fixed
13+
14+
- fix mute/unmute events for LocalTrack. ([#799](https://github.com/livekit/rust-sdks/pull/799))
15+
16+
### Other
17+
18+
- Add RoomEvent::TokenRefreshed ([#803](https://github.com/livekit/rust-sdks/pull/803))
19+
- Expose desktop capturer ([#725](https://github.com/livekit/rust-sdks/pull/725))
20+
1021
## [0.12.40](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.39...rust-sdks/livekit-ffi@0.12.40) - 2025-11-20
1122

1223
### Other

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.12.40"
3+
version = "0.12.41"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

livekit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.26](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.25...rust-sdks/livekit@0.7.26) - 2025-12-02
11+
12+
### Fixed
13+
14+
- fix mute/unmute events for LocalTrack. ([#799](https://github.com/livekit/rust-sdks/pull/799))
15+
16+
### Other
17+
18+
- Add RoomEvent::TokenRefreshed ([#803](https://github.com/livekit/rust-sdks/pull/803))
19+
1020
## [0.7.25](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.24...rust-sdks/livekit@0.7.25) - 2025-11-20
1121

1222
### Other

livekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit"
3-
version = "0.7.25"
3+
version = "0.7.26"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Rust Client SDK for LiveKit"

webrtc-sys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.18](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.17...rust-sdks/webrtc-sys@0.3.18) - 2025-12-02
11+
12+
### Other
13+
14+
- Expose desktop capturer ([#725](https://github.com/livekit/rust-sdks/pull/725))
15+
1016
## [0.3.17](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.16...rust-sdks/webrtc-sys@0.3.17) - 2025-11-20
1117

1218
### Fixed

webrtc-sys/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-sys"
3-
version = "0.3.17"
3+
version = "0.3.18"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)