mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.0
|
||||
lastReleaseVersion: 0.1.1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 0.1.1
|
||||
|
||||
## 0.1.0
|
||||
|
||||
## 0.0.12
|
||||
|
||||
1
ql/src/change-notes/released/0.1.1.md
Normal file
1
ql/src/change-notes/released/0.1.1.md
Normal file
@@ -0,0 +1 @@
|
||||
## 0.1.1
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.0
|
||||
lastReleaseVersion: 0.1.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/go-queries
|
||||
version: 0.1.1-dev
|
||||
version: 0.1.2-dev
|
||||
groups:
|
||||
- go
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user