Skip to content

Commit 3895326

Browse files
authored
chore(moq-lite): release v0.10.1
1 parent d01382b commit 3895326

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

rs/hang-c/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.1](https://github.com/kixelated/moq/compare/hang-c-v0.7.0...hang-c-v0.7.1) - 2025-12-01
11+
12+
### Added
13+
14+
- Add audio track for hang-c library ([#729](https://github.com/kixelated/moq/pull/729))
15+
1016
## [0.7.0](https://github.com/kixelated/moq/compare/hang-c-v0.6.1...hang-c-v0.7.0) - 2025-11-26
1117

1218
### Other

rs/hang-c/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/kixelated/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.7.0"
8+
version = "0.7.1"
99
edition = "2021"
1010

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

rs/moq/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.10.1](https://github.com/kixelated/moq/compare/moq-lite-v0.10.0...moq-lite-v0.10.1) - 2025-12-01
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.10.0](https://github.com/kixelated/moq/compare/moq-lite-v0.9.6...moq-lite-v0.10.0) - 2025-11-26
1117

1218
### Other

rs/moq/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/kixelated/moq"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.10.0"
8+
version = "0.10.1"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)