Merge pull request #732 from github/post-release-prep/codeql-cli-2.9.1

Post-release preparation for codeql-cli-2.9.1
This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-06 13:15:10 +01:00
committed by GitHub
8 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
## 0.1.1
### Minor Analysis Improvements
* The method predicate `getACalleeIncludingExternals` on `DataFlow::CallNode` and the function `viableCallable` in `DataFlowDispatch` now also work for calls to functions via a variable, where the function can be determined using local flow.
## 0.1.0
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.1.1
### Minor Analysis Improvements
* The method predicate `getACalleeIncludingExternals` on `DataFlow::CallNode` and the function `viableCallable` in `DataFlowDispatch` now also work for calls to functions via a variable, where the function can be determined using local flow.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.0
lastReleaseVersion: 0.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/go-all
version: 0.1.1-dev
version: 0.1.2-dev
groups: go
dbscheme: go.dbscheme
extractor: go

View File

@@ -1,3 +1,5 @@
## 0.1.1
## 0.1.0
## 0.0.12

View File

@@ -0,0 +1 @@
## 0.1.1

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.0
lastReleaseVersion: 0.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/go-queries
version: 0.1.1-dev
version: 0.1.2-dev
groups:
- go
- queries