From 1cee48207461d04773a1cfc2f46a5f8b1d6df1e2 Mon Sep 17 00:00:00 2001 From: "moq-bot[bot]" <186640430+moq-bot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 20:42:46 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 224 +++++++++++++++++----------------- Cargo.toml | 22 ++-- 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-gst/CHANGELOG.md | 6 + rs/moq-gst/Cargo.toml | 2 +- rs/moq-hls/CHANGELOG.md | 6 + rs/moq-hls/Cargo.toml | 2 +- rs/moq-json/CHANGELOG.md | 6 + rs/moq-json/Cargo.toml | 2 +- rs/moq-mux/CHANGELOG.md | 6 + rs/moq-mux/Cargo.toml | 2 +- rs/moq-relay/CHANGELOG.md | 10 ++ rs/moq-relay/Cargo.toml | 2 +- rs/moq-room/CHANGELOG.md | 6 + rs/moq-room/Cargo.toml | 2 +- rs/moq-rtc/CHANGELOG.md | 6 + rs/moq-rtc/Cargo.toml | 2 +- rs/moq-rtmp/CHANGELOG.md | 6 + rs/moq-rtmp/Cargo.toml | 2 +- rs/moq-srt/CHANGELOG.md | 6 + rs/moq-srt/Cargo.toml | 2 +- rs/moq-stats/CHANGELOG.md | 6 + rs/moq-stats/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 +- 36 files changed, 245 insertions(+), 141 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5754bf2a98..4b1e27af16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ "ndk-context", "ndk-sys", "num_enum", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -364,7 +364,7 @@ dependencies = [ "nom 7.1.3", "num-traits", "rusticata-macros", - "thiserror 2.0.20", + "thiserror 2.0.21", "time", ] @@ -985,7 +985,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -1208,7 +1208,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -1767,7 +1767,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" dependencies = [ - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -2218,7 +2218,7 @@ dependencies = [ "cfg-if", "document-features", "num-traits", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -2721,7 +2721,7 @@ dependencies = [ "hashbrown 0.16.1", "log", "presser", - "thiserror 2.0.20", + "thiserror 2.0.21", "windows", ] @@ -2768,7 +2768,7 @@ dependencies = [ "paste", "pin-project-lite", "smallvec", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -2849,7 +2849,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -2878,8 +2878,6 @@ version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ - "allocator-api2", - "equivalent", "foldhash", ] @@ -3656,7 +3654,7 @@ dependencies = [ "jni-sys 0.4.1", "log", "simd_cesu8", - "thiserror 2.0.20", + "thiserror 2.0.21", "walkdir", "windows-link", ] @@ -3732,7 +3730,7 @@ dependencies = [ "jsonptr", "serde", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -3883,7 +3881,7 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmoq" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "bytes", @@ -3899,7 +3897,7 @@ dependencies = [ "moq-video", "pollster", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -3999,9 +3997,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.18.4" +version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff9840bcc50b71349309900da0ce7279aa336ae71d73250b07998932c7d97c25" +checksum = "ef9ac18847474e638e3702b76c65d4eb93428471a74778ef0f1be711717f89b5" dependencies = [ "hashbrown 0.17.1", ] @@ -4165,13 +4163,13 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", ] [[package]] name = "moq-audio" -version = "0.0.26" +version = "0.0.27" dependencies = [ "block2 0.6.2", "bytes", @@ -4194,7 +4192,7 @@ dependencies = [ "sonora", "symphonia-codec-aac", "symphonia-core", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "unsafe-libopus", @@ -4222,7 +4220,7 @@ dependencies = [ "serde_json", "serde_with", "tempfile", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -4256,13 +4254,13 @@ dependencies = [ "kio 0.6.0", "moq-flate", "moq-net", - "thiserror 2.0.20", + "thiserror 2.0.21", "tracing", ] [[package]] name = "moq-boy" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "boytacean", @@ -4282,7 +4280,7 @@ dependencies = [ [[package]] name = "moq-cli" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "axum", @@ -4329,7 +4327,7 @@ dependencies = [ "kio 0.6.0", "moq-net", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "uuid", "web-transport-trait", @@ -4338,7 +4336,7 @@ dependencies = [ [[package]] name = "moq-ffi" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bytes", "getrandom 0.4.3", @@ -4352,7 +4350,7 @@ dependencies = [ "moq-video", "pollster", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "uniffi", @@ -4367,12 +4365,12 @@ version = "0.1.3" dependencies = [ "bytes", "flate2", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] name = "moq-gst" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bytes", @@ -4390,7 +4388,7 @@ dependencies = [ [[package]] name = "moq-hls" -version = "0.5.0" +version = "0.5.1" dependencies = [ "axum", "bytes", @@ -4404,7 +4402,7 @@ dependencies = [ "percent-encoding", "rand 0.10.3", "reqwest", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tower", "tracing", @@ -4413,7 +4411,7 @@ dependencies = [ [[package]] name = "moq-json" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bytes", "criterion", @@ -4424,7 +4422,7 @@ dependencies = [ "serde", "serde_json", "serde_path_to_error", - "thiserror 2.0.20", + "thiserror 2.0.21", "tracing", ] @@ -4434,7 +4432,7 @@ version = "0.2.9" dependencies = [ "bytes", "moq-net", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -4448,7 +4446,7 @@ dependencies = [ [[package]] name = "moq-mux" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "base64 0.23.1", @@ -4471,7 +4469,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -4500,7 +4498,7 @@ dependencies = [ "serde", "serde_json", "slab", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "wasm-bindgen-test", @@ -4531,7 +4529,7 @@ dependencies = [ "rustc-hash 2.1.3", "rustls", "socket2 0.6.5", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tokio-stream", "tracing", @@ -4563,7 +4561,7 @@ dependencies = [ "rustls-platform-verifier", "slab", "sorted-index-buffer", - "thiserror 2.0.20", + "thiserror 2.0.21", "tinyvec", "tracing", "web-time", @@ -4588,7 +4586,7 @@ version = "0.0.6" dependencies = [ "cudarc", "libloading 0.9.0", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -4602,7 +4600,7 @@ dependencies = [ [[package]] name = "moq-relay" -version = "0.15.0" +version = "0.15.1" dependencies = [ "anyhow", "axum", @@ -4630,7 +4628,7 @@ dependencies = [ "serde_with", "sysinfo", "tempfile", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tokio-rustls", "toml 1.1.6+spec-1.1.0", @@ -4643,21 +4641,21 @@ dependencies = [ [[package]] name = "moq-room" -version = "0.2.0" +version = "0.2.1" dependencies = [ "kio 0.6.0", "moq-auth", "moq-json", "moq-net", "moq-tokio", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "web-async", ] [[package]] name = "moq-rtc" -version = "0.3.0" +version = "0.3.1" dependencies = [ "aws-lc-rs", "axum", @@ -4668,7 +4666,7 @@ dependencies = [ "moq-tokio", "reqwest", "str0m", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -4677,7 +4675,7 @@ dependencies = [ [[package]] name = "moq-rtmp" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "byteorder", @@ -4693,7 +4691,7 @@ dependencies = [ "rustls", "sha2", "socket2 0.6.5", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tokio-rustls", "tracing", @@ -4707,14 +4705,14 @@ dependencies = [ "libc", "rand 0.10.3", "socket2 0.6.5", - "thiserror 2.0.20", + "thiserror 2.0.21", "tracing", "tracing-test", ] [[package]] name = "moq-srt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bytes", "futures", @@ -4723,21 +4721,21 @@ dependencies = [ "moq-net", "srt-protocol", "srt-tokio", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", ] [[package]] name = "moq-stats" -version = "0.2.0" +version = "0.2.1" dependencies = [ "futures", "moq-json", "moq-net", "serde", "serde_json", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "web-async", @@ -4775,7 +4773,7 @@ dependencies = [ "sha2", "subtle", "tempfile", - "thiserror 2.0.20", + "thiserror 2.0.21", "tikv-jemalloc-ctl", "tikv-jemallocator", "time", @@ -4798,7 +4796,7 @@ dependencies = [ [[package]] name = "moq-transcode" -version = "0.0.20" +version = "0.0.21" dependencies = [ "anyhow", "bytes", @@ -4808,7 +4806,7 @@ dependencies = [ "moq-net", "moq-tokio", "moq-video", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -4840,7 +4838,7 @@ dependencies = [ "serde_json", "slab", "tempfile", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -4874,7 +4872,7 @@ dependencies = [ [[package]] name = "moq-video" -version = "0.0.26" +version = "0.0.27" dependencies = [ "anyhow", "ash", @@ -4911,7 +4909,7 @@ dependencies = [ "openh264-sys2", "pipewire", "pollster", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "tracing-test", @@ -5094,7 +5092,7 @@ dependencies = [ "once_cell", "rustc-hash 1.1.0", "spirv", - "thiserror 2.0.20", + "thiserror 2.0.21", "unicode-ident", ] @@ -5107,7 +5105,7 @@ dependencies = [ "hashbrown 0.17.1", "indexmap 2.14.2", "rustc-hash 1.1.0", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -5252,7 +5250,7 @@ dependencies = [ "log", "netlink-packet-core 0.8.2", "netlink-sys 0.8.8", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -5373,7 +5371,7 @@ dependencies = [ "rustc-hash 2.1.3", "rustls", "socket2 0.6.5", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tokio-stream", "tracing", @@ -5401,7 +5399,7 @@ dependencies = [ "rustls-pki-types", "slab", "sorted-index-buffer", - "thiserror 2.0.20", + "thiserror 2.0.21", "tinyvec", "tracing", "web-time", @@ -6163,7 +6161,7 @@ dependencies = [ "nix", "parking_lot", "percent-encoding", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -6827,7 +6825,7 @@ dependencies = [ "futures", "libc", "rustls", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tokio-rustls", "tokio-tungstenite", @@ -6878,7 +6876,7 @@ dependencies = [ "rustc-hash 2.1.3", "rustls", "socket2 0.6.5", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "web-time", @@ -6901,7 +6899,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.20", + "thiserror 2.0.21", "tinyvec", "tracing", "web-time", @@ -7224,7 +7222,7 @@ dependencies = [ "async-trait", "http", "reqwest", - "thiserror 2.0.20", + "thiserror 2.0.21", "tower-service", ] @@ -7570,7 +7568,7 @@ dependencies = [ "rand 0.9.5", "rustc-hash 2.1.3", "slab", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -7997,7 +7995,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.20", + "thiserror 2.0.21", "time", ] @@ -8607,11 +8605,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.20" +version = "2.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" +checksum = "09e52cb86a36cede5cb101bf8908837b3e4c6e5e59fe7fd85c23fb56200d189e" dependencies = [ - "thiserror-impl 2.0.20", + "thiserror-impl 2.0.21", ] [[package]] @@ -8627,9 +8625,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.20" +version = "2.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" +checksum = "fe5197923287db20a58125f0bc85c062f7f2c892de97b18c356f9efb14b28524" dependencies = [ "proc-macro2", "quote", @@ -9177,7 +9175,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.20", + "thiserror 2.0.21", ] [[package]] @@ -9229,9 +9227,9 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "uniffi" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edf78ecfb9bb8d7c4f8da11e8eb2ab6304e8ec0adb3ab32d8fc77c21a5bb0b86" +checksum = "76407f5f396a2c949a069eff4a9fca9ce462410eb872bffef4c2b7b89804a77a" dependencies = [ "anyhow", "camino", @@ -9253,9 +9251,9 @@ dependencies = [ [[package]] name = "uniffi_bindgen" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdea7c4574723928bef87dfc04b203d96321d0bf34ab295a56379e633be579f3" +checksum = "3df3ced8f0eda3de99f6d50820e8628f443da8e4f447f477d1403ceba29dacbd" dependencies = [ "anyhow", "askama", @@ -9279,9 +9277,9 @@ dependencies = [ [[package]] name = "uniffi_build" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfe2d9769b6c0c15d7c7832d53eaa595c683bb80a30512614a67268ce16132f9" +checksum = "925be5c36297fff0d416fa2f03585ace718b6e6c635466754128d00f0862d5f1" dependencies = [ "anyhow", "camino", @@ -9290,9 +9288,9 @@ dependencies = [ [[package]] name = "uniffi_core" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8b1c62ee415b805f063c82e8ef6bbcaa1b87f8eed360cf217537b7724e05601" +checksum = "f7530ae8efeaaa488622865966763fe0294832779fff80508c36d69c6a874a6a" dependencies = [ "anyhow", "bytes", @@ -9302,9 +9300,9 @@ dependencies = [ [[package]] name = "uniffi_internal_macros" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79d4a3129d6c2c15e367d3954886a0533dd3e85d445ce4d93379f62c6949d7b" +checksum = "0f4bad017164375d99450d70495014810d15a84ba9da6ed14b9628b1424223ba" dependencies = [ "anyhow", "indexmap 2.14.2", @@ -9315,9 +9313,9 @@ dependencies = [ [[package]] name = "uniffi_macros" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f6a9826a83f1140b2ec67c7944f562e1ef616e6eaf40e76247adccbd5b8a091" +checksum = "5b855a58da153739ce6e863f6e296edc3716a093768c4d3d957f17f5e4317c60" dependencies = [ "camino", "fs-err", @@ -9332,9 +9330,9 @@ dependencies = [ [[package]] name = "uniffi_meta" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf233eb014b595e8997c98df4ac6863b486a4ac6d54bd00230c7700753d7ef13" +checksum = "af0c88664a9cb9559856f5a250283c9708923b303170e2e5c7db8f4ad65e9459" dependencies = [ "anyhow", "siphasher", @@ -9344,9 +9342,9 @@ dependencies = [ [[package]] name = "uniffi_pipeline" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55179706fbb6e7a23e729780d2c6165e6afe1ce725fa63754bcf217b440afc04" +checksum = "d00f5c044b4a3dca0b1226c92ddaeea626f337470e22180dd182160c87a06b0b" dependencies = [ "anyhow", "heck", @@ -9357,9 +9355,9 @@ dependencies = [ [[package]] name = "uniffi_udl" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "421a9add7a19c5a264a2aba760514125ef3840a8b246ec88237fc91e3f2f79b1" +checksum = "55dfd9c778d6b39cb5acd541d9ff63431974035d2bad83c897b766a6ee3152ac" dependencies = [ "anyhow", "textwrap", @@ -9415,21 +9413,21 @@ dependencies = [ [[package]] name = "usage-argv" -version = "6.11.0" +version = "6.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e110b955e659550764e492124a3384b6b2c622a967e263f98674b37cbc6e9366" +checksum = "669a2fcdc2d909c0858fcf190d6135dd9fb303da3497f1b9fea8592bb414d74c" [[package]] name = "usage-config" -version = "6.11.0" +version = "6.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a718a143e0d5226321b63128b76eb8af658d40131f9c9be93f5d72a546acc8b3" +checksum = "7bf47002e31d27e4cad2326006ff50b88e726b6e8601f3a47cb2c2a3f4eb1357" [[package]] name = "usage-derive" -version = "6.11.0" +version = "6.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97cd4e6e833bd1f8765ac31bcd51c3d35caacc717a1a7831500f06db8b8d0270" +checksum = "fba1fef6ebefcad2733a1120567baf665b67b85382539de4b6187dd85b5eab12" dependencies = [ "proc-macro2", "quote", @@ -9438,9 +9436,9 @@ dependencies = [ [[package]] name = "usage-rs" -version = "6.11.0" +version = "6.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9780b341820a3ce0769e4de8c1ff476640512c45a76b02c66a5129190c3305af" +checksum = "3ba4af226b5e8186231f5fc83dc913522fab3b5accc7fc3811e940794d522407" dependencies = [ "usage-argv", "usage-config", @@ -9450,9 +9448,9 @@ dependencies = [ [[package]] name = "usage-test" -version = "6.11.0" +version = "6.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e50b16d958911cd262f596aced44f7c0594f2d67548da8a432ec7b400fd1ebd6" +checksum = "af670ae025049d131b1d16600e80fd6794cd83e69a3c84cb6605cdb8176f4957" dependencies = [ "usage-argv", ] @@ -9837,7 +9835,7 @@ dependencies = [ "moq-noq", "rustls", "rustls-native-certs", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "tracing", "url", @@ -9854,7 +9852,7 @@ dependencies = [ "bytes", "http", "sfv", - "thiserror 2.0.20", + "thiserror 2.0.21", "tokio", "url", ] @@ -9876,7 +9874,7 @@ checksum = "d587cda0c9a7dd4591c6368d74834d62cb967f863122f712e22eb3b8b8ececfb" dependencies = [ "bytes", "js-sys", - "thiserror 2.0.20", + "thiserror 2.0.21", "url", "wasm-bindgen", "wasm-bindgen-futures", @@ -9975,7 +9973,7 @@ dependencies = [ "raw-window-handle", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.20", + "thiserror 2.0.21", "wgpu-core-deps-apple", "wgpu-core-deps-emscripten", "wgpu-core-deps-windows-linux-android", @@ -10056,7 +10054,7 @@ dependencies = [ "renderdoc-sys", "smallvec", "static_assertions", - "thiserror 2.0.20", + "thiserror 2.0.21", "wasm-bindgen", "wayland-sys", "web-sys", @@ -10610,7 +10608,7 @@ dependencies = [ "futures", "log", "serde", - "thiserror 2.0.20", + "thiserror 2.0.21", "windows", "windows-core", ] @@ -10646,7 +10644,7 @@ dependencies = [ "pharos", "rustc_version", "send_wrapper", - "thiserror 2.0.20", + "thiserror 2.0.21", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -10727,7 +10725,7 @@ dependencies = [ "oid-registry", "ring", "rusticata-macros", - "thiserror 2.0.20", + "thiserror 2.0.21", "time", ] diff --git a/Cargo.toml b/Cargo.toml index b20e2b3b49..8dfd6d5fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,15 +137,15 @@ loom = { version = "0.7.2", features = ["futures"] } # DNS-SD advertisement and browsing for LAN peer discovery (moq-tokio's `mdns` feature). # `async` awaits the event channel instead of blocking a thread on it. mdns-sd = { version = "0.21", features = ["async"] } -moq-audio = { version = "0.0.26", path = "rs/moq-audio", default-features = false } +moq-audio = { version = "0.0.27", path = "rs/moq-audio", default-features = false } moq-auth = { version = "0.1.0", path = "rs/moq-auth" } moq-binary = { version = "0.1.0", path = "rs/moq-binary" } moq-flate = { version = "0.1.3", path = "rs/moq-flate" } -moq-hls = { version = "0.5.0", path = "rs/moq-hls", default-features = false } -moq-json = { version = "0.4.0", path = "rs/moq-json" } +moq-hls = { version = "0.5.1", path = "rs/moq-hls", default-features = false } +moq-json = { version = "0.4.1", path = "rs/moq-json" } moq-loc = { version = "0.2.9", path = "rs/moq-loc" } moq-msf = { version = "0.5.0", path = "rs/moq-msf" } -moq-mux = { version = "0.10.0", path = "rs/moq-mux" } +moq-mux = { version = "0.10.1", path = "rs/moq-mux" } moq-net = { version = "0.3.0", path = "rs/moq-net" } # The MoQ fork of noq (moq-dev/noq). iroh keeps upstream noq, so a build with the # iroh feature carries both stacks. @@ -156,19 +156,19 @@ moq-noq-udp = "1.3" # used by moq-video on Linux. moq-nvenc = { version = "0.0.6", path = "rs/moq-nvenc" } moq-pattern = { version = "0.1.0", path = "rs/moq-pattern" } -moq-relay = { version = "0.15.0", path = "rs/moq-relay", default-features = false } -moq-rtc = { version = "0.3.0", path = "rs/moq-rtc" } -moq-rtmp = { version = "0.3.0", path = "rs/moq-rtmp" } +moq-relay = { version = "0.15.1", path = "rs/moq-relay", default-features = false } +moq-rtc = { version = "0.3.1", path = "rs/moq-rtc" } +moq-rtmp = { version = "0.3.1", path = "rs/moq-rtmp" } moq-sock = { version = "0.0.1", path = "rs/moq-sock" } -moq-srt = { version = "0.3.0", path = "rs/moq-srt" } -moq-stats = { version = "0.2.0", path = "rs/moq-stats" } +moq-srt = { version = "0.3.1", path = "rs/moq-srt" } +moq-stats = { version = "0.2.1", path = "rs/moq-stats" } moq-tokio = { version = "0.19.11", path = "rs/moq-tokio", default-features = false } # Default features off on moq-transcode and moq-video so each workspace consumer # chooses native codecs, OpenH264, and rendering explicitly. Both crates still # provide working native plus software defaults when depended on directly. # VAAPI is opt-in everywhere; its decoder is hardware-validated, while its # encoder is not yet. -moq-transcode = { version = "0.0.20", path = "rs/moq-transcode", default-features = false } +moq-transcode = { version = "0.0.21", path = "rs/moq-transcode", default-features = false } # default-features off (the noq backend) so the consumer picks which QUIC # stack the io_uring path compiles; cargo features are additive, so a default-on # backend could not be opted out of. @@ -185,7 +185,7 @@ moq-vaapi = "0.0.4" # `features = ["capture"]` to a consumer that ships in those bindings pulls the # whole device graph into every one of them. Codec features are independent of # that argument, so moq-ffi and libmoq opt NVIDIA, OpenH264, and VAAPI back in. -moq-video = { version = "0.0.26", path = "rs/moq-video", default-features = false } +moq-video = { version = "0.0.27", path = "rs/moq-video", default-features = false } nix = { version = "0.31.3", features = ["net", "socket", "uio"] } # Upstream noq-proto, only for iroh's controller factory types. noq-proto = { version = "1.2", default-features = false } diff --git a/rs/libmoq/CHANGELOG.md b/rs/libmoq/CHANGELOG.md index 5055a65fe2..129dad85a3 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.6.1](https://github.com/moq-dev/moq/compare/libmoq-v0.6.0...libmoq-v0.6.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-json, moq-mux, moq-audio, moq-video + ## [0.6.0](https://github.com/moq-dev/moq/compare/libmoq-v0.5.16...libmoq-v0.6.0) - 2026-09-23 ### Added diff --git a/rs/libmoq/Cargo.toml b/rs/libmoq/Cargo.toml index eed8188979..70a1bafcee 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.6.0" +version = "0.6.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-audio/CHANGELOG.md b/rs/moq-audio/CHANGELOG.md index 693d39b367..f28e7ac2d6 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.27](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.26...moq-audio-v0.0.27) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.0.26](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.25...moq-audio-v0.0.26) - 2026-09-23 ### Added diff --git a/rs/moq-audio/Cargo.toml b/rs/moq-audio/Cargo.toml index e55af1e1cd..bf287757ad 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.26" +version = "0.0.27" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-boy/CHANGELOG.md b/rs/moq-boy/CHANGELOG.md index 858938dc34..44501928ed 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.5.1](https://github.com/moq-dev/moq/compare/moq-boy-v0.5.0...moq-boy-v0.5.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-json, moq-mux, moq-audio, moq-video + ## [0.5.0](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.16...moq-boy-v0.5.0) - 2026-09-23 ### Added diff --git a/rs/moq-boy/Cargo.toml b/rs/moq-boy/Cargo.toml index 00136fca29..59dd41b808 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.5.0" +version = "0.5.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-cli/CHANGELOG.md b/rs/moq-cli/CHANGELOG.md index 3c5fe76cb5..c298a2065f 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.12.1](https://github.com/moq-dev/moq/compare/moq-cli-v0.12.0...moq-cli-v0.12.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-relay, moq-mux, moq-audio, moq-video, moq-hls, moq-rtc, moq-rtmp, moq-srt, moq-transcode + ## [0.12.0](https://github.com/moq-dev/moq/compare/moq-cli-v0.11.2...moq-cli-v0.12.0) - 2026-09-23 ### Added diff --git a/rs/moq-cli/Cargo.toml b/rs/moq-cli/Cargo.toml index 07b2f87c0c..dcde06182b 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.12.0" +version = "0.12.1" edition = "2024" # Depends on moq-relay, whose sysinfo 0.39 needs 1.95, above the 1.91 workspace # floor. This binary is an application, so the bump stays here rather than diff --git a/rs/moq-ffi/CHANGELOG.md b/rs/moq-ffi/CHANGELOG.md index ad829bd7ba..7c9261010b 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.4.1](https://github.com/moq-dev/moq/compare/moq-ffi-v0.4.0...moq-ffi-v0.4.1) - 2026-09-23 + +### Added + +- *(ffi)* add a TrackDemand handle and expose demand() on JSON producers ([#3949](https://github.com/moq-dev/moq/pull/3949)) + ## [0.4.0](https://github.com/moq-dev/moq/compare/moq-ffi-v0.3.19...moq-ffi-v0.4.0) - 2026-09-23 ### Added diff --git a/rs/moq-ffi/Cargo.toml b/rs/moq-ffi/Cargo.toml index e28cba994d..7566002574 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.4.0" +version = "0.4.1" edition = "2024" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-gst/CHANGELOG.md b/rs/moq-gst/CHANGELOG.md index bb914f0444..dd3928cdca 100644 --- a/rs/moq-gst/CHANGELOG.md +++ b/rs/moq-gst/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/moq-dev/moq/compare/moq-gst-v0.4.0...moq-gst-v0.4.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.4.0](https://github.com/moq-dev/moq/compare/moq-gst-v0.3.12...moq-gst-v0.4.0) - 2026-09-23 ### Added diff --git a/rs/moq-gst/Cargo.toml b/rs/moq-gst/Cargo.toml index 4000ce6208..c4b090836c 100644 --- a/rs/moq-gst/Cargo.toml +++ b/rs/moq-gst/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version.workspace = true publish = true diff --git a/rs/moq-hls/CHANGELOG.md b/rs/moq-hls/CHANGELOG.md index b420b9c3dd..71822680e2 100644 --- a/rs/moq-hls/CHANGELOG.md +++ b/rs/moq-hls/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/moq-dev/moq/compare/moq-hls-v0.5.0...moq-hls-v0.5.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.5.0](https://github.com/moq-dev/moq/compare/moq-hls-v0.4.16...moq-hls-v0.5.0) - 2026-09-23 ### Added diff --git a/rs/moq-hls/Cargo.toml b/rs/moq-hls/Cargo.toml index b5720e15aa..ec72c24026 100644 --- a/rs/moq-hls/Cargo.toml +++ b/rs/moq-hls/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.0" +version = "0.5.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-json/CHANGELOG.md b/rs/moq-json/CHANGELOG.md index 94a5fa0598..3516a63598 100644 --- a/rs/moq-json/CHANGELOG.md +++ b/rs/moq-json/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/moq-dev/moq/compare/moq-json-v0.4.0...moq-json-v0.4.1) - 2026-09-23 + +### Added + +- *(ffi)* add a TrackDemand handle and expose demand() on JSON producers ([#3949](https://github.com/moq-dev/moq/pull/3949)) + ## [0.4.0](https://github.com/moq-dev/moq/compare/moq-json-v0.3.12...moq-json-v0.4.0) - 2026-09-23 ### Added diff --git a/rs/moq-json/Cargo.toml b/rs/moq-json/Cargo.toml index 7c481c3c66..1bfcc59da1 100644 --- a/rs/moq-json/Cargo.toml +++ b/rs/moq-json/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-mux/CHANGELOG.md b/rs/moq-mux/CHANGELOG.md index c45be34a0f..237ffc8cdf 100644 --- a/rs/moq-mux/CHANGELOG.md +++ b/rs/moq-mux/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1](https://github.com/moq-dev/moq/compare/moq-mux-v0.10.0...moq-mux-v0.10.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-json + ## [0.10.0](https://github.com/moq-dev/moq/compare/moq-mux-v0.9.16...moq-mux-v0.10.0) - 2026-09-23 ### Added diff --git a/rs/moq-mux/Cargo.toml b/rs/moq-mux/Cargo.toml index c60b16cacd..46c6a9b997 100644 --- a/rs/moq-mux/Cargo.toml +++ b/rs/moq-mux/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.10.0" +version = "0.10.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-relay/CHANGELOG.md b/rs/moq-relay/CHANGELOG.md index 7411cae7a0..7c948f3a5e 100644 --- a/rs/moq-relay/CHANGELOG.md +++ b/rs/moq-relay/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1](https://github.com/moq-dev/moq/compare/moq-relay-v0.15.0...moq-relay-v0.15.1) - 2026-09-23 + +### Fixed + +- *(relay)* gate the per-worker accept loop on _quic ([#3968](https://github.com/moq-dev/moq/pull/3968)) + +### Other + +- *(quest)* return to milestones ([#3962](https://github.com/moq-dev/moq/pull/3962)) + ## [0.15.0](https://github.com/moq-dev/moq/compare/moq-relay-v0.14.18...moq-relay-v0.15.0) - 2026-09-23 ### Added diff --git a/rs/moq-relay/Cargo.toml b/rs/moq-relay/Cargo.toml index c7ca9a18fb..a3b150225f 100644 --- a/rs/moq-relay/Cargo.toml +++ b/rs/moq-relay/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.15.0" +version = "0.15.1" edition = "2024" # sysinfo 0.39 (cache governor cgroup limits) needs 1.95, above the 1.91 # workspace floor. moq-relay is lib+bin, so this applies to its library target diff --git a/rs/moq-room/CHANGELOG.md b/rs/moq-room/CHANGELOG.md index cea38307ae..e7457ad44b 100644 --- a/rs/moq-room/CHANGELOG.md +++ b/rs/moq-room/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/moq-dev/moq/compare/moq-room-v0.2.0...moq-room-v0.2.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-json + ## [0.2.0](https://github.com/moq-dev/moq/compare/moq-room-v0.1.2...moq-room-v0.2.0) - 2026-09-23 ### Added diff --git a/rs/moq-room/Cargo.toml b/rs/moq-room/Cargo.toml index 5ab9dae396..8c8b47e404 100644 --- a/rs/moq-room/Cargo.toml +++ b/rs/moq-room/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.0" +version = "0.2.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-rtc/CHANGELOG.md b/rs/moq-rtc/CHANGELOG.md index 915d0f6b36..b0c7d57a52 100644 --- a/rs/moq-rtc/CHANGELOG.md +++ b/rs/moq-rtc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/moq-dev/moq/compare/moq-rtc-v0.3.0...moq-rtc-v0.3.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.3.0](https://github.com/moq-dev/moq/compare/moq-rtc-v0.2.11...moq-rtc-v0.3.0) - 2026-09-23 ### Added diff --git a/rs/moq-rtc/Cargo.toml b/rs/moq-rtc/Cargo.toml index 3207b29049..a740f95848 100644 --- a/rs/moq-rtc/Cargo.toml +++ b/rs/moq-rtc/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.3.0" +version = "0.3.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-rtmp/CHANGELOG.md b/rs/moq-rtmp/CHANGELOG.md index a8d2ebef4f..4bc2f9a85d 100644 --- a/rs/moq-rtmp/CHANGELOG.md +++ b/rs/moq-rtmp/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/moq-dev/moq/compare/moq-rtmp-v0.3.0...moq-rtmp-v0.3.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.3.0](https://github.com/moq-dev/moq/compare/moq-rtmp-v0.2.11...moq-rtmp-v0.3.0) - 2026-09-23 ### Added diff --git a/rs/moq-rtmp/Cargo.toml b/rs/moq-rtmp/Cargo.toml index 47fba683b6..a0c8e38ce5 100644 --- a/rs/moq-rtmp/Cargo.toml +++ b/rs/moq-rtmp/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/moq-dev/moq" # src/rml/LICENSE and applies to that module regardless of which option you pick. license = "MIT OR Apache-2.0" -version = "0.3.0" +version = "0.3.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-srt/CHANGELOG.md b/rs/moq-srt/CHANGELOG.md index 7f64b57a7a..05cff32829 100644 --- a/rs/moq-srt/CHANGELOG.md +++ b/rs/moq-srt/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/moq-dev/moq/compare/moq-srt-v0.3.0...moq-srt-v0.3.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.3.0](https://github.com/moq-dev/moq/compare/moq-srt-v0.2.11...moq-srt-v0.3.0) - 2026-09-23 ### Added diff --git a/rs/moq-srt/Cargo.toml b/rs/moq-srt/Cargo.toml index e37d21dcc2..9209f58554 100644 --- a/rs/moq-srt/Cargo.toml +++ b/rs/moq-srt/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.3.0" +version = "0.3.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-stats/CHANGELOG.md b/rs/moq-stats/CHANGELOG.md index c608294c9d..7d0f801207 100644 --- a/rs/moq-stats/CHANGELOG.md +++ b/rs/moq-stats/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/moq-dev/moq/compare/moq-stats-v0.2.0...moq-stats-v0.2.1) - 2026-09-23 + +### Other + +- updated the following local packages: moq-json + ## [0.2.0](https://github.com/moq-dev/moq/compare/moq-stats-v0.1.11...moq-stats-v0.2.0) - 2026-09-23 ### Added diff --git a/rs/moq-stats/Cargo.toml b/rs/moq-stats/Cargo.toml index 3d6e8afa9e..b3d0600285 100644 --- a/rs/moq-stats/Cargo.toml +++ b/rs/moq-stats/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.0" +version = "0.2.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-transcode/CHANGELOG.md b/rs/moq-transcode/CHANGELOG.md index 2390e7c87c..e3b774cca1 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.21](https://github.com/moq-dev/moq/compare/moq-transcode-v0.0.20...moq-transcode-v0.0.21) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux, moq-video + ## [0.0.20](https://github.com/moq-dev/moq/compare/moq-transcode-v0.0.19...moq-transcode-v0.0.20) - 2026-09-23 ### Added diff --git a/rs/moq-transcode/Cargo.toml b/rs/moq-transcode/Cargo.toml index 7ef81028ae..7a50e8f6d4 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.20" +version = "0.0.21" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-video/CHANGELOG.md b/rs/moq-video/CHANGELOG.md index 49391cf250..10a8245b1e 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.27](https://github.com/moq-dev/moq/compare/moq-video-v0.0.26...moq-video-v0.0.27) - 2026-09-23 + +### Other + +- updated the following local packages: moq-mux + ## [0.0.26](https://github.com/moq-dev/moq/compare/moq-video-v0.0.25...moq-video-v0.0.26) - 2026-09-23 ### Added diff --git a/rs/moq-video/Cargo.toml b/rs/moq-video/Cargo.toml index 4d52316ed1..2828effa43 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.26" +version = "0.0.27" edition = "2024" rust-version.workspace = true