Skip to content

Commit e7e06d0

Browse files
committed
chore(CHANGELOG): update for v1.2.0 [skip ci]
1 parent e3278d6 commit e7e06d0

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [1.2.0](https://github.com/SwiftyLab/setup-swift/compare/v1.1.0...v1.2.0) (2023-08-31)
2+
3+
4+
### 🚀 Features
5+
6+
* added option to only fetch toolchain metadata without installation ([#5](https://github.com/SwiftyLab/setup-swift/issues/5)) ([636007f](https://github.com/SwiftyLab/setup-swift/commit/636007f1b3a822ef68b3e20d938a07e60d063ad7))
7+
8+
9+
### 🐛 Fixes
10+
11+
* fixed latest toolchain(> 5.6) setup failure on Windows ([#3](https://github.com/SwiftyLab/setup-swift/issues/3)) ([da27e5b](https://github.com/SwiftyLab/setup-swift/commit/da27e5b1bc2260684b4fccb92e47c000a52a5c3b))
12+
13+
14+
### 🐎 Performance Improvements
15+
16+
* improved for macos with pre-installed xcode ([#8](https://github.com/SwiftyLab/setup-swift/issues/8)) ([d4f4aa5](https://github.com/SwiftyLab/setup-swift/commit/d4f4aa5c181af9cf4e884e3ab702348f7bd43e9a))
17+
18+
19+
### 🛠 Build System
20+
21+
* **swift-org-website:** bump swiftorg from `860d64c` to `1f5f38a` ([#18](https://github.com/SwiftyLab/setup-swift/issues/18)) ([80fdfa0](https://github.com/SwiftyLab/setup-swift/commit/80fdfa018d9b716e9cf50d7c867d4996376eee5d))
22+
23+
24+
### 🛠 Dependency
25+
26+
* bump marked from 7.0.4 to 7.0.5 ([#12](https://github.com/SwiftyLab/setup-swift/issues/12)) ([3e548d0](https://github.com/SwiftyLab/setup-swift/commit/3e548d0524c389a47b5573332d397190286bd8f8))
27+
28+
29+
### 📚 Documentation
30+
31+
* **README:** added auto `swift.org` sync details ([#22](https://github.com/SwiftyLab/setup-swift/issues/22)) ([e3278d6](https://github.com/SwiftyLab/setup-swift/commit/e3278d6a831d9135ed60a1570eb8ffd6e941a985))
32+
33+
34+
### ✅ Tests
35+
36+
* added more unit and integration tests ([#6](https://github.com/SwiftyLab/setup-swift/issues/6)) ([8aa70d7](https://github.com/SwiftyLab/setup-swift/commit/8aa70d70fbbb2790fbaa9cd10b71b54714f2ec04))
37+
138
## [1.1.0](https://github.com/SwiftyLab/setup-swift/compare/v1.0.0...v1.1.0) (2023-08-26)
239

340

dist/index.js

Lines changed: 1 addition & 1 deletion
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.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)