зеркало из https://github.com/github/codeql-go.git
Merge pull request #684 from github/post-release-prep/codeql-cli-2.8.0
Post-release preparation for codeql-cli-2.8.0
This commit is contained in:
Коммит
92862fa4b5
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.0.7
|
||||||
|
|
||||||
|
### Deprecated APIs
|
||||||
|
|
||||||
|
* The `codeql/go-upgrades` CodeQL pack has been removed. All database upgrade scripts have been merged into the `codeql/go-all` CodeQL pack.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.
|
||||||
|
|
||||||
## 0.0.6
|
## 0.0.6
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
category: deprecated
|
|
||||||
---
|
|
||||||
* The `codeql/go-upgrades` CodeQL pack has been removed. All database upgrade scripts have been merged into the `codeql/go-all` CodeQL pack.
|
|
|
@ -1,4 +1,9 @@
|
||||||
---
|
## 0.0.7
|
||||||
category: fix
|
|
||||||
---
|
### Deprecated APIs
|
||||||
|
|
||||||
|
* The `codeql/go-upgrades` CodeQL pack has been removed. All database upgrade scripts have been merged into the `codeql/go-all` CodeQL pack.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.
|
* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
lastReleaseVersion: 0.0.6
|
lastReleaseVersion: 0.0.7
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: codeql/go-all
|
name: codeql/go-all
|
||||||
version: 0.0.7-dev
|
version: 0.0.8-dev
|
||||||
groups: go
|
groups: go
|
||||||
dbscheme: go.dbscheme
|
dbscheme: go.dbscheme
|
||||||
extractor: go
|
extractor: go
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
## 0.0.7
|
||||||
|
|
||||||
## 0.0.6
|
## 0.0.6
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
## 0.0.7
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
lastReleaseVersion: 0.0.6
|
lastReleaseVersion: 0.0.7
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: codeql/go-queries
|
name: codeql/go-queries
|
||||||
version: 0.0.7-dev
|
version: 0.0.8-dev
|
||||||
groups:
|
groups:
|
||||||
- go
|
- go
|
||||||
- queries
|
- queries
|
||||||
|
|
Загрузка…
Ссылка в новой задаче