Release preparation for version 2.22.2

This commit is contained in:
github-actions[bot]
2025-07-07 14:00:26 +00:00
parent 8d16d0225c
commit f12daefabe
177 changed files with 466 additions and 175 deletions

View File

@@ -1,3 +1,9 @@
## 4.0.11
### Bug Fixes
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.
## 4.0.10
No user-facing changes.

View File

@@ -1,5 +1,5 @@
---
category: fix
---
## 4.0.11
### Bug Fixes
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.10
lastReleaseVersion: 4.0.11

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 4.0.11-dev
version: 4.0.11
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python

View File

@@ -1,3 +1,7 @@
## 1.6.1
No user-facing changes.
## 1.6.0
### Query Metadata Changes

View File

@@ -0,0 +1,3 @@
## 1.6.1
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.0
lastReleaseVersion: 1.6.1

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries
version: 1.6.1-dev
version: 1.6.1
groups:
- python
- queries