Skip to content

Commit 5a0f3f9

Browse files
authored
chore(moq-native): release v0.17.4
1 parent 6ce3708 commit 5a0f3f9

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

Cargo.lock

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

rs/moq-native/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.4](https://github.com/moq-dev/moq/compare/moq-native-v0.17.3...moq-native-v0.17.4) - 2026-06-19
11+
12+
### Fixed
13+
14+
- *(moq-native)* back off when a session flaps instead of busy-looping ([#1806](https://github.com/moq-dev/moq/pull/1806))
15+
16+
### Other
17+
18+
- release ([#1774](https://github.com/moq-dev/moq/pull/1774))
19+
1020
## [0.17.3](https://github.com/moq-dev/moq/compare/moq-native-v0.17.2...moq-native-v0.17.3) - 2026-06-19
1121

1222
### Added

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

0 commit comments

Comments
 (0)