Release preparation for version 2.21.3

This commit is contained in:
github-actions[bot]
2025-05-13 21:14:27 +00:00
parent c6cc4c0e13
commit 2de4a01c86
168 changed files with 450 additions and 144 deletions

View File

@@ -1,3 +1,9 @@
## 4.3.0
### New Features
* Added AST nodes `UnsafeCastExpr`, `TypeValueExpr`, `IntegerType`, and `BuiltinFixedArrayType` that correspond to new nodes added by Swift 6.1.
## 4.2.0
### Major Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: feature
---
## 4.3.0
### New Features
* Added AST nodes `UnsafeCastExpr`, `TypeValueExpr`, `IntegerType`, and `BuiltinFixedArrayType` that correspond to new nodes added by Swift 6.1.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.2.0
lastReleaseVersion: 4.3.0

View File

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

View File

@@ -1,3 +1,7 @@
## 1.1.3
No user-facing changes.
## 1.1.2
No user-facing changes.

View File

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

View File

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

View File

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