Release preparation for version 2.23.7

This commit is contained in:
github-actions[bot]
2025-12-01 16:07:37 +00:00
parent f1aaefc107
commit 19a13467e0
174 changed files with 432 additions and 147 deletions

View File

@@ -1,3 +1,9 @@
## 5.0.1
### Bug Fixes
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)
## 5.0.0
### Breaking Changes

View File

@@ -1,5 +1,5 @@
---
category: fix
---
## 5.0.1
### Bug Fixes
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.0
lastReleaseVersion: 5.0.1

View File

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

View File

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

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.0
lastReleaseVersion: 1.7.1

View File

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