Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #3

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions moq-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion moq-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
14 changes: 14 additions & 0 deletions moq-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion moq-catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
7 changes: 7 additions & 0 deletions moq-clock-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions moq-native-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions moq-relay-ietf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down