Skip to content

Commit 4ddd4b0

Browse files
authored
chore: release (#1159)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent 8240ec4 commit 4ddd4b0

File tree

15 files changed

+140
-152
lines changed

15 files changed

+140
-152
lines changed

Cargo.lock

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

rs/hang/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.4](https://github.com/moq-dev/moq/compare/hang-v0.15.3...hang-v0.15.4) - 2026-03-25
11+
12+
### Other
13+
14+
- Add generic ordered::Consumer/Producer to moq-mux ([#1155](https://github.com/moq-dev/moq/pull/1155))
15+
1016
## [0.15.3](https://github.com/moq-dev/moq/compare/hang-v0.15.2...hang-v0.15.3) - 2026-03-18
1117

1218
### Other

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

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.12](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.11...moq-cli-v0.7.12) - 2026-03-25
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.7.11](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.10...moq-cli-v0.7.11) - 2026-03-16
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.11"
8+
version = "0.7.12"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-clock/CHANGELOG.md

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

4646
## [Unreleased]
4747

48+
## [0.10.10](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.9...moq-clock-v0.10.10) - 2026-03-25
49+
50+
### Other
51+
52+
- update Cargo.lock dependencies
53+
4854
## [0.10.9](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.8...moq-clock-v0.10.9) - 2026-03-16
4955

5056
### Other

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

rs/moq-ffi/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/moq-dev/moq/compare/moq-ffi-v0.1.5...moq-ffi-v0.1.6) - 2026-03-25
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.1.4](https://github.com/moq-dev/moq/compare/moq-ffi-v0.1.3...moq-ffi-v0.1.4) - 2026-03-18
1117

1218
### Other

rs/moq-ffi/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>", "Brian Medley <bpm@bmedley.org>"
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.1.5"
8+
version = "0.1.6"
99
edition = "2024"
1010

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

rs/moq-lite/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.15.5](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.4...moq-lite-v0.15.5) - 2026-03-25
11+
12+
### Other
13+
14+
- Add generic ordered::Consumer/Producer to moq-mux ([#1155](https://github.com/moq-dev/moq/pull/1155))
15+
- Make SUBSCRIBE_NAMESPACE errors non-fatal ([#1154](https://github.com/moq-dev/moq/pull/1154))
16+
- Add with_origin convenience method to Client and Server ([#1153](https://github.com/moq-dev/moq/pull/1153))
17+
- Add systematic tracing for control message encode/decode ([#1144](https://github.com/moq-dev/moq/pull/1144))
18+
- Distinguish Parameters from Properties per moq-transport-17 ([#1136](https://github.com/moq-dev/moq/pull/1136))
19+
- Revert next_group to recv_group rename ([#1137](https://github.com/moq-dev/moq/pull/1137))
20+
- Rename next_group to recv_group for clarity ([#1135](https://github.com/moq-dev/moq/pull/1135))
21+
1022
## [0.15.4](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.3...moq-lite-v0.15.4) - 2026-03-18
1123

1224
### Other

0 commit comments

Comments
 (0)