Release preparation for version 2.21.4

This commit is contained in:
github-actions[bot]
2025-05-27 17:22:05 +00:00
parent 5df50c0b14
commit bfb91e95e3
174 changed files with 483 additions and 190 deletions

View File

@@ -1,3 +1,9 @@
## 2.0.0
### Breaking Changes
* Adjusted the Guards interface in the SSA data flow integration to distinguish `hasBranchEdge` from `controlsBranchEdge`. Any breakage can be fixed by implementing one with the other as a reasonable fallback solution.
## 1.1.2
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: breaking
---
## 2.0.0
### Breaking Changes
* Adjusted the Guards interface in the SSA data flow integration to distinguish `hasBranchEdge` from `controlsBranchEdge`. Any breakage can be fixed by implementing one with the other as a reasonable fallback solution.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.2
lastReleaseVersion: 2.0.0

View File

@@ -1,5 +1,5 @@
name: codeql/ssa
version: 1.1.3-dev
version: 2.0.0
groups: shared
library: true
dependencies: