Skip to content

Commit 26cb3db

Browse files
authored
chore: release (#2573)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent 0bfa5e3 commit 26cb3db

32 files changed

Lines changed: 169 additions & 47 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ kio = { version = "0.5", path = "rs/kio" }
8181
loom = { version = "0.7.2", features = ["futures"] }
8282
moq-audio = { version = "0.0.15", path = "rs/moq-audio" }
8383
moq-flate = { version = "0.1.1", path = "rs/moq-flate" }
84-
moq-hls = { version = "0.4.3", path = "rs/moq-hls", default-features = false }
84+
moq-hls = { version = "0.4.4", path = "rs/moq-hls", default-features = false }
8585
moq-json = { version = "0.3.2", path = "rs/moq-json" }
8686
moq-loc = { version = "0.2", path = "rs/moq-loc" }
8787
moq-msf = { version = "0.4", path = "rs/moq-msf" }
@@ -102,11 +102,11 @@ moq-token-cli = { version = "0.5", path = "rs/moq-token-cli" }
102102
# each consumer opts in: binaries (libmoq, moq-boy, moq-cli) enable them, but a
103103
# self-compiler can leave them off to drop the CUDA / libva deps. Both crates
104104
# still default them on when depended on directly.
105-
moq-transcode = { version = "0.0.5", path = "rs/moq-transcode", default-features = false }
105+
moq-transcode = { version = "0.0.6", path = "rs/moq-transcode", default-features = false }
106106
# Standalone crate (moq-dev/vaapi); vendored from cros-libva + cros-codecs.
107107
# dlopen's libva at runtime (no libva-dev at build, no NEEDED libva in the binary).
108108
moq-vaapi = "0.0.3"
109-
moq-video = { version = "0.0.11", path = "rs/moq-video", default-features = false }
109+
moq-video = { version = "0.0.12", path = "rs/moq-video", default-features = false }
110110
percent-encoding = "2"
111111
qmux = { version = "0.4.0", default-features = false }
112112
serde = { version = "1", features = ["derive"] }

rs/kio/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.3](https://github.com/moq-dev/moq/compare/kio-v0.5.2...kio-v0.5.3) - 2026-08-03
11+
12+
### Added
13+
14+
- *(kio)* add WaiterCell and Queue ([#2560](https://github.com/moq-dev/moq/pull/2560))
15+
16+
### Other
17+
18+
- *(kio)* rename WaiterCell to Park ([#2583](https://github.com/moq-dev/moq/pull/2583))
19+
1020
## [0.5.2](https://github.com/moq-dev/moq/compare/kio-v0.5.1...kio-v0.5.2) - 2026-07-29
1121

1222
### Other

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

rs/libmoq/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.5.3](https://github.com/moq-dev/moq/compare/libmoq-v0.5.2...libmoq-v0.5.3) - 2026-08-03
11+
12+
### Other
13+
14+
- updated the following local packages: moq-video
15+
1016
## [0.5.2](https://github.com/moq-dev/moq/compare/libmoq-v0.5.1...libmoq-v0.5.2) - 2026-07-29
1117

1218
### Other

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

rs/moq-boy/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.4.3](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.2...moq-boy-v0.4.3) - 2026-08-03
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.4.2](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.1...moq-boy-v0.4.2) - 2026-07-29
1117

1218
### Fixed

rs/moq-boy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
keywords = ["moq", "gameboy", "streaming", "emulator", "live"]
88
categories = ["multimedia::video", "emulators", "network-programming"]
99

10-
version = "0.4.2"
10+
version = "0.4.3"
1111
edition = "2024"
1212
rust-version.workspace = true
1313

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.9.6](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.5...moq-cli-v0.9.6) - 2026-08-03
11+
12+
### Added
13+
14+
- *(cli)* add a `token` subcommand to moq-cli ([#2593](https://github.com/moq-dev/moq/pull/2593))
15+
1016
## [0.9.5](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.4...moq-cli-v0.9.5) - 2026-07-29
1117

1218
### Added

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.9.5"
8+
version = "0.9.6"
99
edition = "2024"
1010
rust-version.workspace = true
1111

0 commit comments

Comments
 (0)