Skip to content

Commit

Permalink
chore: release (#285)
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>
Co-authored-by: kixelated <[email protected]>
  • Loading branch information
moq-bot[bot] and kixelated authored Jan 16, 2025
1 parent 06925c0 commit 9707899
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 21 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions moq-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/kixelated/moq-rs/compare/moq-async-v0.1.0...moq-async-v0.1.1) - 2025-01-16

### Other

- update Cargo.lock dependencies
2 changes: 1 addition & 1 deletion moq-async/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.1.1"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
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.20](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.19...moq-clock-v0.5.20) - 2025-01-16

### Other

- Support fetching fingerprint via native clients. ([#286](https://github.com/kixelated/moq-rs/pull/286))

## [0.5.19](https://github.com/kixelated/moq-rs/compare/moq-clock-v0.5.18...moq-clock-v0.5.19) - 2025-01-13

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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.19"
version = "0.5.20"
edition = "2021"

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

### Other

- Support fetching fingerprint via native clients. ([#286](https://github.com/kixelated/moq-rs/pull/286))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.1.4](https://github.com/kixelated/moq-rs/compare/moq-gst-v0.1.3...moq-gst-v0.1.4) - 2025-01-13

### 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.4"
version = "0.1.5"
edition = "2021"

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

[dependencies]
moq-native = { version = "0.6", path = "../moq-native" }
moq-karp = { version = "0.11", path = "../moq-karp" }
moq-karp = { version = "0.12", 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.12.0](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.11.3...moq-karp-v0.12.0) - 2025-01-16

### Other

- Support fetching fingerprint via native clients. ([#286](https://github.com/kixelated/moq-rs/pull/286))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.11.3](https://github.com/kixelated/moq-rs/compare/moq-karp-v0.11.2...moq-karp-v0.11.3) - 2025-01-13

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.12.0"
edition = "2021"

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

### Other

- Retry connections to cluster nodes ([#290](https://github.com/kixelated/moq-rs/pull/290))
- Switch to aws_lc_rs ([#287](https://github.com/kixelated/moq-rs/pull/287))
- Support fetching fingerprint via native clients. ([#286](https://github.com/kixelated/moq-rs/pull/286))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.6.1](https://github.com/kixelated/moq-rs/compare/moq-native-v0.6.0...moq-native-v0.6.1) - 2025-01-13

### 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.6.1"
version = "0.6.2"
edition = "2021"

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

### Other

- Retry connections to cluster nodes ([#290](https://github.com/kixelated/moq-rs/pull/290))
- Support fetching fingerprint via native clients. ([#286](https://github.com/kixelated/moq-rs/pull/286))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.6.17](https://github.com/kixelated/moq-rs/compare/moq-relay-v0.6.16...moq-relay-v0.6.17) - 2025-01-13

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

keywords = ["quic", "http3", "webtransport", "media", "live"]
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.3](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.8.2...moq-transfork-v0.8.3) - 2025-01-16

### Other

- Retry connections to cluster nodes ([#290](https://github.com/kixelated/moq-rs/pull/290))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.8.2](https://github.com/kixelated/moq-rs/compare/moq-transfork-v0.8.1...moq-transfork-v0.8.2) - 2025-01-13

### 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.2"
version = "0.8.3"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
Expand Down
8 changes: 8 additions & 0 deletions moq-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.12](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.11...moq-web-v0.3.12) - 2025-01-16

### Other

- Element fixes ([#289](https://github.com/kixelated/moq-rs/pull/289))
- Move playback back to a Worker. ([#288](https://github.com/kixelated/moq-rs/pull/288))
- Initial WASM contribute ([#283](https://github.com/kixelated/moq-rs/pull/283))

## [0.3.11](https://github.com/kixelated/moq-rs/compare/moq-web-v0.3.10...moq-web-v0.3.11) - 2025-01-13

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.11"
version = "0.3.12"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kixelated/moq-web"
description = "Web implementation for MoQ utilizing WebAssembly+Typescript"
Expand All @@ -19,7 +19,7 @@ tracing = "0.1"
wasm-tracing = "0.2"
gloo-net = "0.6"

moq-karp = { version = "0.11", path = "../moq-karp", default-features = false }
moq-karp = { version = "0.12", path = "../moq-karp", default-features = false }
moq-async = { version = "0.1", path = "../moq-async" }
web-streams = "0.1.1"
web-codecs = "0.3.3"
Expand Down

0 comments on commit 9707899

Please sign in to comment.