Skip to content

Commit 89355fb

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

File tree

16 files changed

+80
-21
lines changed

16 files changed

+80
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ members = [
1717
[workspace.dependencies]
1818
imgproc = { version = "0.3.12", path = "imgproc" }
1919
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
20-
libwebrtc = { version = "0.3.11", path = "libwebrtc" }
21-
livekit-api = { version = "0.4.3", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.26", path = "livekit-ffi" }
23-
livekit-protocol = { version = "0.3.10", path = "livekit-protocol" }
20+
libwebrtc = { version = "0.3.12", path = "libwebrtc" }
21+
livekit-api = { version = "0.4.4", path = "livekit-api" }
22+
livekit-ffi = { version = "0.12.27", path = "livekit-ffi" }
23+
livekit-protocol = { version = "0.4.0", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
25-
livekit = { version = "0.7.12", path = "livekit" }
25+
livekit = { version = "0.7.13", path = "livekit" }
2626
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
27-
webrtc-sys-build = { version = "0.3.6", path = "webrtc-sys/build" }
28-
webrtc-sys = { version = "0.3.8", path = "webrtc-sys" }
27+
webrtc-sys-build = { version = "0.3.7", path = "webrtc-sys/build" }
28+
webrtc-sys = { version = "0.3.9", path = "webrtc-sys" }

libwebrtc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.12](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.11...rust-sdks/libwebrtc@0.3.12) - 2025-06-17
4+
5+
### Other
6+
7+
- updated the following local packages: livekit-protocol, webrtc-sys
8+
39
## [0.3.11](https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.10...rust-sdks/libwebrtc@0.3.11) - 2025-06-11
410

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

livekit-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-api@0.4.3...rust-sdks/livekit-api@0.4.4) - 2025-06-17
4+
5+
### Other
6+
7+
- Expose room updates, support MoveParticipant (protocol 15) ([#662](https://github.com/livekit/rust-sdks/pull/662))
8+
39
## [0.4.2] - 2025-02-03
410

511
### Added

livekit-api/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-api"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
license = "Apache-2.0"
55
description = "Rust Server SDK for LiveKit"
66
edition = "2021"

livekit-ffi/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.12.27](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.26...rust-sdks/livekit-ffi@0.12.27) - 2025-06-17
4+
5+
### Fixed
6+
7+
- *(webrtc-sys-build)* add temporary workaround to fix ci in Windows ([#665](https://github.com/livekit/rust-sdks/pull/665))
8+
- *(webrtc-sys-build)* add error context to debug issues ([#664](https://github.com/livekit/rust-sdks/pull/664))
9+
10+
### Other
11+
12+
- Expose room updates, support MoveParticipant (protocol 15) ([#662](https://github.com/livekit/rust-sdks/pull/662))
13+
- use path.join instead of hardcoded `/` ([#663](https://github.com/livekit/rust-sdks/pull/663))
14+
- bump version for webrtc (fix win CI) ([#650](https://github.com/livekit/rust-sdks/pull/650))
15+
- try to fix webrtc build for iOS/macOS. ([#646](https://github.com/livekit/rust-sdks/pull/646))
16+
- remove ([#633](https://github.com/livekit/rust-sdks/pull/633))
17+
318
## [0.12.20] - 2025-04-08
419

520
### Added

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

livekit-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-protocol@0.3.10...rust-sdks/livekit-protocol@0.4.0) - 2025-06-17
4+
5+
### Other
6+
7+
- Expose room updates, support MoveParticipant (protocol 15) ([#662](https://github.com/livekit/rust-sdks/pull/662))
8+
39
## [0.3.9] - 2025-03-04
410

511
### Fixed

livekit-protocol/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-protocol"
3-
version = "0.3.10"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Livekit protocol and utilities for the Rust SDK"

0 commit comments

Comments
 (0)