Release preparation for version 2.10.2

This commit is contained in:
github-actions[bot]
2022-07-28 13:38:35 +00:00
parent e43755b34f
commit 212786ed91
71 changed files with 141 additions and 72 deletions

View File

@@ -1,3 +1,15 @@
## 0.3.2
### New Features
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
### Minor Analysis Improvements
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
related false positives in the nullness queries.
* Added data flow models for `java.util.Scanner`.
## 0.3.1
### New Features

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added data flow models for `java.util.Scanner`.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
related false positives in the nullness queries.

View File

@@ -0,0 +1,11 @@
## 0.3.2
### New Features
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
### Minor Analysis Improvements
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
related false positives in the nullness queries.
* Added data flow models for `java.util.Scanner`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.1
lastReleaseVersion: 0.3.2

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 0.3.2-dev
version: 0.3.2
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java

View File

@@ -1,3 +1,5 @@
## 0.3.1
## 0.3.0
### Breaking Changes

View File

@@ -0,0 +1 @@
## 0.3.1

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.0
lastReleaseVersion: 0.3.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 0.3.1-dev
version: 0.3.1
groups:
- java
- queries