Revert "Release preparation for version 2.22.2"

This commit is contained in:
Nick Rolfe
2025-07-22 14:33:45 +01:00
committed by GitHub
parent 0b7111b867
commit 825c813095
201 changed files with 267 additions and 574 deletions

View File

@@ -1,13 +1,3 @@
## 4.0.11
### Minor Analysis Improvements
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.
### 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

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- 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,9 +0,0 @@
## 4.0.11
### Minor Analysis Improvements
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.
### 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.11
lastReleaseVersion: 4.0.10

View File

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

View File

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

View File

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

View File

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

View File

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