Skip to content

Commit 763afb4

Browse files
authored
chore: release
1 parent 01b1498 commit 763afb4

23 files changed

Lines changed: 199 additions & 65 deletions

Cargo.lock

Lines changed: 52 additions & 53 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
@@ -48,11 +48,11 @@ rust-version = "1.85"
4848
hang = { version = "0.18", path = "rs/hang" }
4949
kio = { version = "0.3", path = "rs/kio" }
5050
moq-audio = { version = "0.0.2", path = "rs/moq-audio" }
51-
moq-json = { version = "0.0.1", path = "rs/moq-json" }
51+
moq-json = { version = "0.0.2", path = "rs/moq-json" }
5252
moq-loc = { version = "0.1", path = "rs/moq-loc" }
5353
moq-msf = { version = "0.2", path = "rs/moq-msf" }
5454
moq-mux = { version = "0.5", path = "rs/moq-mux" }
55-
moq-native = { version = "0.16", path = "rs/moq-native", default-features = false }
55+
moq-native = { version = "0.17", path = "rs/moq-native", default-features = false }
5656
moq-net = { version = "0.1", path = "rs/moq-net" }
5757
moq-token = { version = "0.6", path = "rs/moq-token" }
5858
qmux = { version = "0.0.8", default-features = false }

rs/hang/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.18.2](https://github.com/moq-dev/moq/compare/hang-v0.18.1...hang-v0.18.2) - 2026-06-09
11+
12+
### Fixed
13+
14+
- *(moq-relay)* classify malformed auth-API JSON as an upstream 502
15+
16+
### Other
17+
18+
- Revert accidental commit 24d25604 (moq-native connect/reconnect refactor)
19+
- *(moq-native)* migrate from anyhow to thiserror ([#1651](https://github.com/moq-dev/moq/pull/1651))
20+
1021
## [0.18.1](https://github.com/moq-dev/moq/compare/hang-v0.18.0...hang-v0.18.1) - 2026-05-30
1122

1223
### Other

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.18.1"
8+
version = "0.18.2"
99
edition = "2024"
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)