Skip to content

Commit 8cf82c2

Browse files
author
leon-xd
committed
quick changes to changelogs
1 parent bbfedae commit 8cf82c2

2 files changed

Lines changed: 56 additions & 57 deletions

File tree

crates/wdk-build/CHANGELOG.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### Other
2626

27-
- Use stack-based formatter for debug-printing. ([#233](https://github.com/microsoft/windows-drivers-rs/pull/233))
2827
- update README to clarify community engagement and contact methods ([#312](https://github.com/microsoft/windows-drivers-rs/pull/312))
2928
- remove noop `must_use` on trait impl ([#302](https://github.com/microsoft/windows-drivers-rs/pull/302))
3029
- [**breaking**] Remove lazy static instances ([#250](https://github.com/microsoft/windows-drivers-rs/pull/250))
@@ -69,32 +68,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6968
- fix `winget` llvm install command option ([#115](https://github.com/microsoft/windows-drivers-rs/pull/115))
7069
- fix various pipeline breakages (nightly rustfmt bug, new nightly clippy lints, upstream winget dependency issue) ([#117](https://github.com/microsoft/windows-drivers-rs/pull/117))
7170
- add lint exceptions for clippy::manual_c_str_literals and clippy::ref_as_ptr ([#108](https://github.com/microsoft/windows-drivers-rs/pull/108))
72-
# Changelog
73-
All notable changes to this project will be documented in this file.
74-
75-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
76-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77-
78-
79-
## [0.2.0](https://github/microsoft/windows-drivers-rs/compare/wdk-build-v0.1.0...wdk-build-v0.2.0) - 2024-02-08
80-
81-
### Added
82-
- package rust-driver-makefile.toml with wdk-build package ([#36](https://github/microsoft/windows-drivers-rs/pull/36))
83-
- support multiple drivers (of same type) in same cargo workspace
84-
- cargo-make argument forwarding
85-
- generate CStr for c string constants instead of &[u8] ([#72](https://github/microsoft/windows-drivers-rs/pull/72))
86-
87-
### Fixed
88-
- resolve warnings in rust-script blocks and only fail warnings in CI ([#87](https://github/microsoft/windows-drivers-rs/pull/87))
89-
- add missing cpu-arch macro defintions
90-
- fix wdk path regkey detection
91-
92-
### Other
93-
- update versions in readme and rust-driver-makefile.toml
94-
- update dependencies
95-
- allow multiple_crate_versions in wdk-build (build dependency) ([#98](https://github/microsoft/windows-drivers-rs/pull/98))
96-
- update cargo-make tasks with arch-specific tools
97-
- Bump thiserror from 1.0.48 to 1.0.55 ([#59](https://github/microsoft/windows-drivers-rs/pull/59))
98-
- restrict to one unsafe operation per block ([#24](https://github/microsoft/windows-drivers-rs/pull/24))
99-
- [**breaking**] enable rustdoc lints and resolve errors
100-
- initial open-source check in
71+
# Changelog
72+
All notable changes to this project will be documented in this file.
73+
74+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
75+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76+
77+
78+
## [0.2.0](https://github/microsoft/windows-drivers-rs/compare/wdk-build-v0.1.0...wdk-build-v0.2.0) - 2024-02-08
79+
80+
### Added
81+
- package rust-driver-makefile.toml with wdk-build package ([#36](https://github/microsoft/windows-drivers-rs/pull/36))
82+
- support multiple drivers (of same type) in same cargo workspace
83+
- cargo-make argument forwarding
84+
- generate CStr for c string constants instead of &[u8] ([#72](https://github/microsoft/windows-drivers-rs/pull/72))
85+
86+
### Fixed
87+
- resolve warnings in rust-script blocks and only fail warnings in CI ([#87](https://github/microsoft/windows-drivers-rs/pull/87))
88+
- add missing cpu-arch macro defintions
89+
- fix wdk path regkey detection
90+
91+
### Other
92+
- update versions in readme and rust-driver-makefile.toml
93+
- update dependencies
94+
- allow multiple_crate_versions in wdk-build (build dependency) ([#98](https://github/microsoft/windows-drivers-rs/pull/98))
95+
- update cargo-make tasks with arch-specific tools
96+
- Bump thiserror from 1.0.48 to 1.0.55 ([#59](https://github/microsoft/windows-drivers-rs/pull/59))
97+
- restrict to one unsafe operation per block ([#24](https://github/microsoft/windows-drivers-rs/pull/24))
98+
- [**breaking**] enable rustdoc lints and resolve errors
99+
- initial open-source check in

crates/wdk-sys/CHANGELOG.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- add support for Storage API subset in `wdk-sys` ([#287](https://github.com/microsoft/windows-drivers-rs/pull/287))
1515
- expand `wdk-sys` coverage to include spb-related headers ([#263](https://github.com/microsoft/windows-drivers-rs/pull/263))
1616
- [**breaking**] expand `wdk-sys` coverage to include hid-related headers ([#260](https://github.com/microsoft/windows-drivers-rs/pull/260))
17+
- Use stack-based formatter for debug-printing. ([#233](https://github.com/microsoft/windows-drivers-rs/pull/233))
1718

1819
### Fixed
1920

@@ -23,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2324

2425
### Other
2526

26-
- Use stack-based formatter for debug-printing. ([#233](https://github.com/microsoft/windows-drivers-rs/pull/233))
2727
- update README to clarify community engagement and contact methods ([#312](https://github.com/microsoft/windows-drivers-rs/pull/312))
2828
- [**breaking**] Remove lazy static instances ([#250](https://github.com/microsoft/windows-drivers-rs/pull/250))
2929
- use `is_none_or` for `clippy::nonminimal_bool` and resolve `clippy::needless_raw_string_hashes` ([#231](https://github.com/microsoft/windows-drivers-rs/pull/231))
@@ -54,29 +54,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
- fix `winget` llvm install command option ([#115](https://github.com/microsoft/windows-drivers-rs/pull/115))
5555
- fix various pipeline breakages (nightly rustfmt bug, new nightly clippy lints, upstream winget dependency issue) ([#117](https://github.com/microsoft/windows-drivers-rs/pull/117))
5656
- add lint exceptions for clippy::manual_c_str_literals and clippy::ref_as_ptr ([#108](https://github.com/microsoft/windows-drivers-rs/pull/108))
57-
# Changelog
58-
All notable changes to this project will be documented in this file.
59-
60-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
61-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
62-
63-
64-
## [0.2.0](https://github/microsoft/windows-drivers-rs/compare/wdk-sys-v0.1.0...wdk-sys-v0.2.0) - 2024-02-08
65-
66-
### Added
67-
- generate CStr for c string constants instead of &[u8] ([#72](https://github/microsoft/windows-drivers-rs/pull/72))
68-
69-
### Fixed
70-
- resolve warnings in rust-script blocks and only fail warnings in CI ([#87](https://github/microsoft/windows-drivers-rs/pull/87))
71-
72-
### Other
73-
- update dependencies
74-
- allow multiple_crate_versions in wdk-build (build dependency) ([#98](https://github/microsoft/windows-drivers-rs/pull/98))
75-
- allow exception for clippy::pub_underscore_fields in generated code ([#77](https://github/microsoft/windows-drivers-rs/pull/77))
76-
- Bump thiserror from 1.0.48 to 1.0.55 ([#59](https://github/microsoft/windows-drivers-rs/pull/59))
77-
- reduce noise from bindgen warnings
78-
- fix clippy errors missed due to buggy ci stage
79-
- restrict to one unsafe operation per block ([#24](https://github/microsoft/windows-drivers-rs/pull/24))
80-
- [**breaking**] enable rustdoc lints and resolve errors
81-
- remove extra keywords in cargo manifests
82-
- initial open-source check in
57+
# Changelog
58+
All notable changes to this project will be documented in this file.
59+
60+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
61+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
62+
63+
64+
## [0.2.0](https://github/microsoft/windows-drivers-rs/compare/wdk-sys-v0.1.0...wdk-sys-v0.2.0) - 2024-02-08
65+
66+
### Added
67+
- generate CStr for c string constants instead of &[u8] ([#72](https://github/microsoft/windows-drivers-rs/pull/72))
68+
69+
### Fixed
70+
- resolve warnings in rust-script blocks and only fail warnings in CI ([#87](https://github/microsoft/windows-drivers-rs/pull/87))
71+
72+
### Other
73+
- update dependencies
74+
- allow multiple_crate_versions in wdk-build (build dependency) ([#98](https://github/microsoft/windows-drivers-rs/pull/98))
75+
- allow exception for clippy::pub_underscore_fields in generated code ([#77](https://github/microsoft/windows-drivers-rs/pull/77))
76+
- Bump thiserror from 1.0.48 to 1.0.55 ([#59](https://github/microsoft/windows-drivers-rs/pull/59))
77+
- reduce noise from bindgen warnings
78+
- fix clippy errors missed due to buggy ci stage
79+
- restrict to one unsafe operation per block ([#24](https://github/microsoft/windows-drivers-rs/pull/24))
80+
- [**breaking**] enable rustdoc lints and resolve errors
81+
- remove extra keywords in cargo manifests
82+
- initial open-source check in

0 commit comments

Comments
 (0)