Skip to content

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

Merged
merged 2 commits into from
Aug 4, 2025
Merged

Conversation

codeql-ci
Copy link
Collaborator

No description provided.

@codeql-ci codeql-ci requested review from a team as code owners August 4, 2025 15:48
@Copilot Copilot AI review requested due to automatic review settings August 4, 2025 15:48
@codeql-ci codeql-ci requested review from a team as code owners August 4, 2025 15:48
Copy link
Contributor

@Copilot Copilot AI left a 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.
Copy link
Preview

Copilot AI Aug 4, 2025

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.

Suggested change
* 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.
Copy link
Preview

Copilot AI Aug 4, 2025

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.

Suggested change
* 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.

@cklin cklin merged commit da3e547 into codeql-cli-2.22.3 Aug 4, 2025
27 of 48 checks passed
@cklin cklin deleted the release-prep/2.22.3 branch August 4, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants