Skip to content

Commit a553ec9

Browse files
authored
chore: release (#1287)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent fdfc686 commit a553ec9

File tree

9 files changed

+127
-76
lines changed

9 files changed

+127
-76
lines changed

Cargo.lock

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

rs/moq-cli/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.7.17](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.16...moq-cli-v0.7.17) - 2026-04-15
11+
12+
### Other
13+
14+
- Refactor publish stats logging to use structured logging ([#1290](https://github.com/moq-dev/moq/pull/1290))
15+
1016
## [0.7.16](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.15...moq-cli-v0.7.16) - 2026-04-11
1117

1218
### Other

rs/moq-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.16"
8+
version = "0.7.17"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-lite/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.15.12](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.11...moq-lite-v0.15.12) - 2026-04-15
11+
12+
### Other
13+
14+
- release ([#1278](https://github.com/moq-dev/moq/pull/1278))
15+
1016
## [0.15.11](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.10...moq-lite-v0.15.11) - 2026-04-11
1117

1218
### Fixed

rs/moq-lite/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.15.11"
8+
version = "0.15.12"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-native/CHANGELOG.md

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

4545
## [Unreleased]
4646

47+
## [0.13.11](https://github.com/moq-dev/moq/compare/moq-native-v0.13.10...moq-native-v0.13.11) - 2026-04-15
48+
49+
### Other
50+
51+
- Add mTLS support for moq-relay ([#1299](https://github.com/moq-dev/moq/pull/1299))
52+
4753
## [0.13.10](https://github.com/moq-dev/moq/compare/moq-native-v0.13.9...moq-native-v0.13.10) - 2026-04-09
4854

4955
### Other

rs/moq-native/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.13.10"
8+
version = "0.13.11"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-relay/CHANGELOG.md

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

6565
## [Unreleased]
6666

67+
## [0.10.20](https://github.com/moq-dev/moq/compare/moq-relay-v0.10.19...moq-relay-v0.10.20) - 2026-04-15
68+
69+
### Other
70+
71+
- Add mTLS support for moq-relay ([#1299](https://github.com/moq-dev/moq/pull/1299))
72+
6773
## [0.10.19](https://github.com/moq-dev/moq/compare/moq-relay-v0.10.18...moq-relay-v0.10.19) - 2026-04-11
6874

6975
### Other

rs/moq-relay/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.19"
8+
version = "0.10.20"
99
edition = "2024"
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)