Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR performs a coordinated version bump across all crates in the windows-drivers-rs workspace. The release includes a breaking change in wdk-build (0.5.0 -> 0.6.0) due to adding a new variant to an exhaustive enum, while other crates receive patch-level updates.
- Version bump from 0.5.0 to 0.6.0 for
wdk-build(breaking change due toConfigError::EnvVarReadErrorvariant addition) - Patch version bumps for all other workspace crates (0.x.0 -> 0.x.1)
- Updated changelog entries for all affected crates documenting recent fixes and improvements
Reviewed Changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crates/wdk/Cargo.toml | Bumped version from 0.4.0 to 0.4.1 |
| crates/wdk/CHANGELOG.md | Added changelog entry for 0.4.1 release |
| crates/wdk-sys/Cargo.toml | Bumped version from 0.5.0 to 0.5.1 |
| crates/wdk-sys/CHANGELOG.md | Added changelog entry for 0.5.1 release |
| crates/wdk-panic/Cargo.toml | Bumped version from 0.4.0 to 0.4.1 |
| crates/wdk-panic/CHANGELOG.md | Added changelog entry for 0.4.1 release |
| crates/wdk-macros/Cargo.toml | Bumped version from 0.5.0 to 0.5.1 |
| crates/wdk-macros/CHANGELOG.md | Added changelog entry for 0.5.1 release |
| crates/wdk-build/Cargo.toml | Bumped version from 0.5.0 to 0.6.0 (breaking change) |
| crates/wdk-build/CHANGELOG.md | Added changelog entry for 0.6.0 release with fix details |
| crates/wdk-alloc/Cargo.toml | Bumped version from 0.4.0 to 0.4.1 |
| crates/wdk-alloc/CHANGELOG.md | Added changelog entry for 0.4.1 release |
| crates/cargo-wdk/Cargo.toml | Bumped version from 0.1.0 to 0.1.1 |
| crates/cargo-wdk/CHANGELOG.md | Added changelog entry for 0.1.1 release |
| Cargo.toml | Updated workspace dependencies to reference new versions |
| Cargo.lock | Updated lock file to reflect all version changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c081052 to
1f0805c
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 21 out of 35 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Melvin Wang <melvin.mc.wang@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 21 out of 35 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 21 out of 35 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…e on unreleased crate versions
🤖 New release
wdk-build: 0.5.0 -> 0.5.1 (✓ API compatible changes)cargo-wdk: 0.1.0 -> 0.1.1wdk-macros: 0.5.0 -> 0.5.1wdk-sys: 0.5.0 -> 0.5.1 (✓ API compatible changes)wdk: 0.4.0 -> 0.4.1 (✓ API compatible changes)wdk-alloc: 0.4.0 -> 0.4.1 (✓ API compatible changes)wdk-panic: 0.4.0 -> 0.4.1 (✓ API compatible changes)Changelog
wdk-buildcargo-wdkwdk-macroswdk-syswdkwdk-allocwdk-panicThis PR was generated with release-plz.