Release preparation for version 2.19.4

This commit is contained in:
github-actions[bot]
2024-11-19 16:21:37 +00:00
parent e5951516b8
commit 9783a11565
150 changed files with 359 additions and 121 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.12
No user-facing changes.
## 1.0.11
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.12
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.11
lastReleaseVersion: 1.0.12

View File

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

View File

@@ -1,3 +1,9 @@
## 4.2.1
### Minor Analysis Improvements
* In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.
## 4.2.0
### Major Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 4.2.1
### Minor Analysis Improvements
* In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.2.0
lastReleaseVersion: 4.2.1

View File

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

View File

@@ -1,3 +1,7 @@
## 1.1.9
No user-facing changes.
## 1.1.8
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.1.9
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.8
lastReleaseVersion: 1.1.9

View File

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