Skip to content

Commit 5e82bc2

Browse files
chore: release
1 parent d00b43f commit 5e82bc2

File tree

19 files changed

+114
-25
lines changed

19 files changed

+114
-25
lines changed

Cargo.lock

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

moq-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2.3](https://github.com/englishm/moq-rs/compare/moq-api-v0.2.2...moq-api-v0.2.3) - 2025-01-16
10+
11+
### Other
12+
13+
- cargo fmt
14+
915
## [0.2.2](https://github.com/englishm/moq-rs/compare/moq-api-v0.2.1...moq-api-v0.2.2) - 2024-10-23
1016

1117
### Other

moq-api/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/englishm/moq-rs"
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"]

moq-catalog/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.2](https://github.com/englishm/moq-rs/compare/moq-catalog-v0.2.1...moq-catalog-v0.2.2) - 2025-01-16
11+
12+
### Other
13+
14+
- cargo fmt
15+
1016
## [0.2.1](https://github.com/englishm/moq-rs/compare/moq-catalog-v0.2.0...moq-catalog-v0.2.1) - 2024-10-23
1117

1218
### Other

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

8-
version = "0.2.1"
8+
version = "0.2.2"
99
edition = "2021"
1010

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

moq-clock-ietf/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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/englishm/moq-rs/compare/moq-clock-ietf-v0.6.2...moq-clock-ietf-v0.6.3) - 2025-01-16
10+
11+
### Other
12+
13+
- cargo fmt
14+
- Change type of namespace to tuple
15+
- Remove object/stream (gone in -06)
16+
- cargo fmt
17+
- s/group/subgroup/g
18+
919
## [0.6.2](https://github.com/englishm/moq-rs/compare/moq-clock-ietf-v0.6.1...moq-clock-ietf-v0.6.2) - 2024-10-31
1020

1121
### Other

moq-clock-ietf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/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"]
@@ -15,7 +15,7 @@ categories = ["multimedia", "network-programming", "web-programming"]
1515

1616
[dependencies]
1717
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
18-
moq-transport = { path = "../moq-transport", version = "0.8" }
18+
moq-transport = { path = "../moq-transport", version = "0.9" }
1919

2020
# QUIC
2121
url = "2"

moq-dir/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.2](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.1...moq-dir-v0.3.2) - 2025-01-16
10+
11+
### Other
12+
13+
- cargo fmt
14+
- Change type of namespace to tuple
15+
- Fix one place that still uses groups?
16+
- cargo fmt
17+
- s/group/subgroup/g
18+
919
## [0.3.1](https://github.com/englishm/moq-rs/compare/moq-dir-v0.3.0...moq-dir-v0.3.1) - 2024-10-31
1020

1121
### Other

moq-dir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/englishm/moq-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.3.1"
8+
version = "0.3.2"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport", "media", "live"]
1212
categories = ["multimedia", "network-programming", "web-programming"]
1313

1414
[dependencies]
1515
moq-native-ietf = { path = "../moq-native-ietf", version = "0.5" }
16-
moq-transport = { path = "../moq-transport", version = "0.8" }
16+
moq-transport = { path = "../moq-transport", version = "0.9" }
1717

1818
# QUIC
1919
web-transport = { workspace = true }

moq-native-ietf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.5.3](https://github.com/englishm/moq-rs/compare/moq-native-ietf-v0.5.2...moq-native-ietf-v0.5.3) - 2025-01-16
10+
11+
### Other
12+
13+
- cargo fmt
14+
915
## [0.5.2](https://github.com/englishm/moq-rs/compare/moq-native-ietf-v0.5.1...moq-native-ietf-v0.5.2) - 2024-10-31
1016

1117
### Other

0 commit comments

Comments
 (0)