Skip to content

Commit a0188ea

Browse files
committed
chore(CHANGELOG): update for v1.8.0 [skip ci]
1 parent 80ae8e1 commit a0188ea

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.8.0](https://github.com/SwiftyLab/setup-swift/compare/v1.7.0...v1.8.0) (2024-09-20)
2+
3+
4+
### 🚀 Features
5+
6+
* expand `SWIFTFLAGS` with full paths ensure CMD and PowerShell compatibility ([#74](https://github.com/SwiftyLab/setup-swift/issues/74)) ([8573d06](https://github.com/SwiftyLab/setup-swift/commit/8573d0697a49e239a7e50df61f1555597a12e64e))
7+
8+
9+
### 🐛 Fixes
10+
11+
* fixed macOS action cache architecture mismatch ([#317](https://github.com/SwiftyLab/setup-swift/issues/317)) ([8822077](https://github.com/SwiftyLab/setup-swift/commit/8822077d38869be2e4c57dce79d18515621e5498))
12+
* fixed older Swift toolchain installations on Windows ([#307](https://github.com/SwiftyLab/setup-swift/issues/307)) ([420581b](https://github.com/SwiftyLab/setup-swift/commit/420581bc75610ae2a394df7f2a6f457200a2c715))
13+
* fixed Visual Studio setup with fallback windows installation ([#314](https://github.com/SwiftyLab/setup-swift/issues/314)) ([f2a737f](https://github.com/SwiftyLab/setup-swift/commit/f2a737f69b00c97c2704514174842e5577914597))
14+
115
## [1.7.0](https://github.com/SwiftyLab/setup-swift/compare/v1.6.0...v1.7.0) (2024-04-19)
216

317

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-swift",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)