Skip to content

Commit d83e386

Browse files
moq-bot[bot]kixelated
andauthoredJan 16, 2025··
chore(moq-native): release v0.6.3 (#292)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com> Co-authored-by: Luke Curley <[email protected]>
1 parent b975dbd commit d83e386

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed
 

‎Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎moq-clock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.5.20"
8+
version = "0.5.21"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

‎moq-karp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = []
55
repository = "https://github.com/kixelated/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.12.0"
8+
version = "0.12.1"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

‎moq-native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.3](https://github.com/kixelated/moq-rs/compare/moq-native-v0.6.2...moq-native-v0.6.3) - 2025-01-16
10+
11+
### Other
12+
13+
- Remove the useless openssl dependency. ([#295](https://github.com/kixelated/moq-rs/pull/295))
14+
915
## [0.6.2](https://github.com/kixelated/moq-rs/compare/moq-native-v0.6.1...moq-native-v0.6.2) - 2025-01-16
1016

1117
### Other

‎moq-native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.2"
8+
version = "0.6.3"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

‎moq-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.6.18"
8+
version = "0.6.19"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]

0 commit comments

Comments
 (0)
Please sign in to comment.