Skip to content

Commit fefb38f

Browse files
authored
Merge pull request #18 from englishm/release-plz-2024-11-07T16-42-09Z
chore(moq-transport): release v0.8.1
2 parents 003d930 + 8210388 commit fefb38f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

moq-transport/CHANGELOG.md

+6
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.8.1](https://github.com/englishm/moq-rs/compare/moq-transport-v0.8.0...moq-transport-v0.8.1) - 2024-11-14
10+
11+
### Other
12+
13+
- Defend crash due to probable buffer issues while attempting to decode u8 ([#4](https://github.com/englishm/moq-rs/pull/4))
14+
915
## [0.8.0](https://github.com/englishm/moq-rs/compare/moq-transport-v0.7.1...moq-transport-v0.8.0) - 2024-10-31
1016

1117
### Other

moq-transport/Cargo.toml

+1-1
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.8.0"
8+
version = "0.8.1"
99
edition = "2021"
1010

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

0 commit comments

Comments
 (0)