Skip to content

Commit

Permalink
chore(CHANGELOG): update for v1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftylab-ci committed Sep 20, 2024
1 parent 80ae8e1 commit a0188ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.8.0](https://github.com/SwiftyLab/setup-swift/compare/v1.7.0...v1.8.0) (2024-09-20)


### 🚀 Features

* 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))


### 🐛 Fixes

* fixed macOS action cache architecture mismatch ([#317](https://github.com/SwiftyLab/setup-swift/issues/317)) ([8822077](https://github.com/SwiftyLab/setup-swift/commit/8822077d38869be2e4c57dce79d18515621e5498))
* 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))
* 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))

## [1.7.0](https://github.com/SwiftyLab/setup-swift/compare/v1.6.0...v1.7.0) (2024-04-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-swift",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"description": "Setup Swift environment.",
"main": "lib/main.js",
Expand Down

0 comments on commit a0188ea

Please sign in to comment.