chore: release main - #49
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The windows-namespace-request-sys changelog text claims the crate is unpublished in present tense, which is confusing/inaccurate for a release PR and should be reworded before publishing.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Release-please generated release PR updating crate versions and changelogs for the next set of published artifacts in this workspace.
Changes:
- Bump crate versions and update workspace dependency pins for the released crates.
- Generate new CHANGELOG entries for
windows-file-watcher,windows-file-watcher-example-test-harness,windows-thread-ambient-sys, andwindows-namespace-request-sys. - Refresh
Cargo.lockand.release-please-manifest.jsonto reflect the new versions.
File summaries
| File | Description |
|---|---|
| crates/windows-thread-ambient-sys/CHANGELOG.md | Adds release notes for 0.2.0. |
| crates/windows-thread-ambient-sys/Cargo.toml | Bumps crate version to 0.2.0. |
| crates/windows-namespace-request-sys/CHANGELOG.md | Adds release notes for 0.2.0 (includes breaking changes text). |
| crates/windows-namespace-request-sys/Cargo.toml | Bumps crate version to 0.2.0 and updates windows-thread-ambient-sys dev-dependency pin. |
| crates/windows-file-watcher/CHANGELOG.md | Adds release notes for 0.1.3. |
| crates/windows-file-watcher/Cargo.toml | Bumps crate version to 0.1.3. |
| crates/windows-file-watcher-example-test-harness/CHANGELOG.md | Adds release notes for 0.1.2 dependency update. |
| crates/windows-file-watcher-example-test-harness/Cargo.toml | Bumps crate version to 0.1.2 and updates windows-file-watcher dependency pin. |
| Cargo.lock | Updates locked versions for the bumped workspace 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.
|
|
||
| ### ⚠ BREAKING CHANGES | ||
|
|
||
| * **namespace-request:** `ResolveFullPath::perform` returns `Result<Wtf16String, FullPathError>` rather than `Outcome<Wtf16String>`, and its `Request::Error` is `FullPathError` rather than `Win32Error`. A caller that only used `?` into a boxed error is unaffected; one that matched `Win32Error` directly now matches `FullPathError::Win32`. The crate is unpublished, so no released version is affected. |
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
windows-file-watcher: 0.1.3
0.1.3 (2026-08-29)
Bug Fixes
windows-file-watcher-example-test-harness: 0.1.2
0.1.2 (2026-08-29)
Dependencies
windows-namespace-request-sys: 0.2.0
0.2.0 (2026-08-29)
⚠ BREAKING CHANGES
ResolveFullPath::performreturnsResult<Wtf16String, FullPathError>rather thanOutcome<Wtf16String>, and itsRequest::ErrorisFullPathErrorrather thanWin32Error. A caller that only used?into a boxed error is unaffected; one that matchedWin32Errordirectly now matchesFullPathError::Win32. The crate is unpublished, so no released version is affected.Features
Bug Fixes
Dependencies
windows-thread-ambient-sys: 0.2.0
0.2.0 (2026-08-29)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.