Skip to content

Commit a300867

Browse files
chore: release
1 parent fc7ba9b commit a300867

13 files changed

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

77
## [Unreleased]
88

9+
## [0.6.15](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.14...moq-clock-ietf-v0.6.15) - 2026-06-10
10+
11+
### Other
12+
13+
- updated the following local packages: moq-native-ietf
14+
915
## [0.6.14](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.13...moq-clock-ietf-v0.6.14) - 2026-05-20
1016

1117
### 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.14"
11+
version = "0.6.15"
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.8" }
20+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.9" }
2121
moq-transport = { path = "../moq-transport", version = "0.14" }
2222

2323
# QUIC

moq-native-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.8.0...moq-native-ietf-v0.9.0) - 2026-06-10
10+
11+
### Other
12+
13+
- Use Box+impl Fn for socket wrapper; add passthrough test
14+
- Add socket_wrapper hook to quic Config
15+
916
## [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
1017

1118
### Fixed

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.8.0"
11+
version = "0.9.0"
1212
edition = "2021"
1313

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

moq-pub/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.15](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.14...moq-pub-v0.8.15) - 2026-06-10
10+
11+
### Other
12+
13+
- updated the following local packages: moq-native-ietf
14+
915
## [0.8.14](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.13...moq-pub-v0.8.14) - 2026-05-20
1016

1117
### 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.14"
12+
version = "0.8.15"
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.8" }
21+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.9" }
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.19](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.18...moq-relay-ietf-v0.7.19) - 2026-06-10
10+
11+
### Other
12+
13+
- updated the following local packages: moq-native-ietf
14+
915
## [0.7.18](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.17...moq-relay-ietf-v0.7.18) - 2026-05-20
1016

1117
### 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.18"
11+
version = "0.7.19"
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.8" }
27+
moq-native-ietf = { path = "../moq-native-ietf", version = "0.9" }
2828
moq-api = { path = "../moq-api", version = "0.2" }
2929
web-transport = { workspace = true }
3030

moq-sub/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.9](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.8...moq-sub-v0.4.9) - 2026-06-10
10+
11+
### Other
12+
13+
- updated the following local packages: moq-native-ietf
14+
915
## [0.4.8](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.7...moq-sub-v0.4.8) - 2026-05-20
1016

1117
### Fixed

0 commit comments

Comments
 (0)