Skip to content

Commit 4500780

Browse files
authored
chore: release
1 parent fd20903 commit 4500780

File tree

14 files changed

+100
-49
lines changed

14 files changed

+100
-49
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515
[workspace.dependencies]
1616
hang = { version = "0.9", path = "rs/hang" }
1717
moq-lite = { version = "0.10", path = "rs/moq-lite" }
18-
moq-native = { version = "0.10", path = "rs/moq-native" }
18+
moq-native = { version = "0.11", path = "rs/moq-native" }
1919
moq-token = { version = "0.5", path = "rs/moq-token" }
2020

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

rs/hang-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.3](https://github.com/moq-dev/moq/compare/hang-cli-v0.7.2...hang-cli-v0.7.3) - 2025-12-27
11+
12+
### Other
13+
14+
- Include sd-notify only on unix ([#807](https://github.com/moq-dev/moq/pull/807))
15+
- Fix a rustls panic causing the HTTPS server to not work. ([#804](https://github.com/moq-dev/moq/pull/804))
16+
- Certificate reloading ([#774](https://github.com/moq-dev/moq/pull/774))
17+
1018
## [0.7.2](https://github.com/moq-dev/moq/compare/hang-cli-v0.7.1...hang-cli-v0.7.2) - 2025-12-19
1119

1220
### Other

rs/hang-cli/Cargo.toml

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

8-
version = "0.7.2"
8+
version = "0.7.3"
99
edition = "2021"
1010

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

rs/hang/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.9.2](https://github.com/moq-dev/moq/compare/hang-v0.9.1...hang-v0.9.2) - 2025-12-27
11+
12+
### Other
13+
14+
- updated the following local packages: moq-native
15+
1016
## [0.9.1](https://github.com/moq-dev/moq/compare/hang-v0.9.0...hang-v0.9.1) - 2025-12-19
1117

1218
### 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 <[email protected]>"]
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.9.1"
8+
version = "0.9.2"
99
edition = "2021"
1010

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

rs/libmoq/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.2.3](https://github.com/moq-dev/moq/compare/libmoq-v0.2.2...libmoq-v0.2.3) - 2025-12-27
11+
12+
### Other
13+
14+
- target_link_libraries ([#802](https://github.com/moq-dev/moq/pull/802))
15+
1016
## [0.2.2](https://github.com/moq-dev/moq/compare/libmoq-v0.2.1...libmoq-v0.2.2) - 2025-12-19
1117

1218
### 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 <[email protected]>", "Brian Medley <[email protected]>"
55
repository = "https://github.com/moq-dev/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
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.2](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.1...moq-clock-v0.10.2) - 2025-12-27
49+
50+
### Other
51+
52+
- update Cargo.lock dependencies
53+
4854
## [0.10.1](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.0...moq-clock-v0.10.1) - 2025-12-19
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.1"
8+
version = "0.10.2"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)