Skip to content

Commit 90dc7f4

Browse files
committed
chore(CHANGELOG): update for v1.6.0 [skip ci]
1 parent 025e50b commit 90dc7f4

File tree

4 files changed

+132
-38
lines changed

4 files changed

+132
-38
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [1.6.0](https://github.com/SwiftyLab/setup-swift/compare/v1.5.2...v1.6.0) (2024-03-29)
2+
3+
4+
### πŸš€ Features
5+
6+
* added git ref support to `check-latest` option ([840a162](https://github.com/SwiftyLab/setup-swift/commit/840a162aceb6bbd06e4d75fc2a01368606fbcd79))
7+
* added supporting new swift toolchains without action release ([#259](https://github.com/SwiftyLab/setup-swift/issues/259)) ([b8b0c2a](https://github.com/SwiftyLab/setup-swift/commit/b8b0c2a092dae00291896efaed137186604e8a4f))
8+
9+
10+
### πŸ› Fixes
11+
12+
* fixed toolchain caching ([a36cd73](https://github.com/SwiftyLab/setup-swift/commit/a36cd7340bd78afaec08414baf006875c510cfc8))
13+
14+
15+
### 🐎 Performance Improvements
16+
17+
* added skipping gpg verification if signature missing ([17c7929](https://github.com/SwiftyLab/setup-swift/commit/17c79292c8f4fa745c8473d6e3d1b1ee36ee6d6e))
18+
* cache will only be saved if not saved once ([a7ba193](https://github.com/SwiftyLab/setup-swift/commit/a7ba1938c28b6866f405452b04d443f3f9bab9b1))
19+
20+
21+
### πŸ›  Dependency
22+
23+
* bump glob from 10.3.10 to 10.3.12 ([#261](https://github.com/SwiftyLab/setup-swift/issues/261)) ([3495928](https://github.com/SwiftyLab/setup-swift/commit/349592802c9eab68a74c07a825d431adb37d185e))
24+
125
## [1.5.2](https://github.com/SwiftyLab/setup-swift/compare/v1.5.1...v1.5.2) (2024-03-23)
226

327

β€Ždist/index.jsβ€Ž

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

β€Ž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.5.2",
3+
"version": "1.6.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
Β (0)