Skip to content

Commit 18360c5

Browse files
authored
Merge pull request #160 from cloudflare/release-plz-2026-04-10T03-59-18Z
2 parents 8ee0dbf + d98b8fc commit 18360c5

13 files changed

Lines changed: 77 additions & 17 deletions

File tree

Cargo.lock

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

moq-clock-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.13](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.12...moq-clock-ietf-v0.6.13) - 2026-04-10
10+
11+
### Fixed
12+
13+
- cross-platform dual-stack binding for IPv6 sockets
14+
15+
### Other
16+
17+
- Merge pull request #151 from englishm-cloudflare/me/ipv6-dual-stack-binding
18+
919
## [0.6.12](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.11...moq-clock-ietf-v0.6.12) - 2026-03-31
1020

1121
### Other

moq-clock-ietf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Luke Curley"]
88
repository = "https://github.com/englishm/moq-rs"
99
license = "MIT OR Apache-2.0"
1010

11-
version = "0.6.12"
11+
version = "0.6.13"
1212
edition = "2021"
1313

1414
keywords = ["quic", "http3", "webtransport", "media", "live"]
@@ -17,7 +17,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
20+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.8" }
2121
moq-transport = { path = "../moq-transport", version = "0.14" }
2222

2323
# QUIC

moq-native-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.0](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.7.5...moq-native-ietf-v0.8.0) - 2026-04-10
10+
11+
### Fixed
12+
13+
- cross-platform dual-stack binding for IPv6 sockets
14+
15+
### Other
16+
17+
- Merge pull request #151 from englishm-cloudflare/me/ipv6-dual-stack-binding
18+
919
## [0.7.5](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.7.4...moq-native-ietf-v0.7.5) - 2026-03-31
1020

1121
### Other

moq-native-ietf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Luke Curley"]
88
repository = "https://github.com/englishm/moq-rs"
99
license = "MIT OR Apache-2.0"
1010

11-
version = "0.7.5"
11+
version = "0.8.0"
1212
edition = "2021"
1313

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

moq-pub/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.13](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.12...moq-pub-v0.8.13) - 2026-04-10
10+
11+
### Fixed
12+
13+
- cross-platform dual-stack binding for IPv6 sockets
14+
15+
### Other
16+
17+
- Merge pull request #151 from englishm-cloudflare/me/ipv6-dual-stack-binding
18+
919
## [0.8.12](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.11...moq-pub-v0.8.12) - 2026-03-31
1020

1121
### Other

moq-pub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["moq-rs contributors"]
99
repository = "https://github.com/cloudflare/moq-rs"
1010
license = "MIT OR Apache-2.0"
1111

12-
version = "0.8.12"
12+
version = "0.8.13"
1313
edition = "2021"
1414

1515
keywords = ["quic", "http3", "webtransport", "media", "live"]
@@ -18,7 +18,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919

2020
[dependencies]
21-
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
21+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.8" }
2222
moq-transport = { path = "../moq-transport", version = "0.14" }
2323
moq-catalog = { path = "../moq-catalog", version = "0.2" }
2424

moq-relay-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.16](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.15...moq-relay-ietf-v0.7.16) - 2026-04-10
10+
11+
### Fixed
12+
13+
- cross-platform dual-stack binding for IPv6 sockets
14+
15+
### Other
16+
17+
- Merge pull request #151 from englishm-cloudflare/me/ipv6-dual-stack-binding
18+
919
## [0.7.15](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.14...moq-relay-ietf-v0.7.15) - 2026-04-09
1020

1121
### Fixed

moq-relay-ietf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["moq-rs contributors"]
88
repository = "https://github.com/cloudflare/moq-rs"
99
license = "MIT OR Apache-2.0"
1010

11-
version = "0.7.15"
11+
version = "0.7.16"
1212
edition = "2021"
1313

1414
keywords = ["quic", "http3", "webtransport", "media", "live"]
@@ -24,7 +24,7 @@ path = "src/bin/moq-relay-ietf/main.rs"
2424

2525
[dependencies]
2626
moq-transport = { path = "../moq-transport", version = "0.14" }
27-
moq-native-ietf = { path = "../moq-native-ietf", version = "0.7" }
27+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.8" }
2828
moq-api = { path = "../moq-api", version = "0.2" }
2929
web-transport = { workspace = true }
3030

moq-sub/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.7](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.6...moq-sub-v0.4.7) - 2026-04-10
10+
11+
### Fixed
12+
13+
- cross-platform dual-stack binding for IPv6 sockets
14+
15+
### Other
16+
17+
- Merge pull request #151 from englishm-cloudflare/me/ipv6-dual-stack-binding
18+
919
## [0.4.6](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.5...moq-sub-v0.4.6) - 2026-03-31
1020

1121
### Other

0 commit comments

Comments
 (0)