Release preparation for version 2.20.4

This commit is contained in:
github-actions[bot]
2025-02-03 15:19:35 +00:00
parent e39ad940a7
commit 573e53e454
173 changed files with 509 additions and 204 deletions

View File

@@ -1,3 +1,10 @@
## 2.0.0
### Breaking Changes
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.
## 1.1.9
No user-facing changes.

View File

@@ -1,5 +1,6 @@
---
category: breaking
---
## 2.0.0
### Breaking Changes
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.

View File

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

View File

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