Skip to content

Commit

Permalink
chore: release (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent 2fc4a9f commit 09f6e0a
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 12 deletions.
12 changes: 6 additions & 6 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.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
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/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"]
Expand Down
6 changes: 6 additions & 0 deletions moq-clock/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.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
Expand Down
2 changes: 1 addition & 1 deletion moq-clock/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/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"]
Expand Down
6 changes: 6 additions & 0 deletions moq-dir/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.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
Expand Down
2 changes: 1 addition & 1 deletion moq-dir/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/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"]
Expand Down
6 changes: 6 additions & 0 deletions moq-pub/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.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
Expand Down
2 changes: 1 addition & 1 deletion moq-pub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 6 additions & 0 deletions moq-relay/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.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
Expand Down
2 changes: 1 addition & 1 deletion moq-relay/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/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"]
Expand Down
10 changes: 10 additions & 0 deletions moq-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion moq-sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 09f6e0a

Please sign in to comment.