Release preparation for version 2.21.1

This commit is contained in:
github-actions[bot]
2025-04-14 09:53:06 +00:00
parent 884c4a6e7b
commit b961c5961d
170 changed files with 424 additions and 167 deletions

View File

@@ -1,3 +1,9 @@
## 1.1.0
### Deprecated APIs
* All references to the `DefinitionExt` and `PhiReadNode` classes in the SSA library have been deprecated. The concept of phi-read nodes is now strictly an internal implementation detail. Their sole use-case is to improve the structure of the use-use flow relation for data flow, and this use-case remains supported by the `DataFlowIntegration` module.
## 1.0.20
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: deprecated
---
## 1.1.0
### Deprecated APIs
* All references to the `DefinitionExt` and `PhiReadNode` classes in the SSA library have been deprecated. The concept of phi-read nodes is now strictly an internal implementation detail. Their sole use-case is to improve the structure of the use-use flow relation for data flow, and this use-case remains supported by the `DataFlowIntegration` module.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.20
lastReleaseVersion: 1.1.0

View File

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