Skip to content

Commit

Permalink
chore(CHANGELOG): update for v1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftylab-ci committed Nov 8, 2024
1 parent 6efadfd commit 151b05f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.9.0](https://github.com/SwiftyLab/setup-swift/compare/v1.8.0...v1.9.0) (2024-11-08)


### 🚀 Features

* support Windows 11 SDK ([#334](https://github.com/SwiftyLab/setup-swift/issues/334)) ([6efadfd](https://github.com/SwiftyLab/setup-swift/commit/6efadfd7c6311dad57e3c73a497df30622e003e4))


### 🐛 Fixes

* removed tool caching if tool cache is already present ([#332](https://github.com/SwiftyLab/setup-swift/issues/332)) ([51f8149](https://github.com/SwiftyLab/setup-swift/commit/51f8149db313536e87bfa8618df91ffe95395876))

## [1.8.0](https://github.com/SwiftyLab/setup-swift/compare/v1.7.0...v1.8.0) (2024-09-20)


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.8.0",
"version": "1.9.0",
"private": true,
"description": "Setup Swift environment.",
"main": "lib/main.js",
Expand Down

0 comments on commit 151b05f

Please sign in to comment.