Skip to content

Commit 1003ede

Browse files
authored
chore: release
1 parent 31dd649 commit 1003ede

20 files changed

Lines changed: 336 additions & 97 deletions

File tree

Cargo.lock

Lines changed: 260 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.dependencies]
17-
hang = { version = "0.13", path = "rs/hang" }
18-
moq-lite = { version = "0.13", path = "rs/moq-lite" }
17+
hang = { version = "0.14", path = "rs/hang" }
18+
moq-lite = { version = "0.14", path = "rs/moq-lite" }
1919
moq-mux = { version = "0.2", path = "rs/moq-mux" }
20-
moq-native = { version = "0.12", path = "rs/moq-native", default-features = false }
20+
moq-native = { version = "0.13", path = "rs/moq-native", default-features = false }
2121
moq-token = { version = "0.5", path = "rs/moq-token" }
2222

2323
serde = { version = "1", features = ["derive"] }

rs/hang/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.0](https://github.com/moq-dev/moq/compare/hang-v0.13.1...hang-v0.14.0) - 2026-02-12
11+
12+
### Other
13+
14+
- Error cleanup ([#944](https://github.com/moq-dev/moq/pull/944))
15+
- Reduce the moq-lite API size ([#943](https://github.com/moq-dev/moq/pull/943))
16+
1017
## [0.13.1](https://github.com/moq-dev/moq/compare/hang-v0.13.0...hang-v0.13.1) - 2026-02-09
1118

1219
### Other

rs/hang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>"]
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.13.1"
8+
version = "0.14.0"
99
edition = "2024"
1010

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

rs/libmoq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.8](https://github.com/moq-dev/moq/compare/libmoq-v0.2.7...libmoq-v0.2.8) - 2026-02-12
11+
12+
### Other
13+
14+
- Error cleanup ([#944](https://github.com/moq-dev/moq/pull/944))
15+
- Reduce the moq-lite API size ([#943](https://github.com/moq-dev/moq/pull/943))
16+
1017
## [0.2.7](https://github.com/moq-dev/moq/compare/libmoq-v0.2.6...libmoq-v0.2.7) - 2026-02-09
1118

1219
### Other

rs/libmoq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>", "Brian Medley <bpm@bmedley.org>"
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.7"
8+
version = "0.2.8"
99
edition = "2024"
1010

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

rs/moq-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.7](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.6...moq-cli-v0.7.7) - 2026-02-12
11+
12+
### Other
13+
14+
- (AI) Add support for quiche to moq-native ([#928](https://github.com/moq-dev/moq/pull/928))
15+
1016
## [0.7.6](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.5...moq-cli-v0.7.6) - 2026-02-09
1117

1218
### Other

rs/moq-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>"]
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.7.6"
8+
version = "0.7.7"
99
edition = "2024"
1010

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

rs/moq-clock/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545

4646
## [Unreleased]
4747

48+
## [0.10.6](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.5...moq-clock-v0.10.6) - 2026-02-12
49+
50+
### Other
51+
52+
- update Cargo.lock dependencies
53+
4854
## [0.10.5](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.4...moq-clock-v0.10.5) - 2026-02-09
4955

5056
### Other

rs/moq-clock/Cargo.toml

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

8-
version = "0.10.5"
8+
version = "0.10.6"
99
edition = "2024"
1010

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

0 commit comments

Comments
 (0)