Skip to content

Commit 8ea4600

Browse files
authored
chore: release (#1107)
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
1 parent ee2c511 commit 8ea4600

File tree

15 files changed

+64
-20
lines changed

15 files changed

+64
-20
lines changed

Cargo.lock

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

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.11](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.10...moq-cli-v0.7.11) - 2026-03-16
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.7.10](https://github.com/moq-dev/moq/compare/moq-cli-v0.7.9...moq-cli-v0.7.10) - 2026-03-13
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.10"
8+
version = "0.7.11"
99
edition = "2024"
1010
rust-version.workspace = true
1111

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.9](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.8...moq-clock-v0.10.9) - 2026-03-16
49+
50+
### Other
51+
52+
- update Cargo.lock dependencies
53+
4854
## [0.10.8](https://github.com/moq-dev/moq/compare/moq-clock-v0.10.7...moq-clock-v0.10.8) - 2026-03-13
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.8"
8+
version = "0.10.9"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-ffi/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.1.3](https://github.com/moq-dev/moq/compare/moq-ffi-v0.1.2...moq-ffi-v0.1.3) - 2026-03-16
11+
12+
### Other
13+
14+
- Add FFI test for objects without tokio runtime ([#1112](https://github.com/moq-dev/moq/pull/1112))
15+
- Fix MoqSession drop requiring tokio runtime ([#1109](https://github.com/moq-dev/moq/pull/1109))
16+
1017
## [0.1.0](https://github.com/moq-dev/moq/releases/tag/moq-ffi-v0.1.0) - 2026-03-13
1118

1219
### Other

rs/moq-ffi/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.1.2"
8+
version = "0.1.3"
99
edition = "2024"
1010

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

rs/moq-lite/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.15.3](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.2...moq-lite-v0.15.3) - 2026-03-16
11+
12+
### Other
13+
14+
- Fix draft-17 varint encoding on JS streams ([#1114](https://github.com/moq-dev/moq/pull/1114))
15+
- Add ControlStreamAdapter to JS @moq/lite ([#1080](https://github.com/moq-dev/moq/pull/1080))
16+
1017
## [0.15.2](https://github.com/moq-dev/moq/compare/moq-lite-v0.15.1...moq-lite-v0.15.2) - 2026-03-14
1118

1219
### Other

rs/moq-lite/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.15.2"
8+
version = "0.15.3"
99
edition = "2024"
1010
rust-version.workspace = true
1111

rs/moq-native/CHANGELOG.md

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

4545
## [Unreleased]
4646

47+
## [0.13.5](https://github.com/moq-dev/moq/compare/moq-native-v0.13.4...moq-native-v0.13.5) - 2026-03-16
48+
49+
### Other
50+
51+
- update Cargo.toml dependencies
52+
4753
## [0.13.4](https://github.com/moq-dev/moq/compare/moq-native-v0.13.3...moq-native-v0.13.4) - 2026-03-13
4854

4955
### Other

0 commit comments

Comments
 (0)