Post-release preparation for codeql-cli-2.24.0#21190
Merged
Conversation
nickrolfe
approved these changes
Jan 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the post-release process for codeql-cli-2.24.0 by merging back all release changes and bumping version strings in preparation for the next release (2.24.1). The changes follow a systematic pattern of consolidating change notes, updating version numbers, and documenting the released features.
Changes:
- Version strings bumped from X.Y.Z-dev to appropriate next versions across all language packs
- Individual change-note files consolidated into released notes and removed
- CHANGELOG.md files updated with new release entries for all affected packages
Reviewed changes
Copilot reviewed 218 out of 218 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Version bump to 1.2.15-dev for queries |
| swift/ql/lib/qlpack.yml | Version bump to 6.2.1-dev for library with Swift 6.2.x support |
| rust/ql/src/qlpack.yml | Version bump to 0.1.26-dev with false positive fixes |
| rust/ql/lib/qlpack.yml | Version bump to 0.2.5-dev with method resolution improvements |
| ruby/ql/src/qlpack.yml | Version bump to 1.5.6-dev with no user-facing changes |
| ruby/ql/lib/qlpack.yml | Version bump to 5.1.9-dev with no user-facing changes |
| python/ql/src/qlpack.yml | Version bump to 1.7.6-dev with no user-facing changes |
| python/ql/lib/qlpack.yml | Major version bump to 6.0.1-dev with breaking changes to points-to analysis |
| javascript/ql/src/qlpack.yml | Minor version bump to 2.3.1-dev with minified file handling |
| javascript/ql/lib/qlpack.yml | Version bump to 2.6.21-dev with Next.js and React improvements |
| java/ql/src/qlpack.yml | Version bump to 1.10.6-dev with Couchbase sink models |
| java/ql/lib/qlpack.yml | Version bump to 7.8.5-dev with Spring WebSocket and file upload models |
| go/ql/src/qlpack.yml | Version bump to 1.5.5-dev with no user-facing changes |
| go/ql/lib/qlpack.yml | Major version bump to 6.0.1-dev with query relocation |
| csharp/ql/src/qlpack.yml | Minor version bump to 1.6.1-dev with NHibernate and CSRF improvements |
| csharp/ql/lib/qlpack.yml | Version bump to 5.4.6-dev with .NET 10 support |
| cpp/ql/src/qlpack.yml | Version bump to 1.5.10-dev with constant-comparison improvements |
| cpp/ql/lib/qlpack.yml | Major version bump to 7.0.1-dev with breaking changes to decimal types |
| actions/ql/src/qlpack.yml | Version bump to 0.6.19-dev with no user-facing changes |
| actions/ql/lib/qlpack.yml | Version bump to 0.4.27-dev with code injection query improvements |
| shared/*/qlpack.yml | Version bumps across all shared libraries (yaml, xml, util, typos, typetracking, typeinference, typeflow, tutorial, threat-models, ssa, regex, rangeanalysis, quantum, mad, dataflow, controlflow, concepts) |
| */codeql-pack.release.yml | Updated lastReleaseVersion to match current release across all packs |
| /change-notes/released/.md | New release note files created consolidating individual change notes |
| /change-notes/.md | Individual change note files deleted after consolidation |
| */CHANGELOG.md | Updated with consolidated release notes for all affected packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This PR merges back all of the changes from the release of codeql-cli-2.24.0. And it bumps the version version strings in semmle-code in preparation for the next release of 2.24.1.