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:
Tamás Vajk 2022-02-09 18:07:28 +01:00 коммит произвёл GitHub
Родитель 85db49cd00 b3d63aca33
Коммит 92862fa4b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
9 изменённых файлов: 25 добавлений и 11 удалений

Просмотреть файл

@ -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