diff --git a/Cargo.lock b/Cargo.lock index f17167d..5c5e333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "moq-api" -version = "0.2.1" +version = "0.2.2" dependencies = [ "axum", "clap", @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "moq-catalog" -version = "0.2.0" +version = "0.2.1" dependencies = [ "serde", ] diff --git a/moq-api/CHANGELOG.md b/moq-api/CHANGELOG.md index 05fadb4..4b4b23c 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.2](https://github.com/englishm/moq-rs/compare/moq-api-v0.2.1...moq-api-v0.2.2) - 2024-10-23 + +### Other + +- Update repository URLs for all crates + ## [0.2.1](https://github.com/kixelated/moq-rs/compare/moq-api-v0.2.0...moq-api-v0.2.1) - 2024-10-01 ### Other diff --git a/moq-api/Cargo.toml b/moq-api/Cargo.toml index 669cf45..38b3493 100644 --- a/moq-api/Cargo.toml +++ b/moq-api/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/englishm/moq-rs" license = "MIT OR Apache-2.0" -version = "0.2.1" +version = "0.2.2" edition = "2021" keywords = ["quic", "http3", "webtransport", "media", "live"] diff --git a/moq-catalog/CHANGELOG.md b/moq-catalog/CHANGELOG.md new file mode 100644 index 0000000..e64c013 --- /dev/null +++ b/moq-catalog/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.1](https://github.com/englishm/moq-rs/compare/moq-catalog-v0.2.0...moq-catalog-v0.2.1) - 2024-10-23 + +### Other + +- Update repository URLs for all crates diff --git a/moq-catalog/Cargo.toml b/moq-catalog/Cargo.toml index bc34d06..9feb285 100644 --- a/moq-catalog/Cargo.toml +++ b/moq-catalog/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/englishm/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-ietf/CHANGELOG.md b/moq-clock-ietf/CHANGELOG.md index 56e8952..08484e9 100644 --- a/moq-clock-ietf/CHANGELOG.md +++ b/moq-clock-ietf/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/englishm/moq-rs/releases/tag/moq-clock-ietf-v0.6.0) - 2024-10-23 + +### Other + +- Update repository URLs for all crates +- Rename crate + ## [0.5.1](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.0...moq-clock-v0.5.1) - 2024-10-01 ### Other diff --git a/moq-native-ietf/CHANGELOG.md b/moq-native-ietf/CHANGELOG.md index deb282f..640b5ca 100644 --- a/moq-native-ietf/CHANGELOG.md +++ b/moq-native-ietf/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/englishm/moq-rs/releases/tag/moq-native-ietf-v0.5.0) - 2024-10-23 + +### Other + +- Update repository URLs for all crates +- Rename crate + ## [0.2.2](https://github.com/kixelated/moq-rs/compare/moq-native-v0.2.1...moq-native-v0.2.2) - 2024-07-24 ### Other diff --git a/moq-relay-ietf/CHANGELOG.md b/moq-relay-ietf/CHANGELOG.md index 10a74cb..cd70b7f 100644 --- a/moq-relay-ietf/CHANGELOG.md +++ b/moq-relay-ietf/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/englishm/moq-rs/releases/tag/moq-relay-ietf-v0.7.0) - 2024-10-23 + +### Other + +- Update repository URLs for all crates +- Rename crate + ## [0.6.1](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.0...moq-relay-v0.6.1) - 2024-10-01 ### Other