Release preparation for version 2.19.3

This commit is contained in:
github-actions[bot]
2024-11-04 16:37:28 +00:00
parent 7418d8ed24
commit cc7b724123
150 changed files with 371 additions and 125 deletions

View File

@@ -1,3 +1,10 @@
## 2.1.2
### Minor Analysis Improvements
- Added partial support for the `copy.replace` method, [added](https://docs.python.org/3.13/library/copy.html#copy.replace) in Python 3.13.
- Added support for type parameter defaults, as specified in [PEP-696](https://peps.python.org/pep-0696/).
## 2.1.1
### Minor Analysis Improvements

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- Added support for type parameter defaults, as specified in [PEP-696](https://peps.python.org/pep-0696/).

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- Added partial support for the `copy.replace` method, [added](https://docs.python.org/3.13/library/copy.html#copy.replace) in Python 3.13.

View File

@@ -0,0 +1,6 @@
## 2.1.2
### Minor Analysis Improvements
- Added partial support for the `copy.replace` method, [added](https://docs.python.org/3.13/library/copy.html#copy.replace) in Python 3.13.
- Added support for type parameter defaults, as specified in [PEP-696](https://peps.python.org/pep-0696/).

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.1.1
lastReleaseVersion: 2.1.2

View File

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

View File

@@ -1,3 +1,9 @@
## 1.3.2
### Minor Analysis Improvements
* Improved modelling for the `pycurl` framework.
## 1.3.1
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved modelling for the `pycurl` framework.

View File

@@ -0,0 +1,5 @@
## 1.3.2
### Minor Analysis Improvements
* Improved modelling for the `pycurl` framework.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.3.1
lastReleaseVersion: 1.3.2

View File

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