-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Release preparation for version 2.22.3 #20165
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 prepares for release version 2.22.3 by updating version numbers across all CodeQL language packs and shared libraries. The release removes -dev
suffixes from versions and consolidates change notes from development into release documentation.
- Updates all package versions from development to release versions
- Consolidates change notes into release changelogs
- Removes temporary change note files after consolidation
Reviewed Changes
Copilot reviewed 172 out of 172 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
swift/ql/src/qlpack.yml | Updates Swift queries package from 1.2.2-dev to 1.2.2 |
swift/ql/lib/qlpack.yml | Updates Swift library package from 5.0.4-dev to 5.0.4 |
shared/*/qlpack.yml | Updates all shared library packages removing -dev suffix |
rust/ql/*/qlpack.yml | Updates Rust packages from 0.1.13-dev to 0.1.13 |
python/ql/*/qlpack.yml | Updates Python packages from development to release versions |
java/ql/lib/qlpack.yml | Updates Java library from 7.4.1-dev to 7.5.0 (version bump) |
*/codeql-pack.release.yml | Updates lastReleaseVersion fields to match new releases |
/change-notes/released/.md | Creates consolidated release notes for all packages |
*/CHANGELOG.md | Updates changelogs with new release entries |
## 7.5.0 | ||
|
||
### New Features | ||
|
||
* Kotlin versions up to 2.2.2\ *x* are now supported. |
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.
The backslash escape sequence appears incorrect. It should likely be '2.2.2x' or just '2.2.2' depending on the intended meaning.
* Kotlin versions up to 2.2.2\ *x* are now supported. | |
* Kotlin versions up to 2.2.2*x* are now supported. |
Copilot uses AI. Check for mistakes.
|
||
### New Features | ||
|
||
* Kotlin versions up to 2.2.2\ *x* are now supported. |
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.
The backslash escape sequence appears incorrect. It should likely be '2.2.2x' or just '2.2.2' depending on the intended meaning.
* Kotlin versions up to 2.2.2\ *x* are now supported. | |
* Kotlin versions up to 2.2.2.x are now supported. |
Copilot uses AI. Check for mistakes.
No description provided.