Release preparation for version 2.9.2

This commit is contained in:
github-actions[bot]
2022-05-12 10:17:26 +00:00
parent d9e7d34e03
commit edbd5dd77a
8 changed files with 17 additions and 7 deletions

View File

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

View File

@@ -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/).

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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