Skip to content

Commit c6132e8

Browse files
nanpa: bump
1 parent 32a582c commit c6132e8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.nanpa/free-stream-handles-when-room-is-closed.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.8", path = "libwebrtc" }
2121
livekit-api = { version = "0.4.1", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.5", path = "livekit-ffi" }
22+
livekit-ffi = { version = "0.12.6", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.3.6", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.3.1", path = "livekit-runtime" }
2525
livekit = { version = "0.7.2", path = "livekit" }

livekit-ffi/.nanparc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version 0.12.5
1+
version 0.12.6
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.6] - 2025-01-07
4+
5+
### Fixed
6+
7+
- Automatically close audio/video stream handles when the associated room is closed
8+
39
## [0.12.5] - 2025-01-04
410

511
### Added

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

0 commit comments

Comments
 (0)