Skip to content

Commit 3aeced9

Browse files
nanpa: bump
1 parent a11f7d2 commit 3aeced9

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.nanpa/candy-blimp-twice.kdl

-1
This file was deleted.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ imgproc = { version = "0.3.12", path = "imgproc" }
1919
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
2020
libwebrtc = { version = "0.3.10", path = "libwebrtc" }
2121
livekit-api = { version = "0.4.2", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.15", path = "livekit-ffi" }
22+
livekit-ffi = { version = "0.12.16", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.3.9", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
2525
livekit = { version = "0.7.6", path = "livekit" }

livekit-ffi/.nanparc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version 0.12.15
1+
version 0.12.16
22
language rust

livekit-ffi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.12.16] - 2025-03-06
4+
5+
### Fixed
6+
7+
- Fixed metric report issue on audio filter where room_id is sometimes empty
8+
39
## [0.12.15] - 2025-03-05
410

511
### Fixed

livekit-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.12.15"
3+
version = "0.12.16"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)