Skip to content

Commit f763e36

Browse files
committed
Bump version to 1.8.3 and fix up changelog
1 parent 380f84e commit f763e36

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Change Log
33
All notable changes to this project will be documented in this file.
44

5+
## [1.8.3] - 2026-02-25
6+
7+
### Changed
8+
- Updated the C/C++ CodeQL libraries we depend on to version 7.0.0.
9+
- Updated the cpp-queries pack we depend on to version 0.0.5.
510

611
## [1.8.2] - 2026-01-23
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains open-source components for supplemental use in developi
44
### For General Use
55
| CodeQL CLI Version | microsoft/windows-drivers CodeQL Pack Version | microsoft/cpp-queries CodeQL Pack Version | Associated Repo Branch|
66
|--------------------------|------------------------------------------|-------------------------------|-----------------------------|
7-
| 2.24.1 or greater* | [Latest Stable Version](https://github.com/microsoft/Windows-Driver-Developer-Supplemental-Tools/pkgs/container/windows-drivers) | 0.0.4 | Main |
7+
| 2.24.1 or greater* | [Latest Stable Version](https://github.com/microsoft/Windows-Driver-Developer-Supplemental-Tools/pkgs/container/windows-drivers) | 0.0.5 | Main |
88

99

1010
When using the precompiled pack, please use the most recent CodeQL CLI version listed above.

src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library: false
33
warnOnImplicitThis: false
44
compileForOverlayEval: false
55
name: microsoft/windows-drivers
6-
version: 1.8.2
6+
version: 1.8.3
77
description: CodeQL queries designed for Windows device driver development.
88
dependencies:
99
codeql/cpp-all: ^7.0.0

0 commit comments

Comments
 (0)