Revert "Revert "Post-release preparation for codeql-cli-2.19.4""

This commit is contained in:
Alexander Eyers-Taylor
2024-11-21 15:37:52 +00:00
committed by GitHub
parent 7c8ca7a4d3
commit c0474c4e45
150 changed files with 359 additions and 121 deletions

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.2-dev
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java