chore: release main - #40
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
crates/wtf-string/CHANGELOG.md has a duplicated ## Changelog header that should be corrected before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Release-please generated release PR to bump crate versions and update release artifacts across the workspace.
Changes:
- Bump crate versions:
windows-file-watcher-> 0.1.2,windows-ioring-sys-> 0.1.2,windows-topology-sys-> 0.2.0,wtf-string-> 0.2.0. - Update per-crate
CHANGELOG.mdentries for the new releases. - Refresh workspace release metadata (
.release-please-manifest.json) andCargo.lockto match the new versions.
File summaries
| File | Description |
|---|---|
| crates/wtf-string/CHANGELOG.md | Adds 0.2.0 entry; contains a duplicated ## Changelog heading that should be fixed. |
| crates/wtf-string/Cargo.toml | Bumps wtf-string version to 0.2.0. |
| crates/windows-topology-sys/CHANGELOG.md | Adds 0.2.0 entry with breaking-change note and fixes list. |
| crates/windows-topology-sys/Cargo.toml | Bumps windows-topology-sys version to 0.2.0. |
| crates/windows-ioring-sys/CHANGELOG.md | Adds 0.1.2 entry noting updated dev-dependency on windows-topology-sys. |
| crates/windows-ioring-sys/Cargo.toml | Bumps windows-ioring-sys version to 0.1.2 and updates windows-topology-sys dev-dependency version. |
| crates/windows-file-watcher/CHANGELOG.md | Adds 0.1.2 entry noting updated dependency on wtf-string. |
| crates/windows-file-watcher/Cargo.toml | Bumps windows-file-watcher version to 0.1.2 and updates wtf-string dependency version. |
| Cargo.lock | Updates locked package versions for the released crates. |
| .release-please-manifest.json | Updates release-please manifest versions for the released crates. |
Review details
- Files reviewed: 9/10 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ## Changelog | ||
|
|
||
| ## Changelog | ||
|
|
||
| Releases from 0.2.0 onward are generated by release-please from conventional |
|
Superseded: this PR was generated before windows-topology-sys and wtf-string had release tags. Those were published via workflow_dispatch and so never got tagged, leaving release-please without a baseline for them -- it replayed their full history (including the breaking version-reset commit) and proposed 0.2.0 for two crates that have not changed, plus dependent bumps for two more. Baseline tags are now in place and release-please reports 'No commits for path' for all six crates. |
🤖 I have created a release beep boop
windows-file-watcher: 0.1.2
0.1.2 (2026-08-24)
Dependencies
windows-ioring-sys: 0.1.2
0.1.2 (2026-08-24)
Dependencies
windows-topology-sys: 0.2.0
0.2.0 (2026-08-24)
⚠ BREAKING CHANGES
Bug Fixes
Miscellaneous Chores
wtf-string: 0.2.0
0.2.0 (2026-08-24)
⚠ BREAKING CHANGES
Miscellaneous Chores
This PR was generated with Release Please. See documentation.