From 6b4422732c829227b14b475c24ead452d8ccfd1e Mon Sep 17 00:00:00 2001 From: "moq-bot[bot]" <186640430+moq-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:45:29 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 6 +++--- rs/moq-gst/CHANGELOG.md | 6 ++++++ rs/moq-gst/Cargo.toml | 2 +- rs/moq-mux/CHANGELOG.md | 6 ++++++ rs/moq-mux/Cargo.toml | 2 +- rs/moq-token-cli/CHANGELOG.md | 6 ++++++ rs/moq-token-cli/Cargo.toml | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d98c9caa9..3d95d3467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "moq-gst" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "bytes", @@ -3876,7 +3876,7 @@ dependencies = [ [[package]] name = "moq-mux" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "base64", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "moq-token-cli" -version = "0.5.31" +version = "0.5.32" dependencies = [ "anyhow", "clap", diff --git a/rs/moq-gst/CHANGELOG.md b/rs/moq-gst/CHANGELOG.md index 7b423cd3b..598d9af3c 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.2.9](https://github.com/moq-dev/moq/compare/moq-gst-v0.2.8...moq-gst-v0.2.9) - 2026-06-24 + +### Other + +- moqsink on a bare Element with direct (no-channel) writes ([#1893](https://github.com/moq-dev/moq/pull/1893)) + ## [0.2.8](https://github.com/moq-dev/moq/compare/moq-gst-v0.2.7...moq-gst-v0.2.8) - 2026-06-23 ### Fixed diff --git a/rs/moq-gst/Cargo.toml b/rs/moq-gst/Cargo.toml index ac754d44e..ba0d74794 100644 --- a/rs/moq-gst/Cargo.toml +++ b/rs/moq-gst/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq" license = "MIT OR Apache-2.0" -version = "0.2.8" +version = "0.2.9" edition = "2024" rust-version.workspace = true publish = true diff --git a/rs/moq-mux/CHANGELOG.md b/rs/moq-mux/CHANGELOG.md index b54da1dc5..ec98dde2a 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.6.1](https://github.com/moq-dev/moq/compare/moq-mux-v0.6.0...moq-mux-v0.6.1) - 2026-06-24 + +### Added + +- *(moq-mux)* clear consumer buffer when group timestamps rewind ([#1884](https://github.com/moq-dev/moq/pull/1884)) + ## [0.6.0](https://github.com/moq-dev/moq/compare/moq-mux-v0.5.6...moq-mux-v0.6.0) - 2026-06-23 ### Added diff --git a/rs/moq-mux/Cargo.toml b/rs/moq-mux/Cargo.toml index 731e09a21..7de9ed465 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.6.0" +version = "0.6.1" edition = "2024" rust-version.workspace = true diff --git a/rs/moq-token-cli/CHANGELOG.md b/rs/moq-token-cli/CHANGELOG.md index 642fe3f42..0b03ff0a0 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.32](https://github.com/moq-dev/moq/compare/moq-token-cli-v0.5.31...moq-token-cli-v0.5.32) - 2026-06-24 + +### Other + +- update Cargo.lock dependencies + ## [0.5.31](https://github.com/moq-dev/moq/compare/moq-token-cli-v0.5.30...moq-token-cli-v0.5.31) - 2026-06-19 ### Other diff --git a/rs/moq-token-cli/Cargo.toml b/rs/moq-token-cli/Cargo.toml index 221d853a8..eb468cbcd 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.31" +version = "0.5.32" edition = "2024" rust-version.workspace = true