From ef1fc1e54b52cc42b6df83e6309753f1602d3739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:38:27 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 12 ++++++------ moq-api/CHANGELOG.md | 6 ++++++ moq-api/Cargo.toml | 2 +- moq-clock/CHANGELOG.md | 6 ++++++ moq-clock/Cargo.toml | 2 +- moq-dir/CHANGELOG.md | 6 ++++++ moq-dir/Cargo.toml | 2 +- moq-pub/CHANGELOG.md | 6 ++++++ moq-pub/Cargo.toml | 2 +- moq-relay/CHANGELOG.md | 6 ++++++ moq-relay/Cargo.toml | 2 +- moq-sub/CHANGELOG.md | 10 ++++++++++ moq-sub/Cargo.toml | 2 +- 13 files changed, 52 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42ee4546..41d47fa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "moq-api" -version = "0.2.0" +version = "0.2.1" dependencies = [ "axum", "clap", @@ -1083,7 +1083,7 @@ dependencies = [ [[package]] name = "moq-clock" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "chrono", @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "moq-dir" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "bytes", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "moq-pub" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bytes", @@ -1161,7 +1161,7 @@ dependencies = [ [[package]] name = "moq-relay" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "axum", @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "moq-sub" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/moq-api/CHANGELOG.md b/moq-api/CHANGELOG.md index 89fc1556..05fadb44 100644 --- a/moq-api/CHANGELOG.md +++ b/moq-api/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/kixelated/moq-rs/compare/moq-api-v0.2.0...moq-api-v0.2.1) - 2024-10-01 + +### Other + +- really small correction with url.join ([#181](https://github.com/kixelated/moq-rs/pull/181)) + ## [0.1.2](https://github.com/kixelated/moq-rs/compare/moq-api-v0.1.1...moq-api-v0.1.2) - 2024-07-24 ### Other diff --git a/moq-api/Cargo.toml b/moq-api/Cargo.toml index 8d965ac5..83e52f10 100644 --- a/moq-api/Cargo.toml +++ b/moq-api/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-clock/CHANGELOG.md b/moq-clock/CHANGELOG.md index b4da13a5..56e89522 100644 --- a/moq-clock/CHANGELOG.md +++ b/moq-clock/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.0...moq-clock-v0.5.1) - 2024-10-01 + +### Other + +- update Cargo.lock dependencies + ## [0.4.2](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.4.1...moq-clock-v0.4.2) - 2024-07-24 ### Other diff --git a/moq-clock/Cargo.toml b/moq-clock/Cargo.toml index 4734b67a..15e5bb6b 100644 --- a/moq-clock/Cargo.toml +++ b/moq-clock/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.5.0" +version = "0.5.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-dir/CHANGELOG.md b/moq-dir/CHANGELOG.md index 5d876919..ab46b522 100644 --- a/moq-dir/CHANGELOG.md +++ b/moq-dir/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/kixelated/moq-rs/compare/moq-dir-v0.2.0...moq-dir-v0.2.1) - 2024-10-01 + +### Other + +- update Cargo.lock dependencies + ## [0.1.2](https://github.com/kixelated/moq-rs/compare/moq-dir-v0.1.1...moq-dir-v0.1.2) - 2024-07-24 ### Other diff --git a/moq-dir/Cargo.toml b/moq-dir/Cargo.toml index 32ac44dd..4e753dce 100644 --- a/moq-dir/Cargo.toml +++ b/moq-dir/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-pub/CHANGELOG.md b/moq-pub/CHANGELOG.md index c34206c1..b1c7e382 100644 --- a/moq-pub/CHANGELOG.md +++ b/moq-pub/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/kixelated/moq-rs/compare/moq-pub-v0.7.0...moq-pub-v0.7.1) - 2024-10-01 + +### Fixed + +- add a way to reset Media object ([#189](https://github.com/kixelated/moq-rs/pull/189)) + ## [0.6.1](https://github.com/kixelated/moq-rs/compare/moq-pub-v0.6.0...moq-pub-v0.6.1) - 2024-07-24 ### Other diff --git a/moq-pub/Cargo.toml b/moq-pub/Cargo.toml index 43a30bc3..19b4e8cc 100644 --- a/moq-pub/Cargo.toml +++ b/moq-pub/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Mike English", "Luke Curley"] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.7.0" +version = "0.7.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-relay/CHANGELOG.md b/moq-relay/CHANGELOG.md index 80eeabe9..10a74cb6 100644 --- a/moq-relay/CHANGELOG.md +++ b/moq-relay/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.0...moq-relay-v0.6.1) - 2024-10-01 + +### Other + +- update Cargo.lock dependencies + ## [0.5.1](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.5.0...moq-relay-v0.5.1) - 2024-07-24 ### Other diff --git a/moq-relay/Cargo.toml b/moq-relay/Cargo.toml index 3bca6230..f0f303a6 100644 --- a/moq-relay/Cargo.toml +++ b/moq-relay/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.6.0" +version = "0.6.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-sub/CHANGELOG.md b/moq-sub/CHANGELOG.md index b5b0b658..916a0526 100644 --- a/moq-sub/CHANGELOG.md +++ b/moq-sub/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/kixelated/moq-rs/compare/moq-sub-v0.2.0...moq-sub-v0.2.1) - 2024-10-01 + +### Fixed + +- don't interleave groups ([#188](https://github.com/kixelated/moq-rs/pull/188)) + +### Other + +- Allow moqt URL scheme for QUIC ([#187](https://github.com/kixelated/moq-rs/pull/187)) + ## [0.1.1](https://github.com/kixelated/moq-rs/compare/moq-sub-v0.1.0...moq-sub-v0.1.1) - 2024-07-24 ### Other diff --git a/moq-sub/Cargo.toml b/moq-sub/Cargo.toml index 8d68f24f..6f1cd21d 100644 --- a/moq-sub/Cargo.toml +++ b/moq-sub/Cargo.toml @@ -5,7 +5,7 @@ authors = [] repository = "https://github.com/kixelated/moq-rs" license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"]