Skip to content

Commit e8e4454

Browse files
committed
bump to 0.3.5
1 parent 82e6bac commit e8e4454

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following quickstart assumes that you have a Linux machine. As a fallback, y
3737
**Docker/Podman (recommended):**
3838

3939
```bash
40-
docker run --rm --net=host ghcr.io/pulsebeamdev/pulsebeam:pulsebeam-v0.3.4 --dev
40+
docker run --rm --net=host ghcr.io/pulsebeamdev/pulsebeam:pulsebeam-v0.3.5 --dev
4141
```
4242

4343
**Open Port Requirements:**

pulsebeam/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [pulsebeam-v0.3.5] - 2026-03-18
2+
3+
### 🐛 Bug Fixes
4+
5+
- Audio loopback
16
## [pulsebeam-v0.3.4] - 2026-03-18
27

38
### 🚀 Features

pulsebeam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pulsebeam"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Lightweight WebRTC SFU for Mobile, IoT, and Web"

0 commit comments

Comments
 (0)