Skip to content

Conversation

@wmmc88
Copy link
Contributor

@wmmc88 wmmc88 commented Nov 13, 2025

🤖 New release

  • wdk-build: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • cargo-wdk: 0.1.0 -> 0.1.1
  • wdk-macros: 0.5.0 -> 0.5.1
  • wdk-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-build

0.5.1 - 2025-11-13

Fixed

  • fallback to detection logic when WDK env vars have invalid unicode (#579)
  • path construction in wdk-build get_wdk_tools_root and get_wdk_bin_root (#574)

Other

  • fix wdk-build version in readme (#568)

cargo-wdk

0.1.1 - 2025-11-13

Other

  • update cargo-wdk templates to use latest crate versions (#573)
  • update cargo-wdk Cargo.toml description to align better with README.md (#569)

wdk-macros

0.5.1 - 2025-11-13

Other

  • fix wdk-build version in readme (#568)

wdk-sys

0.5.1 - 2025-11-13

Other

  • fix wdk-build version in readme (#568)

wdk

0.4.1 - 2025-11-13

Other

  • fix wdk-build version in readme (#568)

wdk-alloc

0.4.1 - 2025-11-13

Other

  • fix wdk-build version in readme (#568)

wdk-panic

0.4.1 - 2025-11-13

Other

  • fix wdk-build version in readme (#568)


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings November 13, 2025 04:06
@wmmc88 wmmc88 added the release label Nov 13, 2025
Copilot finished reviewing on behalf of wmmc88 November 13, 2025 04:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 to ConfigError::EnvVarReadError variant 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.

@wmmc88 wmmc88 force-pushed the release-plz-2025-11-13T04-06-53Z branch from c081052 to 1f0805c Compare November 13, 2025 22:00
Copilot AI review requested due to automatic review settings November 13, 2025 23:16
Copilot finished reviewing on behalf of wmmc88 November 13, 2025 23:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 <[email protected]>
Signed-off-by: Melvin Wang <[email protected]>
Copilot AI review requested due to automatic review settings November 13, 2025 23:24
Copilot finished reviewing on behalf of wmmc88 November 13, 2025 23:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot AI review requested due to automatic review settings November 14, 2025 00:09
Copilot finished reviewing on behalf of wmmc88 November 14, 2025 00:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@wmmc88 wmmc88 marked this pull request as ready for review November 14, 2025 00:20
@wmmc88 wmmc88 changed the title chore: release chore: November 2025 release #2 Nov 14, 2025
@wmmc88 wmmc88 requested a review from a team November 14, 2025 01:11
@wmmc88 wmmc88 enabled auto-merge November 14, 2025 04:28
@wmmc88 wmmc88 added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit 361244d Nov 14, 2025
457 checks passed
@wmmc88 wmmc88 deleted the release-plz-2025-11-13T04-06-53Z branch November 14, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants