diff --git a/Cargo.lock b/Cargo.lock index 083fdc8560..f3e69cad9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1189,15 +1189,6 @@ version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" -[[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "console_error_panic_hook" version = "0.1.7" @@ -2162,11 +2153,10 @@ dependencies = [ [[package]] name = "event-listener" -version = "5.4.1" +version = "5.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" dependencies = [ - "concurrent-queue", "parking", "pin-project-lite", ] @@ -2855,7 +2845,7 @@ dependencies = [ [[package]] name = "hang" -version = "0.20.1" +version = "0.20.2" dependencies = [ "anyhow", "bytes", @@ -3867,7 +3857,7 @@ dependencies = [ [[package]] name = "kio" -version = "0.5.0" +version = "0.5.1" dependencies = [ "smallvec", "tokio", @@ -3943,7 +3933,7 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmoq" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "bytes", @@ -4191,7 +4181,7 @@ dependencies = [ [[package]] name = "moq-audio" -version = "0.0.13" +version = "0.0.14" dependencies = [ "block2", "bytes", @@ -4235,7 +4225,7 @@ dependencies = [ [[package]] name = "moq-boy" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "boytacean", @@ -4256,7 +4246,7 @@ dependencies = [ [[package]] name = "moq-cli" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "axum", @@ -4284,7 +4274,7 @@ dependencies = [ [[package]] name = "moq-ffi" -version = "0.3.3" +version = "0.3.4" dependencies = [ "bytes", "hang", @@ -4331,7 +4321,7 @@ dependencies = [ [[package]] name = "moq-hls" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "axum", @@ -4352,7 +4342,7 @@ dependencies = [ [[package]] name = "moq-json" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bytes", "criterion", @@ -4387,7 +4377,7 @@ dependencies = [ [[package]] name = "moq-mux" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "base64", @@ -4469,7 +4459,7 @@ dependencies = [ [[package]] name = "moq-net" -version = "0.2.3" +version = "0.2.4" dependencies = [ "bytes", "criterion", @@ -4499,7 +4489,7 @@ dependencies = [ [[package]] name = "moq-relay" -version = "0.14.3" +version = "0.14.4" dependencies = [ "anyhow", "axum", @@ -4586,7 +4576,7 @@ dependencies = [ [[package]] name = "moq-srt" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bytes", @@ -4601,7 +4591,7 @@ dependencies = [ [[package]] name = "moq-stats" -version = "0.1.2" +version = "0.1.3" dependencies = [ "futures", "moq-json", @@ -7079,9 +7069,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" +checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a" dependencies = [ "dyn-clone", "ref-cast", @@ -7394,7 +7384,7 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.14.0", "schemars 0.9.0", - "schemars 1.2.1", + "schemars 1.2.2", "serde_core", "serde_json", "serde_with_macros", @@ -8466,9 +8456,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.1.2+spec-1.1.0" +version = "1.1.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" +checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" dependencies = [ "winnow 1.0.4", ] diff --git a/Cargo.toml b/Cargo.toml index a77e771a36..4a5b6321b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,10 +76,10 @@ rust-version = "1.91" flate2 = "1.1" hang = { version = "0.20", path = "rs/hang" } kio = { version = "0.5", path = "rs/kio" } -moq-audio = { version = "0.0.13", path = "rs/moq-audio" } +moq-audio = { version = "0.0.14", path = "rs/moq-audio" } moq-flate = { version = "0.1.1", path = "rs/moq-flate" } -moq-hls = { version = "0.4.2", path = "rs/moq-hls", default-features = false } -moq-json = { version = "0.3.1", path = "rs/moq-json" } +moq-hls = { version = "0.4.3", path = "rs/moq-hls", default-features = false } +moq-json = { version = "0.3.2", path = "rs/moq-json" } moq-loc = { version = "0.2", path = "rs/moq-loc" } moq-msf = { version = "0.4", path = "rs/moq-msf" } moq-mux = { version = "0.9", path = "rs/moq-mux" } @@ -91,8 +91,8 @@ moq-net = { version = "0.2", path = "rs/moq-net" } moq-nvenc = { version = "0.0.3", path = "rs/moq-nvenc" } moq-rtc = { version = "0.2.2", path = "rs/moq-rtc" } moq-rtmp = { version = "0.2.2", path = "rs/moq-rtmp" } -moq-srt = { version = "0.2.2", path = "rs/moq-srt" } -moq-stats = { version = "0.1.2", path = "rs/moq-stats" } +moq-srt = { version = "0.2.3", path = "rs/moq-srt" } +moq-stats = { version = "0.1.3", path = "rs/moq-stats" } moq-token = { version = "0.7", path = "rs/moq-token" } # default-features off (the hardware codecs) on moq-transcode and moq-video so # each consumer opts in: binaries (libmoq, moq-boy, moq-cli) enable them, but a diff --git a/rs/hang/CHANGELOG.md b/rs/hang/CHANGELOG.md index e122d41ba0..18af01f318 100644 --- a/rs/hang/CHANGELOG.md +++ b/rs/hang/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.2](https://github.com/moq-dev/moq/compare/hang-v0.20.1...hang-v0.20.2) - 2026-07-27 + +### Fixed + +- *(hang)* reject a non-hex catalog description instead of misreading it ([#2516](https://github.com/moq-dev/moq/pull/2516)) + ## [0.20.1](https://github.com/moq-dev/moq/compare/hang-v0.20.0...hang-v0.20.1) - 2026-07-25 ### Added diff --git a/rs/hang/Cargo.toml b/rs/hang/Cargo.toml index a7eef16e7a..ef66576ea5 100644 --- a/rs/hang/Cargo.toml +++ b/rs/hang/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley "] repository = "https://github.com/moq-dev/moq" license = "MIT OR Apache-2.0" -version = "0.20.1" +version = "0.20.2" edition = "2024" rust-version.workspace = true diff --git a/rs/kio/CHANGELOG.md b/rs/kio/CHANGELOG.md index e48ff4e499..db7db71288 100644 --- a/rs/kio/CHANGELOG.md +++ b/rs/kio/CHANGELOG.md @@ -7,6 +7,16 @@ 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/kio-v0.5.0...kio-v0.5.1) - 2026-07-27 + +### Added + +- *(kio)* add a poll-native Deadline and adopt it in moq-net ([#2536](https://github.com/moq-dev/moq/pull/2536)) + +### Other + +- *(net)* replace the global LRU cache pool with per-track write-time eviction ([#2526](https://github.com/moq-dev/moq/pull/2526)) + ## [0.5.0](https://github.com/moq-dev/moq/compare/kio-v0.4.4...kio-v0.5.0) - 2026-07-22 ### Added diff --git a/rs/kio/Cargo.toml b/rs/kio/Cargo.toml index 1615267bfc..9d67bc91e6 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.0" +version = "0.5.1" edition = "2024" rust-version.workspace = true diff --git a/rs/kio/src/tokio.rs b/rs/kio/src/tokio.rs index 972a1c0f72..6a34c715fc 100644 --- a/rs/kio/src/tokio.rs +++ b/rs/kio/src/tokio.rs @@ -14,7 +14,6 @@ use crate::Waiter; /// [`poll`](Self::poll) it against a [`Waiter`] each time your `poll_*` runs. Reading the /// clock through `tokio::time` means a `tokio::time::pause()` test advances it in step. #[deprecated(note = "use kio::time::Deadline, which also works on wasm and can be re-armed in place")] -#[doc(hidden)] pub struct Sleep { inner: Pin>, } diff --git a/rs/libmoq/CHANGELOG.md b/rs/libmoq/CHANGELOG.md index 67f4d12471..eacd8ffd44 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.1](https://github.com/moq-dev/moq/compare/libmoq-v0.5.0...libmoq-v0.5.1) - 2026-07-27 + +### Other + +- updated the following local packages: moq-json, moq-audio + ## [0.5.0](https://github.com/moq-dev/moq/compare/libmoq-v0.4.2...libmoq-v0.5.0) - 2026-07-25 ### Added diff --git a/rs/libmoq/Cargo.toml b/rs/libmoq/Cargo.toml index 13d5b7adf1..042a7a1e9e 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.0" +version = "0.5.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-audio/CHANGELOG.md b/rs/moq-audio/CHANGELOG.md index e5f169d63b..a12272c27b 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.14](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.13...moq-audio-v0.0.14) - 2026-07-27 + +### Added + +- *(moq-audio)* play decoded PCM out a speaker ([#2529](https://github.com/moq-dev/moq/pull/2529)) + ## [0.0.13](https://github.com/moq-dev/moq/compare/moq-audio-v0.0.12...moq-audio-v0.0.13) - 2026-07-25 ### Added diff --git a/rs/moq-audio/Cargo.toml b/rs/moq-audio/Cargo.toml index 2ed9432685..eee035b916 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.13" +version = "0.0.14" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-boy/CHANGELOG.md b/rs/moq-boy/CHANGELOG.md index 45ddee0546..7636ca6010 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.1](https://github.com/moq-dev/moq/compare/moq-boy-v0.4.0...moq-boy-v0.4.1) - 2026-07-27 + +### Other + +- updated the following local packages: moq-json, moq-audio + ## [0.4.0](https://github.com/moq-dev/moq/compare/moq-boy-v0.3.2...moq-boy-v0.4.0) - 2026-07-25 ### Other diff --git a/rs/moq-boy/Cargo.toml b/rs/moq-boy/Cargo.toml index bdc5b6a3c2..b01440ee58 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.0" +version = "0.4.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-cli/CHANGELOG.md b/rs/moq-cli/CHANGELOG.md index 9aeaf666c8..c24755b5aa 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.4](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.3...moq-cli-v0.9.4) - 2026-07-27 + +### Added + +- *(cli)* add jemalloc heap profiling ([#2539](https://github.com/moq-dev/moq/pull/2539)) + ## [0.9.3](https://github.com/moq-dev/moq/compare/moq-cli-v0.9.2...moq-cli-v0.9.3) - 2026-07-25 ### Other diff --git a/rs/moq-cli/Cargo.toml b/rs/moq-cli/Cargo.toml index 1855440277..aea8227cf7 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.3" +version = "0.9.4" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-ffi/CHANGELOG.md b/rs/moq-ffi/CHANGELOG.md index 813aabbd3e..fba90f2f8a 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.4](https://github.com/moq-dev/moq/compare/moq-ffi-v0.3.3...moq-ffi-v0.3.4) - 2026-07-27 + +### Other + +- updated the following local packages: moq-json, moq-audio + ## [0.3.3](https://github.com/moq-dev/moq/compare/moq-ffi-v0.3.2...moq-ffi-v0.3.3) - 2026-07-25 ### Added diff --git a/rs/moq-ffi/Cargo.toml b/rs/moq-ffi/Cargo.toml index b5698ebe48..17bc4c6406 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.3" +version = "0.3.4" edition = "2024" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/rs/moq-hls/CHANGELOG.md b/rs/moq-hls/CHANGELOG.md index 3805a1837d..357bca9502 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.4.3](https://github.com/moq-dev/moq/compare/moq-hls-v0.4.2...moq-hls-v0.4.3) - 2026-07-27 + +### Other + +- updated the following local packages: kio + ## [0.4.2](https://github.com/moq-dev/moq/compare/moq-hls-v0.4.1...moq-hls-v0.4.2) - 2026-07-25 ### Other diff --git a/rs/moq-hls/Cargo.toml b/rs/moq-hls/Cargo.toml index d1019170a4..7c954e2546 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.4.2" +version = "0.4.3" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-json/CHANGELOG.md b/rs/moq-json/CHANGELOG.md index ba06808080..2b1c19afe3 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.3.2](https://github.com/moq-dev/moq/compare/moq-json-v0.3.1...moq-json-v0.3.2) - 2026-07-27 + +### Fixed + +- *(hang)* reject a non-hex catalog description instead of misreading it ([#2516](https://github.com/moq-dev/moq/pull/2516)) + ## [0.3.1](https://github.com/moq-dev/moq/compare/moq-json-v0.3.0...moq-json-v0.3.1) - 2026-07-23 ### Other diff --git a/rs/moq-json/Cargo.toml b/rs/moq-json/Cargo.toml index a8b761a061..ea3fb6b7d0 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.3.1" +version = "0.3.2" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-mux/CHANGELOG.md b/rs/moq-mux/CHANGELOG.md index a611a86be7..680814ed68 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.9.1](https://github.com/moq-dev/moq/compare/moq-mux-v0.9.0...moq-mux-v0.9.1) - 2026-07-27 + +### Added + +- *(mux)* expose catalog bitrate/jitter measurement as catalog::Estimator ([#2530](https://github.com/moq-dev/moq/pull/2530)) + ## [0.9.0](https://github.com/moq-dev/moq/compare/moq-mux-v0.8.2...moq-mux-v0.9.0) - 2026-07-25 ### Added diff --git a/rs/moq-mux/Cargo.toml b/rs/moq-mux/Cargo.toml index 341c748a49..24f2a60ee3 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.9.0" +version = "0.9.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-net/CHANGELOG.md b/rs/moq-net/CHANGELOG.md index d66edb669f..71f408973f 100644 --- a/rs/moq-net/CHANGELOG.md +++ b/rs/moq-net/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/moq-dev/moq/compare/moq-net-v0.2.3...moq-net-v0.2.4) - 2026-07-27 + +### Added + +- *(kio)* add a poll-native Deadline and adopt it in moq-net ([#2536](https://github.com/moq-dev/moq/pull/2536)) + +### Fixed + +- *(net)* release cache-pool registrations so publishers stop leaking ([#2525](https://github.com/moq-dev/moq/pull/2525)) + +### Other + +- *(net)* replace the global LRU cache pool with per-track write-time eviction ([#2526](https://github.com/moq-dev/moq/pull/2526)) + ## [0.2.3](https://github.com/moq-dev/moq/compare/moq-net-v0.2.2...moq-net-v0.2.3) - 2026-07-25 ### Added diff --git a/rs/moq-net/Cargo.toml b/rs/moq-net/Cargo.toml index c1be2db2c1..1fcda47193 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.3" +version = "0.2.4" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-relay/CHANGELOG.md b/rs/moq-relay/CHANGELOG.md index f7ee0acdb9..74c2613fc4 100644 --- a/rs/moq-relay/CHANGELOG.md +++ b/rs/moq-relay/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.4](https://github.com/moq-dev/moq/compare/moq-relay-v0.14.3...moq-relay-v0.14.4) - 2026-07-27 + +### Other + +- *(net)* replace the global LRU cache pool with per-track write-time eviction ([#2526](https://github.com/moq-dev/moq/pull/2526)) + ## [0.14.3](https://github.com/moq-dev/moq/compare/moq-relay-v0.14.2...moq-relay-v0.14.3) - 2026-07-25 ### Added diff --git a/rs/moq-relay/Cargo.toml b/rs/moq-relay/Cargo.toml index 443d4a7541..cbb19fa254 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.14.3" +version = "0.14.4" 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-srt/CHANGELOG.md b/rs/moq-srt/CHANGELOG.md index 7e3e2341dc..db5209496c 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.2.3](https://github.com/moq-dev/moq/compare/moq-srt-v0.2.2...moq-srt-v0.2.3) - 2026-07-27 + +### Other + +- *(moq-srt)* size the burst test below the SRT sender's drop window ([#2540](https://github.com/moq-dev/moq/pull/2540)) + ## [0.2.2](https://github.com/moq-dev/moq/compare/moq-srt-v0.2.1...moq-srt-v0.2.2) - 2026-07-25 ### Fixed diff --git a/rs/moq-srt/Cargo.toml b/rs/moq-srt/Cargo.toml index 71def3f137..856759f1e2 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.2.2" +version = "0.2.3" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-stats/CHANGELOG.md b/rs/moq-stats/CHANGELOG.md index 54a8c8910d..3130be7316 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.1.3](https://github.com/moq-dev/moq/compare/moq-stats-v0.1.2...moq-stats-v0.1.3) - 2026-07-27 + +### Other + +- updated the following local packages: moq-json + ## [0.1.2](https://github.com/moq-dev/moq/compare/moq-stats-v0.1.1...moq-stats-v0.1.2) - 2026-07-24 ### Added diff --git a/rs/moq-stats/Cargo.toml b/rs/moq-stats/Cargo.toml index 36f424250d..7342dd8932 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.1.2" +version = "0.1.3" edition = "2024" rust-version.workspace = true