Skip to content

Commit 2f35bdb

Browse files
authored
chore: release
1 parent f1c9cc5 commit 2f35bdb

File tree

20 files changed

+261
-192
lines changed

20 files changed

+261
-192
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.dependencies]
16-
hang = { version = "0.9", path = "rs/hang" }
17-
moq-lite = { version = "0.10", path = "rs/moq-lite" }
18-
moq-native = { version = "0.10", path = "rs/moq-native" }
16+
hang = { version = "0.10", path = "rs/hang" }
17+
moq-lite = { version = "0.11", path = "rs/moq-lite" }
18+
moq-native = { version = "0.11", path = "rs/moq-native" }
1919
moq-token = { version = "0.5", path = "rs/moq-token" }
2020

2121
serde = { version = "1", features = ["derive"] }

rs/hang-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.3](https://github.com/moq-dev/moq/compare/hang-cli-v0.7.2...hang-cli-v0.7.3) - 2026-01-10
11+
12+
### Added
13+
14+
- iroh support ([#794](https://github.com/moq-dev/moq/pull/794))
15+
16+
### Other
17+
18+
- support WebSocket fallback for clients ([#812](https://github.com/moq-dev/moq/pull/812))
19+
- Include sd-notify only on unix ([#807](https://github.com/moq-dev/moq/pull/807))
20+
- Fix a rustls panic causing the HTTPS server to not work. ([#804](https://github.com/moq-dev/moq/pull/804))
21+
- Certificate reloading ([#774](https://github.com/moq-dev/moq/pull/774))
22+
1023
## [0.7.2](https://github.com/moq-dev/moq/compare/hang-cli-v0.7.1...hang-cli-v0.7.2) - 2025-12-19
1124

1225
### Other

rs/hang-cli/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.7.2"
8+
version = "0.7.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

rs/hang/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.0](https://github.com/moq-dev/moq/compare/hang-v0.9.1...hang-v0.10.0) - 2026-01-10
11+
12+
### Added
13+
14+
- iroh support ([#794](https://github.com/moq-dev/moq/pull/794))
15+
16+
### Other
17+
18+
- hev1 decoder ([#813](https://github.com/moq-dev/moq/pull/813))
19+
- support WebSocket fallback for clients ([#812](https://github.com/moq-dev/moq/pull/812))
20+
- Add Opus decoder ([#811](https://github.com/moq-dev/moq/pull/811))
21+
1022
## [0.9.1](https://github.com/moq-dev/moq/compare/hang-v0.9.0...hang-v0.9.1) - 2025-12-19
1123

1224
### 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.9.1"
8+
version = "0.10.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

rs/libmoq/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.2.3](https://github.com/moq-dev/moq/compare/libmoq-v0.2.2...libmoq-v0.2.3) - 2026-01-10
11+
12+
### Added
13+
14+
- iroh support ([#794](https://github.com/moq-dev/moq/pull/794))
15+
16+
### Other
17+
18+
- support WebSocket fallback for clients ([#812](https://github.com/moq-dev/moq/pull/812))
19+
- target_link_libraries ([#802](https://github.com/moq-dev/moq/pull/802))
20+
1021
## [0.2.2](https://github.com/moq-dev/moq/compare/libmoq-v0.2.1...libmoq-v0.2.2) - 2025-12-19
1122

1223
### Other

rs/libmoq/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>", "Brian Medley <bpm@bmedley.org>"
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

rs/moq-clock/CHANGELOG.md

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

4646
## [Unreleased]
4747

48+
## [0.10.2](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.1...moq-clock-v0.10.2) - 2026-01-10
49+
50+
### Other
51+
52+
- support WebSocket fallback for clients ([#812](https://github.com/moq-dev/moq/pull/812))
53+
4854
## [0.10.1](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.0...moq-clock-v0.10.1) - 2025-12-19
4955

5056
### Other

rs/moq-clock/Cargo.toml

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

8-
version = "0.10.1"
8+
version = "0.10.2"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

0 commit comments

Comments
 (0)