-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Post-release preparation for codeql-cli-2.24.0 #21190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 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.