Release preparation for version 2.23.5#20812
Merged
mbg merged 3 commits intocodeql-cli-2.23.5from Nov 11, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares CodeQL packages for release version 2.23.5 by finalizing version numbers and consolidating change notes across multiple language packs and shared libraries.
- Removes
-devsuffix from version numbers across all packages - Consolidates individual change note files into released versions and updates CHANGELOGs
- Updates
lastReleaseVersionvalues in release configuration files
Reviewed Changes
Copilot reviewed 181 out of 181 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Releases version 1.2.8 for Swift queries |
| swift/ql/lib/qlpack.yml | Major version bump to 6.0.0 with Swift 6.2 support |
| shared/*/qlpack.yml | Version finalization for shared utility libraries (yaml, xml, util, etc.) |
| rust/ql/src/qlpack.yml | Releases version 0.1.19 for Rust queries |
| rust/ql/lib/qlpack.yml | Releases version 0.1.19 for Rust library |
| ruby/ql/src/qlpack.yml | Releases version 1.4.8 for Ruby queries |
| ruby/ql/lib/qlpack.yml | Releases version 5.1.2 for Ruby library |
| python/ql/src/qlpack.yml | Releases version 1.6.8 for Python queries |
| python/ql/lib/qlpack.yml | Minor version bump to 4.1.0 with incremental database support |
| javascript/ql/src/qlpack.yml | Releases version 2.1.3 for JavaScript queries |
| javascript/ql/lib/qlpack.yml | Releases version 2.6.14 for JavaScript library |
| java/ql/src/qlpack.yml | Minor version bump to 1.9.0 with new thread-safety queries |
| java/ql/lib/qlpack.yml | Releases version 7.7.3 for Java library |
| go/ql/src/qlpack.yml | Releases version 1.4.8 for Go queries |
| go/ql/lib/qlpack.yml | Releases version 5.0.1 for Go library |
| csharp/ql/src/qlpack.yml | Releases version 1.4.3 for C# queries |
| csharp/ql/lib/qlpack.yml | Minor version bump to 5.3.0 with control-flow graph improvements |
| cpp/ql/src/qlpack.yml | Releases version 1.5.3 for C++ queries |
| cpp/ql/lib/qlpack.yml | Releases version 6.0.1 for C++ library with range analysis fix |
| actions/ql/src/qlpack.yml | Releases version 0.6.12 for Actions queries |
| actions/ql/lib/qlpack.yml | Releases version 0.4.20 for Actions library |
| /change-notes/released/.md | Consolidates change notes into release versions |
| */CHANGELOG.md | Adds new release entries at the top of changelogs |
Comments suppressed due to low confidence (5)
csharp/ql/lib/change-notes/released/5.3.0.md:2
- The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 5.3.0on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
python/ql/lib/change-notes/released/4.1.0.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 4.1.0on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
rust/ql/src/change-notes/released/0.1.19.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 0.1.19on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
python/ql/src/change-notes/released/1.6.8.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 1.6.8on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
csharp/ql/src/change-notes/released/1.4.3.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 1.4.3on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mbg
approved these changes
Nov 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.