Merge pull request #736 from github/release-prep/2.9.2

Release preparation for version 2.9.2
This commit is contained in:
Mathias Vorreiter Pedersen 2022-05-12 12:55:44 +01:00 коммит произвёл GitHub
Родитель d9e7d34e03 edbd5dd77a
Коммит 3423729f4c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 17 добавлений и 7 удалений

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

@ -1,3 +1,9 @@
## 0.1.2
### New Features
* Go 1.18 generics are now extracted and can be explored using the new CodeQL classes `TypeParamDecl`, `GenericFunctionInstantiationExpr`, `GenericTypeInstantiationExpr`, `TypeSetTerm`, and `TypeSetLiteralType`, as well as using new predicates defined on the existing `InterfaceType`. Class- and predicate-level documentation can be found in the [Go CodeQL library reference](https://codeql.github.com/codeql-standard-libraries/go/).
## 0.1.1
### Minor Analysis Improvements

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

@ -1,4 +1,5 @@
---
category: feature
---
## 0.1.2
### New Features
* Go 1.18 generics are now extracted and can be explored using the new CodeQL classes `TypeParamDecl`, `GenericFunctionInstantiationExpr`, `GenericTypeInstantiationExpr`, `TypeSetTerm`, and `TypeSetLiteralType`, as well as using new predicates defined on the existing `InterfaceType`. Class- and predicate-level documentation can be found in the [Go CodeQL library reference](https://codeql.github.com/codeql-standard-libraries/go/).

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

@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.1
lastReleaseVersion: 0.1.2

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

@ -1,5 +1,5 @@
name: codeql/go-all
version: 0.1.2-dev
version: 0.1.2
groups: go
dbscheme: go.dbscheme
extractor: go

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

@ -1,3 +1,5 @@
## 0.1.2
## 0.1.1
## 0.1.0

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

@ -0,0 +1 @@
## 0.1.2

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

@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.1
lastReleaseVersion: 0.1.2

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

@ -1,5 +1,5 @@
name: codeql/go-queries
version: 0.1.2-dev
version: 0.1.2
groups:
- go
- queries