All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-09-27
- configure WDK configuration via parsing Cargo manifest metadata (#186)
- typos in Getting Started section of README.md (#213)
- [breaking] prevent linking of wdk libraries in tests that depend on
wdk-sys
(#118)
- Update README.md (#180)
- update readme to call out bugged LLVM 18 versions (#169)
- use a standardized workspace lint table (#134)
- fix
winget
llvm install command option (#115) - fix various pipeline breakages (nightly rustfmt bug, new nightly clippy lints, upstream winget dependency issue) (#117)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2024-02-08
- resolve warnings in rust-script blocks and only fail warnings in CI (#87)
- restrict to one unsafe operation per block (#24)
- [breaking] enable rustdoc lints and resolve errors
- initial open-source check in