Merge pull request #726 from github/release-prep/2.9.1

Release preparation for version 2.9.1
This commit is contained in:
Mathias Vorreiter Pedersen
2022-04-28 14:45:19 +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.1
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.1
groups:
- go
- queries