Skip to content

Commit 4bbb093

Browse files
committed
chore(CHANGELOG): update for v1.12.0 [skip ci]
1 parent ea2a421 commit 4bbb093

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.12.0](https://github.com/SwiftyLab/setup-swift/compare/v1.11.0...v1.12.0) (2025-09-17)
2+
3+
4+
### 🚀 Features
5+
6+
* added support for installing SDKs with `sdks` input parameter ([#415](https://github.com/SwiftyLab/setup-swift/issues/415)) ([b67b1fb](https://github.com/SwiftyLab/setup-swift/commit/b67b1fb72258e8570737b42f37bd33ebd7b21f5e))
7+
8+
9+
### 🐛 Fixes
10+
11+
* used installed Windows SDKs instead of hardcoded version ([#417](https://github.com/SwiftyLab/setup-swift/issues/417)) ([376f89c](https://github.com/SwiftyLab/setup-swift/commit/376f89cd5a71db507594ce1223b099d53c233c6f))
12+
113
## [1.11.0](https://github.com/SwiftyLab/setup-swift/compare/v1.10.0...v1.11.0) (2025-05-24)
214

315

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-swift",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)