Skip to content

Commit 36caec5

Browse files
chore: release (#818)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f8e832 commit 36caec5

File tree

10 files changed

+36
-12
lines changed

10 files changed

+36
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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.22", path = "libwebrtc" }
35-
livekit = { version = "0.7.27", path = "livekit" }
34+
libwebrtc = { version = "0.3.23", path = "libwebrtc" }
35+
livekit = { version = "0.7.28", path = "livekit" }
3636
livekit-api = { version = "0.4.11", path = "livekit-api" }
37-
livekit-ffi = { version = "0.12.42", path = "livekit-ffi" }
37+
livekit-ffi = { version = "0.12.43", path = "livekit-ffi" }
3838
livekit-protocol = { version = "0.6.0", 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.19", path = "webrtc-sys" }
41+
webrtc-sys = { version = "0.3.20", path = "webrtc-sys" }
4242
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: 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.23](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.22...rust-sdks/libwebrtc@0.3.23) - 2025-12-19
11+
12+
### Fixed
13+
14+
- Exclude the desktop-capturer module link for mobile. ([#817](https://github.com/livekit/rust-sdks/pull/817))
15+
1016
## [0.3.22](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.21...rust-sdks/libwebrtc@0.3.22) - 2025-12-17
1117

1218
### 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.22"
3+
version = "0.3.23"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

livekit-ffi/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.12.43](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.42...rust-sdks/livekit-ffi@0.12.43) - 2025-12-19
11+
12+
### Added
13+
14+
- *(ParticipantInfo)* export kind details ([#813](https://github.com/livekit/rust-sdks/pull/813))
15+
1016
## [0.12.42](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.41...rust-sdks/livekit-ffi@0.12.42) - 2025-12-17
1117

1218
### 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.42"
3+
version = "0.12.43"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

livekit/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.7.28](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.27...rust-sdks/livekit@0.7.28) - 2025-12-19
11+
12+
### Added
13+
14+
- *(ParticipantInfo)* export kind details ([#813](https://github.com/livekit/rust-sdks/pull/813))
15+
1016
## [0.7.27](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.26...rust-sdks/livekit@0.7.27) - 2025-12-17
1117

1218
### 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.27"
3+
version = "0.7.28"
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.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.19...rust-sdks/webrtc-sys@0.3.20) - 2025-12-19
11+
12+
### Fixed
13+
14+
- Exclude the desktop-capturer module link for mobile. ([#817](https://github.com/livekit/rust-sdks/pull/817))
15+
1016
## [0.3.19](https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.18...rust-sdks/webrtc-sys@0.3.19) - 2025-12-17
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.19"
3+
version = "0.3.20"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)