Skip to content

Commit

Permalink
chore: release (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
  • Loading branch information
moq-bot[bot] authored Nov 23, 2024
1 parent f85581a commit b53ffcc
Show file tree
Hide file tree
Showing 11 changed files with 199 additions and 113 deletions.
261 changes: 157 additions & 104 deletions Cargo.lock

Large diffs are not rendered by default.

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.14](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.13...moq-clock-v0.5.14) - 2024-11-23

### Other

- Fix the Path::new() iterface ([#233](https://github.com/kixelated/moq-rs/pull/233))

## [0.5.13](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.12...moq-clock-v0.5.13) - 2024-11-10

### 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.13"
version = "0.5.14"
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.4" }
moq-transfork = { path = "../moq-transfork", version = "0.5" }

# 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.9.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.8.1...moq-karp-v0.9.0) - 2024-11-23

### Other

- Refactor and flatten the Karp API ([#238](https://github.com/kixelated/moq-rs/pull/238))
- Fix the resumable broadcast detection for karp. ([#236](https://github.com/kixelated/moq-rs/pull/236))

## [0.8.1](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.8.0...moq-karp-v0.8.1) - 2024-11-10

### 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.8.1"
version = "0.9.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.4" }
moq-transfork = { path = "../moq-transfork", version = "0.5" }

url = "2"
bytes = "1.8"
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.7](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.6...moq-native-v0.5.7) - 2024-11-23

### Other

- updated the following local packages: moq-transfork

## [0.5.6](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.5...moq-native-v0.5.6) - 2024-11-07

### 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.6"
version = "0.5.7"
edition = "2021"

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

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.4" }
moq-transfork = { path = "../moq-transfork", version = "0.5" }
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.10](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.9...moq-relay-v0.6.10) - 2024-11-23

### Other

- Simplify and add tests for Announced. ([#234](https://github.com/kixelated/moq-rs/pull/234))

## [0.6.9](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.8...moq-relay-v0.6.9) - 2024-11-10

### 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.9"
version = "0.6.10"
edition = "2021"

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

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

Expand Down
8 changes: 8 additions & 0 deletions moq-transfork/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.3...moq-transfork-v0.5.0) - 2024-11-23

### Other

- Fix the resumable broadcast detection for karp. ([#236](https://github.com/kixelated/moq-rs/pull/236))
- Fix the Path::new() iterface ([#233](https://github.com/kixelated/moq-rs/pull/233))
- Simplify and add tests for Announced. ([#234](https://github.com/kixelated/moq-rs/pull/234))

## [0.4.3](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.4.2...moq-transfork-v0.4.3) - 2024-11-07

### 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.4.3"
version = "0.5.0"
edition = "2021"

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

0 comments on commit b53ffcc

Please sign in to comment.