-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Release preparation for version 2.21.2 #19395
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 pull request prepares a release by updating version numbers and release notes across multiple query packs in C#, C++, and Actions.
- Updates version numbers and release identifiers in qlpack and codeql-pack.release files.
- Introduces new changelog and release notes entries while removing obsolete change note files.
Reviewed Changes
Copilot reviewed 162 out of 162 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md | Added release notes for version 1.7.39. |
cpp/ql/src/qlpack.yml | Bumped version from 1.3.9-dev to 1.3.9. |
cpp/ql/src/codeql-pack.release.yml | Updated lastReleaseVersion to 1.3.9. |
cpp/ql/src/change-notes/released/1.3.9.md | Added change note for version 1.3.9. |
cpp/ql/src/CHANGELOG.md | Updated changelog with version 1.3.9 entry. |
cpp/ql/lib/qlpack.yml | Bumped version from 4.2.1-dev to 4.3.0. |
cpp/ql/lib/codeql-pack.release.yml | Updated lastReleaseVersion to 4.3.0. |
cpp/ql/lib/change-notes/released/4.3.0.md | Added new features release note for version 4.3.0. |
cpp/ql/lib/change-notes/2025-04-15-field-array-designator.md | Removed obsolete change note. |
cpp/ql/lib/change-notes/2025-04-14-variable-length-arrays.md | Removed obsolete change note. |
cpp/ql/lib/CHANGELOG.md | Updated changelog with version 4.3.0 entry. |
actions/ql/src/qlpack.yml | Bumped version from 0.5.5-dev to 0.6.0. |
actions/ql/src/codeql-pack.release.yml | Updated lastReleaseVersion to 0.6.0. |
actions/ql/src/change-notes/released/0.6.0.md | Added release notes including breaking changes and bug fixes. |
actions/ql/src/change-notes/2025-04-14-excessive-secrets-exposure-security-severity.md | Removed obsolete change note. |
actions/ql/src/CHANGELOG.md | Updated changelog with version 0.6.0 entry and detailed changes. |
actions/ql/lib/qlpack.yml | Bumped version from 0.4.8-dev to 0.4.8. |
actions/ql/lib/codeql-pack.release.yml | Updated lastReleaseVersion to 0.4.8. |
actions/ql/lib/change-notes/released/0.4.8.md | Added release note for version 0.4.8. |
actions/ql/lib/CHANGELOG.md | Updated changelog with version 0.4.8 entry. |
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.
C# 👍
No description provided.