Merge pull request #14634 from github/post-release-prep/codeql-cli-2.15.2

Post-release preparation for codeql-cli-2.15.2
This commit is contained in:
Chris Smowton
2023-10-31 10:24:53 +00:00
committed by GitHub
151 changed files with 392 additions and 175 deletions

View File

@@ -1,3 +1,10 @@
## 0.11.2
### Minor Analysis Improvements
* Added support for functions decorated with `contextlib.contextmanager`.
* Namespace packages in the form of regular packages with missing `__init__.py`-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.
## 0.11.1
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for functions decorated with `contextlib.contextmanager`.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 0.11.2
### Minor Analysis Improvements
* Added support for functions decorated with `contextlib.contextmanager`.
* Namespace packages in the form of regular packages with missing `__init__.py`-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.11.1
lastReleaseVersion: 0.11.2

View File

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

View File

@@ -1,3 +1,7 @@
## 0.9.2
No user-facing changes.
## 0.9.1
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.9.1
lastReleaseVersion: 0.9.2

View File

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