Releases: swift-actions/setup-swift
Releases · swift-actions/setup-swift
1.9.1
Fixes
- Fix error output on Linux (#333) @sidepelican
1.9.0
Features
- Swift 5.5 (#296) @marcprux
- Updated default version to 5.5 (#315) @LeonardoRosaa
Fixes
Dependencies
- Bump @actions/io from 1.1.0 to 1.1.1 (#312) @dependabot
- Bump @actions/core from 1.2.7 to 1.6.0 (#301) @dependabot
- Bump @actions/tool-cache from 1.6.1 to 1.7.1 (#238) @dependabot
- Bump @actions/exec from 1.0.4 to 1.1.0 (#236) @dependabot
1.8.0
1.7.0
Features
Dependencies
- Bump @types/node from 14.14.37 to 14.14.39 (#205) @dependabot
- Bump @actions/core from 1.2.6 to 1.2.7 (#204) @dependabot
- Bump typescript from 4.2.3 to 4.2.4 (#203) @dependabot
- Bump @actions/io from 1.0.2 to 1.1.0 (#201) @dependabot
- Bump @types/node from 14.14.19 to 14.14.37 (#200) @dependabot
- Bump typescript from 3.9.7 to 4.2.3 (#188) @dependabot
- Bump ts-jest from 25.5.1 to 26.5.4 (#194) @dependabot
- Bump jest from 25.5.4 to 26.6.3 (#178) @dependabot
- Bump @types/jest from 26.0.19 to 26.0.22 (#198) @dependabot
- Bump semver from 7.3.4 to 7.3.5 (#197) @dependabot
1.6.0
1.5.0
1.4.0
Fixes
- Fix an issue where the workflow didn't run due to use of deprecated methods for updating paths.
Features
- Add more OS versions to the list (#149) @fwal
- (Potentially breaking) Track supported OS:es for each Swift version (#139) @fwal
Dependencies
- Bump @actions/core from 1.2.5 to 1.2.6 (#130) @dependabot
1.3.0
Features
- Add Swift 5.3 (#127) @fwal
- The action now supports Swift 5.3
- The default version have been changed to 5.3
- Output resolved version from action (#104) @fwal
- This means that the fully resolved version will be available as an output for other actions to consume. For example if
swift-version
is set to "5" the outputversion
will be "5.3". Check the official docs for more info about outputs.
- This means that the fully resolved version will be available as an output for other actions to consume. For example if
1.2.0
1.1.0
The script now uses a pool of gpg key servers when trying to verify linux installations, this should result in improved stability.