Skip to content

Commit af2ae08

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

12 files changed

Lines changed: 81 additions & 14 deletions

File tree

Cargo.lock

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

rs/conducer/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.3.3](https://github.com/moq-dev/moq/compare/conducer-v0.3.2...conducer-v0.3.3) - 2026-04-03
11+
12+
### Other
13+
14+
- Auto-pause emulation when no viewers are watching ([#1201](https://github.com/moq-dev/moq/pull/1201))
15+
1016
## [0.3.2](https://github.com/moq-dev/moq/compare/conducer-v0.3.1...conducer-v0.3.2) - 2026-04-03
1117

1218
### Other

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

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.6](https://github.com/moq-dev/moq/compare/hang-v0.15.5...hang-v0.15.6) - 2026-04-03
11+
12+
### Other
13+
14+
- Auto-pause emulation when no viewers are watching ([#1201](https://github.com/moq-dev/moq/pull/1201))
15+
1016
## [0.15.5](https://github.com/moq-dev/moq/compare/hang-v0.15.4...hang-v0.15.5) - 2026-04-03
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.5"
8+
version = "0.15.6"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-boy/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/moq-dev/moq/releases/tag/moq-boy-v0.1.0) - 2026-04-03
11+
12+
### Other
13+
14+
- Set up moq-boy for publishing and add CDN infrastructure ([#1205](https://github.com/moq-dev/moq/pull/1205))
15+
- Rename dev/ to demo/, split moq-boy into rs/ and js/ ([#1204](https://github.com/moq-dev/moq/pull/1204))

rs/moq-clock/CHANGELOG.md

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

5050
### Other
5151

52+
- Add --version flag to all CLI tools ([#1203](https://github.com/moq-dev/moq/pull/1203))
53+
- release ([#1174](https://github.com/moq-dev/moq/pull/1174))
54+
- release ([#1168](https://github.com/moq-dev/moq/pull/1168))
55+
56+
## [0.10.11](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.10...moq-clock-v0.10.11) - 2026-04-03
57+
58+
### Other
59+
5260
- release ([#1168](https://github.com/moq-dev/moq/pull/1168))
5361

5462
## [0.10.11](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.10...moq-clock-v0.10.11) - 2026-03-31

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.7](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.6...moq-lite-v0.15.7) - 2026-04-03
11+
12+
### Other
13+
14+
- Auto-pause emulation when no viewers are watching ([#1201](https://github.com/moq-dev/moq/pull/1201))
15+
1016
## [0.15.6](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.5...moq-lite-v0.15.6) - 2026-04-03
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.6"
8+
version = "0.15.7"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-mux/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.6](https://github.com/moq-dev/moq/compare/moq-mux-v0.3.5...moq-mux-v0.3.6) - 2026-04-03
11+
12+
### Other
13+
14+
- Auto-pause emulation when no viewers are watching ([#1201](https://github.com/moq-dev/moq/pull/1201))
15+
- release ([#1174](https://github.com/moq-dev/moq/pull/1174))
16+
1017
## [0.3.5](https://github.com/moq-dev/moq/compare/moq-mux-v0.3.4...moq-mux-v0.3.5) - 2026-04-03
1118

1219
### Added

0 commit comments

Comments
 (0)