Skip to content

Commit 0c880f0

Browse files
authored
chore: release
1 parent 8dfd0b9 commit 0c880f0

24 files changed

Lines changed: 150 additions & 82 deletions

Cargo.lock

Lines changed: 46 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ rust-version = "1.85"
4949
[workspace.dependencies]
5050
hang = { version = "0.19", path = "rs/hang" }
5151
kio = { version = "0.3", path = "rs/kio" }
52-
moq-audio = { version = "0.0.3", path = "rs/moq-audio" }
52+
moq-audio = { version = "0.0.4", path = "rs/moq-audio" }
5353
moq-json = { version = "0.0.2", path = "rs/moq-json" }
5454
moq-loc = { version = "0.1", path = "rs/moq-loc" }
5555
moq-msf = { version = "0.2", path = "rs/moq-msf" }
5656
moq-mux = { version = "0.5", path = "rs/moq-mux" }
57-
moq-native = { version = "0.17", path = "rs/moq-native", default-features = false }
57+
moq-native = { version = "0.18", path = "rs/moq-native", default-features = false }
5858
moq-net = { version = "0.1", path = "rs/moq-net" }
5959
moq-token = { version = "0.6", path = "rs/moq-token" }
6060
moq-video = { version = "0.0.3", path = "rs/moq-video" }

rs/hang/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.1](https://github.com/moq-dev/moq/compare/hang-v0.19.0...hang-v0.19.1) - 2026-06-13
11+
12+
### Other
13+
14+
- ingest and export legacy non-browser broadcast audio over MPEG-TS mp2, ac-3 & e-ac-3 ([#1701](https://github.com/moq-dev/moq/pull/1701))
15+
- *(demo,doc)* drop redundant /anon prefix from localhost URLs ([#1688](https://github.com/moq-dev/moq/pull/1688))
16+
1017
## [0.19.0](https://github.com/moq-dev/moq/compare/hang-v0.18.1...hang-v0.19.0) - 2026-06-10
1118

1219
### Added

rs/hang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>"]
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.19.0"
8+
version = "0.19.1"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/libmoq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.5](https://github.com/moq-dev/moq/compare/libmoq-v0.3.4...libmoq-v0.3.5) - 2026-06-13
11+
12+
### Fixed
13+
14+
- *(native)* surface terminal auth connect errors ([#1649](https://github.com/moq-dev/moq/pull/1649))
15+
1016
## [0.3.4](https://github.com/moq-dev/moq/compare/libmoq-v0.3.3...libmoq-v0.3.4) - 2026-06-10
1117

1218
### Added

0 commit comments

Comments
 (0)