Skip to content

Commit

Permalink
chore(CHANGELOG): update for v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftylab-ci committed Aug 31, 2023
1 parent e3278d6 commit e7e06d0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [1.2.0](https://github.com/SwiftyLab/setup-swift/compare/v1.1.0...v1.2.0) (2023-08-31)


### 🚀 Features

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


### 🐛 Fixes

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


### 🐎 Performance Improvements

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


### 🛠 Build System

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


### 🛠 Dependency

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


### 📚 Documentation

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


### ✅ Tests

* added more unit and integration tests ([#6](https://github.com/SwiftyLab/setup-swift/issues/6)) ([8aa70d7](https://github.com/SwiftyLab/setup-swift/commit/8aa70d70fbbb2790fbaa9cd10b71b54714f2ec04))

## [1.1.0](https://github.com/SwiftyLab/setup-swift/compare/v1.0.0...v1.1.0) (2023-08-26)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

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

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

0 comments on commit e7e06d0

Please sign in to comment.