Skip to content

Commit

Permalink
chore: release (#269)
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 Dec 12, 2024
1 parent db4d3e6 commit bf6586b
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 30 deletions.
36 changes: 15 additions & 21 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.17](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.16...moq-clock-v0.5.17) - 2024-12-12

### Other

- update Cargo.lock dependencies

## [0.5.16](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.15...moq-clock-v0.5.16) - 2024-12-04

### 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.16"
version = "0.5.17"
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.7" }
moq-transfork = { path = "../moq-transfork", version = "0.8" }

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

## [Unreleased]

## [0.11.1](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.11.0...moq-karp-v0.11.1) - 2024-12-12

### Other

- Fix a race condition on subscribe ([#268](https://github.com/kixelated/moq-rs/pull/268))

## [0.11.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.10.0...moq-karp-v0.11.0) - 2024-12-04

### 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.11.0"
version = "0.11.1"
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.7" }
moq-transfork = { path = "../moq-transfork", version = "0.8" }

url = "2"
bytes = "1.9"
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.10](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.9...moq-native-v0.5.10) - 2024-12-12

### Other

- Add support for RUST_LOG again. ([#267](https://github.com/kixelated/moq-rs/pull/267))

## [0.5.9](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.8...moq-native-v0.5.9) - 2024-12-04

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

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

[dependencies]
moq-transfork = { path = "../moq-transfork", version = "0.7" }
moq-transfork = { path = "../moq-transfork", version = "0.8" }
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.14](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.13...moq-relay-v0.6.14) - 2024-12-12

### Other

- updated the following local packages: moq-transfork

## [0.6.13](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.12...moq-relay-v0.6.13) - 2024-12-11

### 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.13"
version = "0.6.14"
edition = "2021"

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

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

Expand Down
6 changes: 6 additions & 0 deletions moq-transfork/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.8.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.7.0...moq-transfork-v0.8.0) - 2024-12-12

### Other

- Fix a race condition on subscribe ([#268](https://github.com/kixelated/moq-rs/pull/268))

## [0.7.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.6.0...moq-transfork-v0.7.0) - 2024-12-04

### 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.7.0"
version = "0.8.0"
edition = "2021"

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

0 comments on commit bf6586b

Please sign in to comment.