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 @@
## 4.0.0
### Breaking Changes
* Deleted the deprecated `ArrayContent` class from the dataflow library, use `CollectionContent` instead.
* Deleted the deprecated `getOptionsInput`, `getRegexInput`, and `getStringInput` predicates from the regexp library, use `getAnOptionsInput`, `getRegexInputNode`, and `getStringInputNode` instead.
## 3.1.1
### Minor Analysis Improvements

View File

@@ -1,5 +1,6 @@
---
category: breaking
---
## 4.0.0
### Breaking Changes
* Deleted the deprecated `ArrayContent` class from the dataflow library, use `CollectionContent` instead.
* Deleted the deprecated `getOptionsInput`, `getRegexInput`, and `getStringInput` predicates from the regexp library, use `getAnOptionsInput`, `getRegexInputNode`, and `getStringInputNode` instead.
* Deleted the deprecated `getOptionsInput`, `getRegexInput`, and `getStringInput` predicates from the regexp library, use `getAnOptionsInput`, `getRegexInputNode`, and `getStringInputNode` instead.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 3.1.1
lastReleaseVersion: 4.0.0

View File

@@ -1,5 +1,5 @@
name: codeql/swift-all
version: 3.1.2-dev
version: 4.0.0
groups: swift
extractor: swift
dbscheme: swift.dbscheme

View File

@@ -1,3 +1,7 @@
## 1.0.16
No user-facing changes.
## 1.0.15
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.16
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.15
lastReleaseVersion: 1.0.16

View File

@@ -1,5 +1,5 @@
name: codeql/swift-queries
version: 1.0.16-dev
version: 1.0.16
groups:
- swift
- queries