Release preparation for version 2.16.2

This commit is contained in:
github-actions[bot]
2024-02-05 17:58:57 +00:00
parent 525f27173d
commit c1b35fbf47
148 changed files with 383 additions and 154 deletions

View File

@@ -1,3 +1,13 @@
## 0.11.8
### Minor Analysis Improvements
* Added `html.escape` as a sanitizer for HTML.
### Bug Fixes
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.
## 0.11.7
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added `html.escape` as a sanitizer for HTML.

View File

@@ -0,0 +1,9 @@
## 0.11.8
### Minor Analysis Improvements
* Added `html.escape` as a sanitizer for HTML.
### Bug Fixes
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.11.7
lastReleaseVersion: 0.11.8

View File

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

View File

@@ -1,3 +1,7 @@
## 0.9.8
No user-facing changes.
## 0.9.7
### Minor Analysis Improvements

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.9.7
lastReleaseVersion: 0.9.8

View File

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