Skip to content

Commit

Permalink
chore: release (#275)
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 Jan 13, 2025
1 parent 0f94779 commit e493860
Show file tree
Hide file tree
Showing 15 changed files with 155 additions and 107 deletions.
196 changes: 100 additions & 96 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.18](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.17...moq-clock-v0.5.18) - 2025-01-13

### Other

- update Cargo.lock dependencies

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

### 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.17"
version = "0.5.18"
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-native = { path = "../moq-native", version = "0.5" }
moq-native = { path = "../moq-native", version = "0.6" }
moq-transfork = { path = "../moq-transfork", version = "0.8" }

# QUIC
Expand Down
6 changes: 6 additions & 0 deletions moq-gst/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.1.3](https://github.com/kixelated/moq-rs/compare/moq-gst-v0.1.2...moq-gst-v0.1.3) - 2025-01-13

### Other

- updated the following local packages: moq-native

## [0.1.2](https://github.com/kixelated/moq-rs/compare/moq-gst-v0.1.1...moq-gst-v0.1.2) - 2024-12-04

### Other
Expand Down
4 changes: 2 additions & 2 deletions moq-gst/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.2"
version = "0.1.3"
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-native = { version = "0.5", path = "../moq-native" }
moq-native = { version = "0.6", path = "../moq-native" }
moq-karp = { version = "0.11", path = "../moq-karp" }

gst = { package = "gstreamer", version = "0.23" }
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.2](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.11.1...moq-karp-v0.11.2) - 2025-01-13

### Other

- Raise the keep-alive. ([#278](https://github.com/kixelated/moq-rs/pull/278))

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

### 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.1"
version = "0.11.2"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down Expand Up @@ -34,7 +34,7 @@ regex = "1"
tokio = { version = "1.41", features = ["macros"] }

# CLI only dependencies
moq-native = { path = "../moq-native", version = "0.5", optional = true }
moq-native = { path = "../moq-native", version = "0.6", optional = true }
clap = { version = "4", features = ["derive"], optional = true }
anyhow = { version = "1", features = ["backtrace"], optional = true }

Expand Down
7 changes: 7 additions & 0 deletions moq-native/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.0](https://github.com/kixelated/moq-rs/compare/moq-native-v0.5.10...moq-native-v0.6.0) - 2025-01-13

### Other

- Raise the keep-alive. ([#278](https://github.com/kixelated/moq-rs/pull/278))
- Replace mkcert with rcgen* ([#273](https://github.com/kixelated/moq-rs/pull/273))

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion moq-native/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.10"
version = "0.6.0"
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.16](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.15...moq-relay-v0.6.16) - 2025-01-13

### Other

- Fix clustering. ([#280](https://github.com/kixelated/moq-rs/pull/280))

## [0.6.15](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.14...moq-relay-v0.6.15) - 2024-12-24

### Added
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,15 +5,15 @@ authors = ["Luke Curley"]
repository = "https://github.com/kixelated/moq-rs"
license = "MIT OR Apache-2.0"

version = "0.6.15"
version = "0.6.16"
edition = "2021"

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

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

# QUIC
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.8.1](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.8.0...moq-transfork-v0.8.1) - 2025-01-13

### Other

- Fix clustering. ([#280](https://github.com/kixelated/moq-rs/pull/280))
- Replace mkcert with rcgen* ([#273](https://github.com/kixelated/moq-rs/pull/273))

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

### 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.8.0"
version = "0.8.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
6 changes: 6 additions & 0 deletions moq-web/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.3.10](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.9...moq-web-v0.3.10) - 2025-01-13

### Other

- Switch from Bun to NPM. ([#279](https://github.com/kixelated/moq-rs/pull/279))

## [0.3.9](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.8...moq-web-v0.3.9) - 2024-12-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion moq-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "moq-web"
authors = ["Luke Curley <[email protected]>"]
edition = "2021"
version = "0.3.9"
version = "0.3.10"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kixelated/moq-web"
description = "Web implementation for MoQ utilizing WebAssembly+Typescript"
Expand Down

0 comments on commit e493860

Please sign in to comment.