-
Notifications
You must be signed in to change notification settings - Fork 134
chore: release #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release #471
Conversation
271a37a to
567622c
Compare
567622c to
e1d3153
Compare
|
Claude finished @moq-bot[bot]'s task —— View job Security & Bug Review
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Version Mismatch in `moq-clock` Package
The moq-clock package has a version mismatch: Cargo.toml shows version 0.7.0, but CHANGELOG.md indicates 0.6.7 for the same release. Cargo.toml should be 0.6.7 to align with the changelog and prevent release tooling issues.
rs/moq-clock/Cargo.toml#L7-L8
rs/moq-clock/CHANGELOG.md#L8-L9
Bug: Version Mismatch in `moq-relay` Documentation
The moq-relay package has a version mismatch: Cargo.toml was updated to 0.8.0, but the CHANGELOG.md entry for the same release is 0.7.8. This inconsistency impacts release tooling and documentation, as 0.7.8 appears to be the intended version.
rs/moq-relay/Cargo.toml#L7-L8
rs/moq-relay/CHANGELOG.md#L8-L9
Bug: Version Mismatch in `hang-cli` Documentation
Version mismatch in the hang-cli package: Cargo.toml specifies version 0.2.0, but CHANGELOG.md and the PR description indicate the intended version is 0.1.10. This inconsistency can cause user confusion and break tooling. Cargo.toml should be updated to 0.1.10 to match the changelog.
rs/hang-cli/Cargo.toml#L7-L8
rs/hang-cli/CHANGELOG.md#L9-L10
rs/moq-token-cli/Cargo.toml#L7-L8
Bug: Version Mismatch in `moq-token-cli` Documentation
The moq-token-cli package has a version mismatch: its Cargo.toml was updated to 0.2.0, but the CHANGELOG.md entry for the same release is 0.1.6. The intended version bump was 0.1.5 to 0.1.6, so Cargo.toml should be 0.1.6.
rs/moq-token-cli/Cargo.toml#L7-L8
rs/moq-token-cli/CHANGELOG.md#L9-L10
BugBot free trial expires on July 22, 2025
Learn more in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎

🤖 New release
moq-lite: 0.3.5 -> 0.4.0 (⚠ API breaking changes)hang: 0.4.1 -> 0.5.0 (⚠ API breaking changes)hang-cli: 0.1.9 -> 0.1.10moq-clock: 0.6.6 -> 0.6.7moq-token: 0.4.0 -> 0.5.0 (⚠ API breaking changes)moq-relay: 0.7.7 -> 0.7.8moq-token-cli: 0.1.5 -> 0.1.6moq-native: 0.7.3 -> 0.7.4⚠
moq-litebreaking changes⚠
hangbreaking changes⚠
moq-tokenbreaking changesChangelog
moq-litehanghang-climoq-clockmoq-tokenmoq-relaymoq-token-climoq-nativeThis PR was generated with release-plz.