Merge branch 'main' into redsun82/update-py-deps

This commit is contained in:
Paolo Tranquilli
2025-02-18 10:03:29 +01:00
189 changed files with 1051 additions and 391 deletions

View File

@@ -1,3 +1,10 @@
## 4.0.1
### Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the `break` and `continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.
## 4.0.0
### Breaking Changes

View File

@@ -1,5 +0,0 @@
---
category: fix
---
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.

View File

@@ -1,5 +1,6 @@
---
category: fix
---
## 4.0.1
### Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the `break` and `continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.0
lastReleaseVersion: 4.0.1

View File

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

View File

@@ -1,3 +1,7 @@
## 1.4.3
No user-facing changes.
## 1.4.2
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.2
lastReleaseVersion: 1.4.3

View File

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