From f40d9bd554dc7bbe257af806768aa75d6a22492f Mon Sep 17 00:00:00 2001 From: "moq-bot[bot]" <186640430+moq-bot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:46:42 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 78 +++++++++++++++++------------------ Cargo.toml | 6 +-- rs/kio/CHANGELOG.md | 6 +++ rs/kio/Cargo.toml | 2 +- rs/libmoq/CHANGELOG.md | 6 +++ rs/libmoq/Cargo.toml | 2 +- rs/moq-audio/CHANGELOG.md | 6 +++ rs/moq-audio/Cargo.toml | 2 +- rs/moq-boy/CHANGELOG.md | 6 +++ rs/moq-boy/Cargo.toml | 2 +- rs/moq-cli/CHANGELOG.md | 6 +++ rs/moq-cli/Cargo.toml | 2 +- rs/moq-ffi/CHANGELOG.md | 6 +++ rs/moq-ffi/Cargo.toml | 2 +- rs/moq-native/CHANGELOG.md | 10 +++++ rs/moq-native/Cargo.toml | 2 +- rs/moq-net/CHANGELOG.md | 15 +++++++ rs/moq-net/Cargo.toml | 2 +- rs/moq-token-cli/CHANGELOG.md | 6 +++ rs/moq-token-cli/Cargo.toml | 2 +- rs/moq-transcode/CHANGELOG.md | 6 +++ rs/moq-transcode/Cargo.toml | 2 +- rs/moq-video/CHANGELOG.md | 6 +++ rs/moq-video/Cargo.toml | 2 +- 24 files changed, 132 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24eb64a75e..6d3dbd5d9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" +checksum = "3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8" dependencies = [ "compression-codecs", "compression-core", @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.2.4" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0" +checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d" dependencies = [ "serde_core", ] @@ -1121,9 +1121,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.8.1" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" +checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a" dependencies = [ "glob", "libc", @@ -1957,13 +1957,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" +checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -3164,9 +3164,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", @@ -4004,7 +4004,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kio" -version = "0.5.1" +version = "0.5.2" dependencies = [ "loom", "smallvec", @@ -4081,7 +4081,7 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmoq" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "bytes", @@ -4330,7 +4330,7 @@ dependencies = [ [[package]] name = "moq-audio" -version = "0.0.14" +version = "0.0.15" dependencies = [ "block2", "bytes", @@ -4369,13 +4369,13 @@ dependencies = [ "serde", "serde_json", "tokio", - "toml 1.1.3+spec-1.1.0", + "toml 1.1.4+spec-1.1.0", "tracing", ] [[package]] name = "moq-boy" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "boytacean", @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "moq-cli" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "axum", @@ -4423,7 +4423,7 @@ dependencies = [ [[package]] name = "moq-ffi" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bytes", "hang", @@ -4557,7 +4557,7 @@ dependencies = [ [[package]] name = "moq-native" -version = "0.19.3" +version = "0.19.4" dependencies = [ "anyhow", "bytes", @@ -4590,7 +4590,7 @@ dependencies = [ "tikv-jemallocator", "time", "tokio", - "toml 1.1.3+spec-1.1.0", + "toml 1.1.4+spec-1.1.0", "tracing", "tracing-android", "tracing-subscriber", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "moq-net" -version = "0.2.4" +version = "0.2.5" dependencies = [ "bytes", "criterion", @@ -4671,7 +4671,7 @@ dependencies = [ "thiserror 2.0.19", "tokio", "tokio-rustls", - "toml 1.1.3+spec-1.1.0", + "toml 1.1.4+spec-1.1.0", "tower-http 0.7.0", "tower-service", "tracing", @@ -4775,7 +4775,7 @@ dependencies = [ [[package]] name = "moq-token-cli" -version = "0.5.39" +version = "0.5.40" dependencies = [ "anyhow", "clap", @@ -4784,7 +4784,7 @@ dependencies = [ [[package]] name = "moq-transcode" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "bytes", @@ -4817,7 +4817,7 @@ dependencies = [ [[package]] name = "moq-video" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "ashpd", @@ -5243,9 +5243,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "noq" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11803df44ac03a30988d61585ea50885d5428e42da944fe1e498799da7886a2" +checksum = "09e4bb6601fa543c110d8957813267d5a8d775a0f8fbaccf1f615d06ba9b10da" dependencies = [ "bytes", "cfg_aliases", @@ -5265,9 +5265,9 @@ dependencies = [ [[package]] name = "noq-proto" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334c3c9833f7b2c573cceb9896ddc7aaeb58c8807cbb63211b24d1fe88bf866e" +checksum = "baa7b5ccd819a9c68a0d955e67a881032d09b1a17219b1f90b0997a0888e1a15" dependencies = [ "aes-gcm", "aws-lc-rs", @@ -5296,9 +5296,9 @@ dependencies = [ [[package]] name = "noq-udp" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bde7a5d5102f1cff03d482240f0ed20551661f63663620f4b26112ed751165e9" +checksum = "02bba20e097a5a16cd0ad14ec882fae1e80a092a124e9422fc4dddd92e96a647" dependencies = [ "cfg_aliases", "libc", @@ -7215,9 +7215,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.42" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", "log", @@ -8356,7 +8356,7 @@ dependencies = [ "cfg-expr", "heck", "pkg-config", - "toml 1.1.3+spec-1.1.0", + "toml 1.1.4+spec-1.1.0", "version-compare", ] @@ -8611,13 +8611,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" +checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -8762,9 +8762,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.3+spec-1.1.0" +version = "1.1.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c" +checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" dependencies = [ "indexmap 2.14.0", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 02e6255c91..33542ae59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ kio = { version = "0.5", path = "rs/kio" } # Permutation testing for the kio primitives (and everything built on them). # Only compiled under `--cfg loom`; see `just rs loom`. loom = { version = "0.7.2", features = ["futures"] } -moq-audio = { version = "0.0.14", path = "rs/moq-audio" } +moq-audio = { version = "0.0.15", path = "rs/moq-audio" } moq-flate = { version = "0.1.1", path = "rs/moq-flate" } moq-hls = { version = "0.4.3", path = "rs/moq-hls", default-features = false } moq-json = { version = "0.3.2", path = "rs/moq-json" } @@ -101,11 +101,11 @@ moq-token = { version = "0.7", path = "rs/moq-token" } # each consumer opts in: binaries (libmoq, moq-boy, moq-cli) enable them, but a # self-compiler can leave them off to drop the CUDA / libva deps. Both crates # still default them on when depended on directly. -moq-transcode = { version = "0.0.4", path = "rs/moq-transcode", default-features = false } +moq-transcode = { version = "0.0.5", path = "rs/moq-transcode", default-features = false } # Standalone crate (moq-dev/vaapi); vendored from cros-libva + cros-codecs. # dlopen's libva at runtime (no libva-dev at build, no NEEDED libva in the binary). moq-vaapi = "0.0.3" -moq-video = { version = "0.0.10", path = "rs/moq-video", default-features = false } +moq-video = { version = "0.0.11", path = "rs/moq-video", default-features = false } qmux = { version = "0.4.0", default-features = false } serde = { version = "1", features = ["derive"] } tokio = "1.48" diff --git a/rs/kio/CHANGELOG.md b/rs/kio/CHANGELOG.md index db7db71288..d42d5abad1 100644 --- a/rs/kio/CHANGELOG.md +++ b/rs/kio/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/moq-dev/moq/compare/kio-v0.5.1...kio-v0.5.2) - 2026-07-29 + +### Other + +- *(kio,net)* model-check the concurrent handoffs with loom ([#2543](https://github.com/moq-dev/moq/pull/2543)) + ## [0.5.1](https://github.com/moq-dev/moq/compare/kio-v0.5.0...kio-v0.5.1) - 2026-07-27 ### Added diff --git a/rs/kio/Cargo.toml b/rs/kio/Cargo.toml index 39cf316871..4d29fb186e 100644 --- a/rs/kio/Cargo.toml +++ b/rs/kio/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.5.1" +version = "0.5.2" edition = "2024" rust-version.workspace = true diff --git a/rs/libmoq/CHANGELOG.md b/rs/libmoq/CHANGELOG.md index eacd8ffd44..797958ccc3 100644 --- a/rs/libmoq/CHANGELOG.md +++ b/rs/libmoq/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/moq-dev/moq/compare/libmoq-v0.5.1...libmoq-v0.5.2) - 2026-07-29 + +### Other + +- updated the following local packages: moq-audio, moq-video + ## [0.5.1](https://github.com/moq-dev/moq/compare/libmoq-v0.5.0...libmoq-v0.5.1) - 2026-07-27 ### Other diff --git a/rs/libmoq/Cargo.toml b/rs/libmoq/Cargo.toml index 042a7a1e9e..1fe0a0c0df 100644 --- a/rs/libmoq/Cargo.toml +++ b/rs/libmoq/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley ", "Brian Medley " repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.5.1" +version = "0.5.2" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-audio/CHANGELOG.md b/rs/moq-audio/CHANGELOG.md index a12272c27b..81c1b63a45 100644 --- a/rs/moq-audio/CHANGELOG.md +++ b/rs/moq-audio/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.14...moq-audio-v0.0.15) - 2026-07-29 + +### Added + +- *(moq-audio)* cancel the speaker's echo out of the microphone ([#2538](https://github.com/moq-dev/moq/pull/2538)) + ## [0.0.14](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.13...moq-audio-v0.0.14) - 2026-07-27 ### Added diff --git a/rs/moq-audio/Cargo.toml b/rs/moq-audio/Cargo.toml index 4a1ac89ec4..688210210b 100644 --- a/rs/moq-audio/Cargo.toml +++ b/rs/moq-audio/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.0.14" +version = "0.0.15" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-boy/CHANGELOG.md b/rs/moq-boy/CHANGELOG.md index 7636ca6010..2cdf19073c 100644 --- a/rs/moq-boy/CHANGELOG.md +++ b/rs/moq-boy/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.1...moq-boy-v0.4.2) - 2026-07-29 + +### Fixed + +- *(moq-boy,moq-native)* dial the relay via --client-connect again ([#2551](https://github.com/moq-dev/moq/pull/2551)) + ## [0.4.1](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.0...moq-boy-v0.4.1) - 2026-07-27 ### Other diff --git a/rs/moq-boy/Cargo.toml b/rs/moq-boy/Cargo.toml index fa1c5122b9..3aef047d5a 100644 --- a/rs/moq-boy/Cargo.toml +++ b/rs/moq-boy/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" keywords = ["moq", "gameboy", "streaming", "emulator", "live"] categories = ["multimedia::video", "emulators", "network-programming"] -version = "0.4.1" +version = "0.4.2" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-cli/CHANGELOG.md b/rs/moq-cli/CHANGELOG.md index c24755b5aa..2f38869a30 100644 --- a/rs/moq-cli/CHANGELOG.md +++ b/rs/moq-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.5](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.4...moq-cli-v0.9.5) - 2026-07-29 + +### Added + +- *(net)* fail over across redundant publishers via per-peer route selection ([#2473](https://github.com/moq-dev/moq/pull/2473)) + ## [0.9.4](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.3...moq-cli-v0.9.4) - 2026-07-27 ### Added diff --git a/rs/moq-cli/Cargo.toml b/rs/moq-cli/Cargo.toml index aea8227cf7..43723e0d8f 100644 --- a/rs/moq-cli/Cargo.toml +++ b/rs/moq-cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.9.4" +version = "0.9.5" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-ffi/CHANGELOG.md b/rs/moq-ffi/CHANGELOG.md index fba90f2f8a..83710d72f3 100644 --- a/rs/moq-ffi/CHANGELOG.md +++ b/rs/moq-ffi/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5](https://github.com/moq-dev/moq/compare/moq-ffi-v0.3.4...moq-ffi-v0.3.5) - 2026-07-29 + +### Other + +- updated the following local packages: moq-audio + ## [0.3.4](https://github.com/moq-dev/moq/compare/moq-ffi-v0.3.3...moq-ffi-v0.3.4) - 2026-07-27 ### Other diff --git a/rs/moq-ffi/Cargo.toml b/rs/moq-ffi/Cargo.toml index 17bc4c6406..ed4817fd18 100644 --- a/rs/moq-ffi/Cargo.toml +++ b/rs/moq-ffi/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley ", "Brian Medley " repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.3.4" +version = "0.3.5" edition = "2024" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-native/CHANGELOG.md b/rs/moq-native/CHANGELOG.md index 2d8c0d2005..9c202ffc32 100644 --- a/rs/moq-native/CHANGELOG.md +++ b/rs/moq-native/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.4](https://github.com/moq-dev/moq/compare/moq-native-v0.19.3...moq-native-v0.19.4) - 2026-07-29 + +### Added + +- *(net)* fail over across redundant publishers via per-peer route selection ([#2473](https://github.com/moq-dev/moq/pull/2473)) + +### Fixed + +- *(moq-boy,moq-native)* dial the relay via --client-connect again ([#2551](https://github.com/moq-dev/moq/pull/2551)) + ## [0.19.3](https://github.com/moq-dev/moq/compare/moq-native-v0.19.2...moq-native-v0.19.3) - 2026-07-25 ### Fixed diff --git a/rs/moq-native/Cargo.toml b/rs/moq-native/Cargo.toml index 7f4fb06b25..98f2be2f72 100644 --- a/rs/moq-native/Cargo.toml +++ b/rs/moq-native/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.19.3" +version = "0.19.4" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-net/CHANGELOG.md b/rs/moq-net/CHANGELOG.md index 71f408973f..c0225986b4 100644 --- a/rs/moq-net/CHANGELOG.md +++ b/rs/moq-net/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/moq-dev/moq/compare/moq-net-v0.2.4...moq-net-v0.2.5) - 2026-07-29 + +### Added + +- *(net)* fail over across redundant publishers via per-peer route selection ([#2473](https://github.com/moq-dev/moq/pull/2473)) +- *(net)* drop Exclude Hop from ANNOUNCE_REQUEST in lite-06 ([#2550](https://github.com/moq-dev/moq/pull/2550)) + +### Fixed + +- *(net)* prefer the newest route so a reconnect takes over immediately ([#2556](https://github.com/moq-dev/moq/pull/2556)) + +### Other + +- *(kio,net)* model-check the concurrent handoffs with loom ([#2543](https://github.com/moq-dev/moq/pull/2543)) + ## [0.2.4](https://github.com/moq-dev/moq/compare/moq-net-v0.2.3...moq-net-v0.2.4) - 2026-07-27 ### Added diff --git a/rs/moq-net/Cargo.toml b/rs/moq-net/Cargo.toml index dee8276c37..3dac29bb30 100644 --- a/rs/moq-net/Cargo.toml +++ b/rs/moq-net/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.2.4" +version = "0.2.5" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-token-cli/CHANGELOG.md b/rs/moq-token-cli/CHANGELOG.md index 216c20d130..b1b9604143 100644 --- a/rs/moq-token-cli/CHANGELOG.md +++ b/rs/moq-token-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.40](https://github.com/moq-dev/moq/compare/moq-token-cli-v0.5.39...moq-token-cli-v0.5.40) - 2026-07-29 + +### Other + +- update Cargo.lock dependencies + ## [0.5.39](https://github.com/moq-dev/moq/compare/moq-token-cli-v0.5.38...moq-token-cli-v0.5.39) - 2026-07-25 ### Other diff --git a/rs/moq-token-cli/Cargo.toml b/rs/moq-token-cli/Cargo.toml index ad3014b307..ced6cda59d 100644 --- a/rs/moq-token-cli/Cargo.toml +++ b/rs/moq-token-cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.5.39" +version = "0.5.40" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-transcode/CHANGELOG.md b/rs/moq-transcode/CHANGELOG.md index f96ad584b8..197f15eebd 100644 --- a/rs/moq-transcode/CHANGELOG.md +++ b/rs/moq-transcode/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5](https://github.com/moq-dev/moq/compare/moq-transcode-v0.0.4...moq-transcode-v0.0.5) - 2026-07-29 + +### Added + +- *(moq-video)* render decoded frames on the GPU, and carry color spaces end to end ([#2552](https://github.com/moq-dev/moq/pull/2552)) + ## [0.0.4](https://github.com/moq-dev/moq/compare/moq-transcode-v0.0.3...moq-transcode-v0.0.4) - 2026-07-25 ### Other diff --git a/rs/moq-transcode/Cargo.toml b/rs/moq-transcode/Cargo.toml index 933e17f87f..1e170dfbdc 100644 --- a/rs/moq-transcode/Cargo.toml +++ b/rs/moq-transcode/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.0.4" +version = "0.0.5" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-video/CHANGELOG.md b/rs/moq-video/CHANGELOG.md index a889ebe24e..52a435b11f 100644 --- a/rs/moq-video/CHANGELOG.md +++ b/rs/moq-video/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11](https://github.com/moq-dev/moq/compare/moq-video-v0.0.10...moq-video-v0.0.11) - 2026-07-29 + +### Added + +- *(moq-video)* render decoded frames on the GPU, and carry color spaces end to end ([#2552](https://github.com/moq-dev/moq/pull/2552)) + ## [0.0.10](https://github.com/moq-dev/moq/compare/moq-video-v0.0.9...moq-video-v0.0.10) - 2026-07-25 ### Added diff --git a/rs/moq-video/Cargo.toml b/rs/moq-video/Cargo.toml index d11545c42f..2d450c496e 100644 --- a/rs/moq-video/Cargo.toml +++ b/rs/moq-video/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.0.10" +version = "0.0.11" edition = "2024" rust-version.workspace = true