Release preparation for version 2.11.1

This commit is contained in:
github-actions[bot]
2022-10-07 02:20:28 +00:00
parent 10eb548156
commit a02dcdc5e1
88 changed files with 257 additions and 127 deletions

View File

@@ -1,3 +1,10 @@
## 0.6.1
### Minor Analysis Improvements
* Added the ability to refer to subscript operations in the API graph. It is now possible to write `response().getMember("cookies").getASubscript()` to find code like `resp.cookies["key"]` (assuming `response` returns an API node for reponse objects).
* Added modeling of creating Flask responses with `flask.jsonify`.
## 0.6.0
### Deprecated APIs

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added modeling of creating Flask responses with `flask.jsonify`.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 0.6.1
### Minor Analysis Improvements
* Added the ability to refer to subscript operations in the API graph. It is now possible to write `response().getMember("cookies").getASubscript()` to find code like `resp.cookies["key"]` (assuming `response` returns an API node for reponse objects).
* Added modeling of creating Flask responses with `flask.jsonify`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.6.0
lastReleaseVersion: 0.6.1

View File

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