Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
moq-bot[bot] authored Dec 3, 2024
1 parent b96fb5d commit 8568625
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 95 deletions.
163 changes: 79 additions & 84 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.16](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.15...moq-clock-v0.5.16) - 2024-12-03

### Other

- update Cargo.lock dependencies

## [0.5.15](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.14...moq-clock-v0.5.15) - 2024-11-26

### 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.15"
version = "0.5.16"
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.6" }
moq-transfork = { path = "../moq-transfork", version = "0.7" }

# QUIC
url = "2"
Expand Down
2 changes: 1 addition & 1 deletion moq-gst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-native = { version = "0.5", path = "../moq-native" }
moq-karp = { version = "0.10", path = "../moq-karp" }
moq-karp = { version = "0.11", path = "../moq-karp" }

gst = { package = "gstreamer", version = "0.23" }
gst-base = { package = "gstreamer-base", version = "0.23" }
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.11.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.10.0...moq-karp-v0.11.0) - 2024-12-03

### Other

- Add support for immediate 404s ([#241](https://github.com/kixelated/moq-rs/pull/241))
- Npm fix ([#249](https://github.com/kixelated/moq-rs/pull/249))

## [0.10.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.9.0...moq-karp-v0.10.0) - 2024-11-26

### 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.10.0"
version = "0.11.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.6" }
moq-transfork = { path = "../moq-transfork", version = "0.7" }

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.9](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.8...moq-native-v0.5.9) - 2024-12-03

### Other

- Move moq-gst and moq-web into the workspace. ([#258](https://github.com/kixelated/moq-rs/pull/258))

## [0.5.8](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.7...moq-native-v0.5.8) - 2024-11-26

### 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.8"
version = "0.5.9"
edition = "2021"

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

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

rustls = { version = "0.23", features = ["ring"] }
Expand Down
7 changes: 7 additions & 0 deletions moq-relay/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.12](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.11...moq-relay-v0.6.12) - 2024-12-03

### Other

- Add support for immediate 404s ([#241](https://github.com/kixelated/moq-rs/pull/241))
- Some more logging around announcements. ([#245](https://github.com/kixelated/moq-rs/pull/245))

## [0.6.11](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.10...moq-relay-v0.6.11) - 2024-11-26

### 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.11"
version = "0.6.12"
edition = "2021"

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

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

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

## [Unreleased]

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

### Other

- Add support for immediate 404s ([#241](https://github.com/kixelated/moq-rs/pull/241))
- Npm fix ([#249](https://github.com/kixelated/moq-rs/pull/249))
- Some more logging around announcements. ([#245](https://github.com/kixelated/moq-rs/pull/245))
- Merge in the new moq-web crate. ([#242](https://github.com/kixelated/moq-rs/pull/242))

## [0.6.0](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.5.0...moq-transfork-v0.6.0) - 2024-11-26

### 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.6.0"
version = "0.7.0"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
2 changes: 1 addition & 1 deletion moq-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tracing = "0.1"
wasm-tracing = "0.2"
gloo-net = "0.6"

moq-karp = { version = "0.10", path = "../moq-karp", default-features = false }
moq-karp = { version = "0.11", path = "../moq-karp", default-features = false }
web-codecs = "0.3.2"
tokio = { version = "1", features = ["sync"] }

Expand Down

0 comments on commit 8568625

Please sign in to comment.