Skip to content

Commit

Permalink
nanpa: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ilo-nanpa[bot] committed Jan 7, 2025
1 parent 32a582c commit c6132e8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .nanpa/free-stream-handles-when-room-is-closed.kdl

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ imgproc = { version = "0.3.12", path = "imgproc" }
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
libwebrtc = { version = "0.3.8", path = "libwebrtc" }
livekit-api = { version = "0.4.1", path = "livekit-api" }
livekit-ffi = { version = "0.12.5", path = "livekit-ffi" }
livekit-ffi = { version = "0.12.6", path = "livekit-ffi" }
livekit-protocol = { version = "0.3.6", path = "livekit-protocol" }
livekit-runtime = { version = "0.3.1", path = "livekit-runtime" }
livekit = { version = "0.7.2", path = "livekit" }
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.12.5
version 0.12.6
language rust
6 changes: 6 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.12.6] - 2025-01-07

### Fixed

- Automatically close audio/video stream handles when the associated room is closed

## [0.12.5] - 2025-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.12.5"
version = "0.12.6"
edition = "2021"
license = "Apache-2.0"
description = "FFI interface for bindings in other languages"
Expand Down

0 comments on commit c6132e8

Please sign in to comment.