Release preparation for version 2.14.2

This commit is contained in:
github-actions[bot]
2023-08-07 18:08:52 +00:00
parent e9750af89f
commit 79c90fa36a
131 changed files with 352 additions and 146 deletions

View File

@@ -1,4 +1,9 @@
---
category: feature
---
* The `StateConfigSig` signature now supports a unary `isSink` predicate that does not specify the `FlowState` for which the given node is a sink. Instead, any `FlowState` is considered a valid `FlowState` for such a sink.
## 0.0.1
### New Features
* The `StateConfigSig` signature now supports a unary `isSink` predicate that does not specify the `FlowState` for which the given node is a sink. Instead, any `FlowState` is considered a valid `FlowState` for such a sink.
### Minor Analysis Improvements
* Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.

View File

@@ -0,0 +1,9 @@
## 0.0.1
### New Features
* The `StateConfigSig` signature now supports a unary `isSink` predicate that does not specify the `FlowState` for which the given node is a sink. Instead, any `FlowState` is considered a valid `FlowState` for such a sink.
### Minor Analysis Improvements
* Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.

View File

@@ -0,0 +1,2 @@
---
lastReleaseVersion: 0.0.1

View File

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