Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
# Workspace Crates
wdk = { path = "crates/wdk", version = "0.3.1" }
wdk-alloc = { path = "crates/wdk-alloc", version = "0.3.1" }
wdk-build = { path = "crates/wdk-build", version = "0.4.0" }
wdk-macros = { path = "crates/wdk-macros", version = "0.4.0" }
wdk-panic = { path = "crates/wdk-panic", version = "0.3.1" }
wdk-sys = { path = "crates/wdk-sys", version = "0.4.0" }
wdk = { path = "crates/wdk", version = "0.4.0" }
wdk-alloc = { path = "crates/wdk-alloc", version = "0.4.0" }
wdk-build = { path = "crates/wdk-build", version = "0.5.0" }
wdk-macros = { path = "crates/wdk-macros", version = "0.5.0" }
wdk-panic = { path = "crates/wdk-panic", version = "0.4.0" }
wdk-sys = { path = "crates/wdk-sys", version = "0.5.0" }

# External Crates
anyhow = "1.0.97"
Expand Down
11 changes: 11 additions & 0 deletions crates/wdk-alloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).


## [0.4.0](https://github.com/microsoft/windows-drivers-rs/compare/wdk-alloc-v0.3.1...wdk-alloc-v0.4.0) - 2025-11-05

### Added

- add `cargo-wdk` cargo extension ([#306](https://github.com/microsoft/windows-drivers-rs/pull/306))

### Other

- [**breaking**] bump to Rust 2024 Edition ([#430](https://github.com/microsoft/windows-drivers-rs/pull/430))
- enforce typo checking ([#452](https://github.com/microsoft/windows-drivers-rs/pull/452))

## [0.3.1](https://github.com/microsoft/windows-drivers-rs/compare/wdk-alloc-v0.3.0...wdk-alloc-v0.3.1) - 2025-04-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-alloc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "wdk-alloc"
version = "0.3.1"
version = "0.4.0"
description = "alloc support for binaries compiled with the Windows Development Kit (WDK)"
repository.workspace = true
readme.workspace = true
Expand Down
225 changes: 126 additions & 99 deletions crates/wdk-build/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/wdk-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition.workspace = true
rust-version.workspace = true
name = "wdk-build"
version = "0.4.0"
version = "0.5.0"
description = "A library to configure a Cargo build script for binding generation and downstream linking of the WDK (Windows Driver Kit)"
repository.workspace = true
readme.workspace = true
Expand Down
24 changes: 12 additions & 12 deletions crates/wdk-build/rust-driver-makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ script_runner = "@rust"
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -148,7 +148,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -188,7 +188,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -234,7 +234,7 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -257,7 +257,7 @@ script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -321,7 +321,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -345,7 +345,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -368,7 +368,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -391,7 +391,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -425,7 +425,7 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand Down Expand Up @@ -460,7 +460,7 @@ script_runner_args = [
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand Down Expand Up @@ -546,7 +546,7 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand Down
4 changes: 2 additions & 2 deletions crates/wdk-build/rust-driver-sample-makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script_runner = "@rust"
script = '''
//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! ```
#![allow(unused_doc_comments)]

Expand All @@ -37,7 +37,7 @@ condition_script = '''

//! ```cargo
//! [dependencies]
//! wdk-build = { path = ".", version = "0.4.0" }
//! wdk-build = { path = ".", version = "0.5.0" }
//! anyhow = "1"
//! ```
#![allow(unused_doc_comments)]
Expand Down
12 changes: 12 additions & 0 deletions crates/wdk-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).


## [0.5.0](https://github.com/microsoft/windows-drivers-rs/compare/wdk-macros-v0.4.0...wdk-macros-v0.5.0) - 2025-11-05

### Added

- add `cargo-wdk` cargo extension ([#306](https://github.com/microsoft/windows-drivers-rs/pull/306))

### Other

- [**breaking**] bump to Rust 2024 Edition ([#430](https://github.com/microsoft/windows-drivers-rs/pull/430))
- enforce typo checking ([#452](https://github.com/microsoft/windows-drivers-rs/pull/452))
- update crate references for consistency in documentation ([#440](https://github.com/microsoft/windows-drivers-rs/pull/440))

## [0.4.0](https://github.com/microsoft/windows-drivers-rs/compare/wdk-macros-v0.3.0...wdk-macros-v0.4.0) - 2025-04-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "wdk-macros"
version = "0.4.0"
version = "0.5.0"
description = "A collection of macros that help make it easier to interact with wdk-sys's direct bindings. This should not be directly consumed, and should be instead consumed via the wdk-sys crate."
repository.workspace = true
readme.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/wdk-panic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).


## [0.4.0](https://github.com/microsoft/windows-drivers-rs/compare/wdk-panic-v0.3.1...wdk-panic-v0.4.0) - 2025-11-05

### Other

- [**breaking**] bump to Rust 2024 Edition ([#430](https://github.com/microsoft/windows-drivers-rs/pull/430))
- enforce typo checking ([#452](https://github.com/microsoft/windows-drivers-rs/pull/452))

## [0.3.1](https://github.com/microsoft/windows-drivers-rs/compare/wdk-panic-v0.3.0...wdk-panic-v0.3.1) - 2025-04-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-panic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "wdk-panic"
version = "0.3.1"
version = "0.4.0"
description = "Default panic handler implementations for programs built with WDK"
repository.workspace = true
readme.workspace = true
Expand Down
Loading
Loading