Skip to content

Commit 79c8706

Browse files
authored
Merge pull request #137 from cloudflare/release-plz-2026-01-29T06-30-11Z
chore: release
2 parents e8c98fa + 75a7261 commit 79c8706

8 files changed

Lines changed: 39 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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.8](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.7...moq-clock-ietf-v0.6.8) - 2026-02-03
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.6.7](https://github.com/cloudflare/moq-rs/compare/moq-clock-ietf-v0.6.6...moq-clock-ietf-v0.6.7) - 2025-12-18
1016

1117
### Other

moq-clock-ietf/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/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.7"
8+
version = "0.6.8"
99
edition = "2021"
1010

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

moq-native-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.1](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.7.0...moq-native-ietf-v0.7.1) - 2026-02-03
10+
11+
### Other
12+
13+
- Add moq-test-client crate for interoperability testing
14+
915
## [0.7.0](https://github.com/cloudflare/moq-rs/compare/moq-native-ietf-v0.6.0...moq-native-ietf-v0.7.0) - 2025-12-18
1016

1117
### Other

moq-native-ietf/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/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.7.0"
8+
version = "0.7.1"
99
edition = "2021"
1010

1111
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.2](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.1...moq-sub-v0.4.2) - 2026-02-03
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.4.1](https://github.com/cloudflare/moq-rs/compare/moq-sub-v0.4.0...moq-sub-v0.4.1) - 2025-12-18
1016

1117
### Other

moq-sub/Cargo.toml

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

8-
version = "0.4.1"
8+
version = "0.4.2"
99
edition = "2021"
1010

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

moq-test-client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/cloudflare/moq-rs/releases/tag/moq-test-client-v0.1.0) - 2026-02-03
11+
12+
### Other
13+
14+
- Fix cargo fmt formatting
15+
- Add moq-test-client crate for interoperability testing

0 commit comments

Comments
 (0)