Skip to content

Commit f0a709a

Browse files
authored
Merge pull request #168 from cloudflare/release-plz-2026-05-20T16-39-52Z
chore: release
2 parents a38b3a5 + 91fade0 commit f0a709a

13 files changed

Lines changed: 57 additions & 12 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.14](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.13...moq-clock-ietf-v0.6.14) - 2026-05-20
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [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
1016

1117
### Fixed

moq-clock-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.6.13"
11+
version = "0.6.14"
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.14](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.13...moq-pub-v0.8.14) - 2026-05-20
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.8.13](https://github.com/cloudflare/moq-rs/compare/moq-pub-v0.8.12...moq-pub-v0.8.13) - 2026-04-10
1016

1117
### Fixed

moq-pub/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13"
12+
version = "0.8.14"
1313
edition = "2021"
1414

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

moq-relay-ietf/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [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
10+
11+
### Fixed
12+
13+
- tokio utils use default features
14+
- suggestions from opencode reviewers
15+
- apply suggestions from opencode review
16+
17+
### Other
18+
19+
- check for cancelled of cancellation token when waiting for subscribe open
20+
- keep the comments for readability purpose
21+
- Merge branch 'main' of github.com:itzmanish/moq-rs into feat/remote-manager-rewrite
22+
923
## [0.7.17](https://github.com/cloudflare/moq-rs/compare/moq-relay-ietf-v0.7.16...moq-relay-ietf-v0.7.17) - 2026-04-13
1024

1125
### Fixed

moq-relay-ietf/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.17"
11+
version = "0.7.18"
1212
edition = "2021"
1313

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

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.8](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.7...moq-sub-v0.4.8) - 2026-05-20
10+
11+
### Fixed
12+
13+
- subscribe cleaning on drop
14+
915
## [0.4.7](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.6...moq-sub-v0.4.7) - 2026-04-10
1016

1117
### Fixed

moq-sub/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.7"
12+
version = "0.4.8"
1313
edition = "2021"
1414

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

moq-test-client/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.1.6](https://github.com/cloudflare/moq-rs/compare/moq-test-client-v0.1.5...moq-test-client-v0.1.6) - 2026-05-20
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.1.5](https://github.com/cloudflare/moq-rs/compare/moq-test-client-v0.1.4...moq-test-client-v0.1.5) - 2026-04-10
1117

1218
### Fixed

0 commit comments

Comments
 (0)