Release preparation for version 2.9.1

This commit is contained in:
github-actions[bot]
2022-04-28 11:58:54 +00:00
parent b8165d47b7
commit bcd2c009e3
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