Skip to content

Commit 7373772

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

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
@@ -17,12 +17,12 @@ members = [
1717
[workspace.dependencies]
1818
imgproc = { version = "0.3.14", path = "imgproc" }
1919
yuv-sys = { version = "0.3.9", path = "yuv-sys" }
20-
libwebrtc = { version = "0.3.15", path = "libwebrtc" }
20+
libwebrtc = { version = "0.3.16", path = "libwebrtc" }
2121
livekit-api = { version = "0.4.7", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.34", path = "livekit-ffi" }
22+
livekit-ffi = { version = "0.12.35", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.5.0", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
25-
livekit = { version = "0.7.19", path = "livekit" }
25+
livekit = { version = "0.7.20", path = "livekit" }
2626
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
2727
webrtc-sys-build = { version = "0.3.8", path = "webrtc-sys/build" }
28-
webrtc-sys = { version = "0.3.12", path = "webrtc-sys" }
28+
webrtc-sys = { version = "0.3.13", path = "webrtc-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.16](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-03
11+
12+
### Other
13+
14+
- updated the following local packages: webrtc-sys
15+
1016
## [0.3.15](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-29
1117

1218
### Fixed

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.15"
3+
version = "0.3.16"
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.35](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-03
11+
12+
### Other
13+
14+
- updated the following local packages: webrtc-sys, livekit
15+
1016
## [0.12.34](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-29
1117

1218
### Fixed

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.34"
3+
version = "0.12.35"
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.20](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-03
11+
12+
### Other
13+
14+
- updated the following local packages: libwebrtc
15+
1016
## [0.7.19](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-29
1117

1218
### Fixed

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.19"
3+
version = "0.7.20"
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.13](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-10-03
11+
12+
### Other
13+
14+
- Fix empty audio frames after resample ([#722](https://github.com/livekit/rust-sdks/pull/722))
15+
1016
## [0.3.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/[email protected]/[email protected]) - 2025-09-29
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.12"
3+
version = "0.3.13"
44
edition = "2021"
55
homepage = "https://livekit.io"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)