File tree Expand file tree Collapse file tree 9 files changed +127
-76
lines changed
Expand file tree Collapse file tree 9 files changed +127
-76
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>"]
55repository = " https://github.com/moq-dev/moq"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.7.16 "
8+ version = " 0.7.17 "
99edition = " 2024"
1010rust-version.workspace = true
1111
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/moq-dev/moq"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.15.11 "
8+ version = " 0.15.12 "
99edition = " 2024"
1010rust-version.workspace = true
1111
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/moq-dev/moq"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.13.10 "
8+ version = " 0.13.11 "
99edition = " 2024"
1010rust-version.workspace = true
1111
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55repository = " https://github.com/moq-dev/moq"
66license = " MIT OR Apache-2.0"
77
8- version = " 0.10.19 "
8+ version = " 0.10.20 "
99edition = " 2024"
1010rust-version.workspace = true
1111
You can’t perform that action at this time.
0 commit comments