-
Notifications
You must be signed in to change notification settings - Fork 101
chore: release #552
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
base: main
Are you sure you want to change the base?
chore: release #552
Conversation
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.
Pull Request Overview
Release PR updating crate versions and changelogs for the wdk workspace to publish the next set of coordinated releases.
- Bump versions of all workspace crates (wdk* family) to 0.4.0 / 0.5.0 as appropriate.
- Add corresponding new sections to each crate's CHANGELOG.
- Update root workspace dependency version pins.
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| crates/wdk/Cargo.toml | Bump crate version to 0.4.0. |
| crates/wdk/CHANGELOG.md | Add 0.4.0 release notes. |
| crates/wdk-sys/Cargo.toml | Bump crate version to 0.5.0. |
| crates/wdk-sys/CHANGELOG.md | Add 0.5.0 release notes (also introduces a duplicated header block). |
| crates/wdk-panic/Cargo.toml | Bump crate version to 0.4.0. |
| crates/wdk-panic/CHANGELOG.md | Add 0.4.0 release notes. |
| crates/wdk-macros/Cargo.toml | Bump crate version to 0.5.0. |
| crates/wdk-macros/CHANGELOG.md | Add 0.5.0 release notes. |
| crates/wdk-build/Cargo.toml | Bump crate version to 0.5.0. |
| crates/wdk-build/CHANGELOG.md | Add 0.5.0 release notes (also introduces a duplicated header block). |
| crates/wdk-alloc/Cargo.toml | Bump crate version to 0.4.0. |
| crates/wdk-alloc/CHANGELOG.md | Add 0.4.0 release notes. |
| Cargo.toml | Update workspace dependency version constraints to match new releases. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
|
|
Copilot
AI
Oct 17, 2025
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.
This block duplicates the existing top-of-file Changelog header and metadata. Remove the repeated header section here to avoid redundancy.
| # Changelog | |
| All notable changes to this project will be documented in this file. | |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
|
|
Copilot
AI
Oct 17, 2025
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.
Duplicated Changelog header and standard preamble already present at the top of the file. Remove this repeated block to keep the file concise.
| # Changelog | |
| All notable changes to this project will be documented in this file. | |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
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.
@leon-xd This PR does not include cargo-wdk. Will you be making a separate release for it?
Sure. Please feel free to reach out if you need any help with it. |
π€ New release
wdk-build: 0.4.0 -> 0.5.0 (β API compatible changes)wdk-macros: 0.4.0 -> 0.5.0wdk-sys: 0.4.0 -> 0.5.0 (β API compatible changes)wdk: 0.3.1 -> 0.4.0 (β API compatible changes)wdk-alloc: 0.3.1 -> 0.4.0 (β API compatible changes)wdk-panic: 0.3.1 -> 0.4.0 (β API compatible changes)Changelog
wdk-buildwdk-macroswdk-syswdkwdk-allocwdk-panicThis PR was generated with release-plz.