Skip to content

Commit 44fd985

Browse files
committed
chore(CHANGELOG): update for v1.10.0 [skip ci]
1 parent d259fc2 commit 44fd985

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.10.0](https://github.com/SwiftyLab/setup-swift/compare/v1.9.1...v1.10.0) (2025-03-16)
2+
3+
4+
### 🚀 Features
5+
6+
* added open source toolchain preference option for xcode ([#371](https://github.com/SwiftyLab/setup-swift/issues/371)) ([82838c4](https://github.com/SwiftyLab/setup-swift/commit/82838c4ebecbd5b8f82d98e961b12f47a40b5d82))
7+
* allow Windows SDK version to be picked up from custom visual studio components ([#372](https://github.com/SwiftyLab/setup-swift/issues/372)) ([d259fc2](https://github.com/SwiftyLab/setup-swift/commit/d259fc2d831e052a607fe0cde0904794b00d985f))
8+
9+
10+
### 🐛 Fixes
11+
12+
* remove unnecessary steps for windows ([#370](https://github.com/SwiftyLab/setup-swift/issues/370)) ([382df93](https://github.com/SwiftyLab/setup-swift/commit/382df93eb034bf078e442ec1b88c9cae16faa16b))
13+
114
## [1.9.1](https://github.com/SwiftyLab/setup-swift/compare/v1.9.0...v1.9.1) (2024-12-27)
215

316

package-lock.json

Lines changed: 2 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.9.1",
3+
"version": "1.10.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)