Skip to content

Commit

Permalink
chore: release (#198)
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 22, 2024
1 parent 79d8983 commit 34a6177
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 14 deletions.
10 changes: 5 additions & 5 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-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.3](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.2...moq-clock-v0.5.3) - 2024-10-18

### Other

- updated the following local packages: moq-transfork

## [0.5.2](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.1...moq-clock-v0.5.2) - 2024-10-14

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version = "0.5.3"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-native = { path = "../moq-native", version = "0.5" }
moq-transfork = { path = "../moq-transfork", version = "0.1" }
moq-transfork = { path = "../moq-transfork", version = "0.2" }

# QUIC
url = "2"
Expand Down
7 changes: 7 additions & 0 deletions moq-karp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.2.0...moq-karp-v0.3.0) - 2024-10-18

### Other

- Support closing broadcasts. ([#199](https://github.com/kixelated/moq-rs/pull/199))
- Upgrade MP4 ([#196](https://github.com/kixelated/moq-rs/pull/196))

## [0.2.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.1.0...moq-karp-v0.2.0) - 2024-10-14

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-karp/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.3.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand All @@ -14,7 +14,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.1", features = [
moq-transfork = { path = "../moq-transfork", version = "0.2", features = [
"serde",
] }

Expand Down
6 changes: 6 additions & 0 deletions moq-native/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.2](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.1...moq-native-v0.5.2) - 2024-10-18

### Other

- updated the following local packages: moq-transfork

## [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
4 changes: 2 additions & 2 deletions moq-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Luke Curley"]
repository = "https://github.com/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.5.1"
version = "0.5.2"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.1" }
moq-transfork = { path = "../moq-transfork", version = "0.2" }
web-transport = { workspace = true }

rustls = { version = "0.23", features = ["ring"] }
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.3](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.2...moq-relay-v0.6.3) - 2024-10-18

### Other

- Fix the invalid prefix error. ([#197](https://github.com/kixelated/moq-rs/pull/197))

## [0.6.2](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.1...moq-relay-v0.6.2) - 2024-10-14

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Luke Curley"]
repository = "https://github.com/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.2"
version = "0.6.3"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.1" }
moq-transfork = { path = "../moq-transfork", version = "0.2" }
moq-native = { path = "../moq-native", version = "0.5" }
web-transport = { workspace = true }

Expand Down
7 changes: 7 additions & 0 deletions moq-transfork/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.2.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.1.0...moq-transfork-v0.2.0) - 2024-10-18

### Other

- Support closing broadcasts. ([#199](https://github.com/kixelated/moq-rs/pull/199))
- Fix the invalid prefix error. ([#197](https://github.com/kixelated/moq-rs/pull/197))

## [0.5.3](https://github.com/kixelated/moq-rs/compare/moq-transport-v0.5.2...moq-transport-v0.5.3) - 2024-07-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-transfork/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.1.0"
version = "0.2.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down

0 comments on commit 34a6177

Please sign in to comment.