Skip to content

Commit 5e9df10

Browse files
Release packages
1 parent fde0654 commit 5e9df10

27 files changed

Lines changed: 87 additions & 35 deletions

File tree

.changeset/upgrade_example_dependencies.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

imgproc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
### Added
5050

5151
- move imgproc to main rust-sdks monorepo
52+
## 0.3.19 (2026-03-06)
53+
54+
### Fixes
55+
56+
#### Upgrade example dependencies
57+
58+
##920 by @ladvoc

imgproc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgproc"
3-
version = "0.3.18"
3+
version = "0.3.19"
44
edition.workspace = true
55
authors = ["Theo Monnom <theo.8bits@gmail.com>"]
66
license = "MIT OR Apache-2.0"

libwebrtc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139
### Added
140140

141141
- bump libwebrtc to m125
142+
## 0.3.27 (2026-03-06)
143+
144+
### Fixes
145+
146+
#### Upgrade example dependencies
147+
148+
##920 by @ladvoc

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.26"
3+
version = "0.3.27"
44
edition.workspace = true
55
homepage = "https://livekit.io"
66
license.workspace = true

livekit-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9696
### Added
9797

9898
- Update protocol and add SendDataRequest nonce
99+
## 0.4.15 (2026-03-06)
100+
101+
### Fixes
102+
103+
#### Upgrade example dependencies
104+
105+
##920 by @ladvoc

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.14"
3+
version = "0.4.15"
44
license.workspace = true
55
description = "Rust Server SDK for LiveKit"
66
edition.workspace = true

livekit-ffi-node-bindings/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-darwin-arm64",
3-
"version": "0.12.48",
3+
"version": "0.12.49",
44
"cpu": [
55
"arm64"
66
],

livekit-ffi-node-bindings/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-darwin-x64",
3-
"version": "0.12.48",
3+
"version": "0.12.49",
44
"cpu": [
55
"x64"
66
],

livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-ffi-bindings-linux-arm64-gnu",
3-
"version": "0.12.48",
3+
"version": "0.12.49",
44
"cpu": [
55
"arm64"
66
],

0 commit comments

Comments
 (0)