Skip to content

Releases: swift-things/swift-sh

swift-sh 3.4.1

Choose a tag to compare

@Frizlab Frizlab released this 16 Sep 16:00
3.4.1
ea5571a
Fix launching swift-sh scripts with Swift 6.4. (Xcode 27).

swift-sh 3.4

Choose a tag to compare

@Frizlab Frizlab released this 26 Mar 10:20
3.4.0
swift-sh 3.4.0

Fix launching swift-sh scripts with Swift 6.3 (Xcode 26.4);
Add a new “clean” command (partially implemented);
Fix completion for files;
Fix running swift-sh scripts with local dependencies.

swift-sh 3.3.3

Choose a tag to compare

@Frizlab Frizlab released this 25 Jan 09:10
3.3.3
Fix usage of removed package.

swift-sh 3.3.2

Choose a tag to compare

@Frizlab Frizlab released this 14 Jan 20:40
3.3.2
Fix parsing of the import specifications for some edge cases.
Fix swift-sh not working for named pipes and other non-replayable files (except stdin which was treated differently).

swift-sh 3.3.1

Choose a tag to compare

@Frizlab Frizlab released this 14 Jan 20:40
3.3.1
Add a new exported import in the helpers target.
Update dependencies.

swift-sh 3.3.0

Choose a tag to compare

@Frizlab Frizlab released this 14 Jan 20:40
3.3.0
Add many conveniences in the helpers target.
Add possibility of setting the version of the helpers imported in scripts.

swift-sh 3.2.4

Choose a tag to compare

@Frizlab Frizlab released this 14 Jan 20:39
3.2.4
Fix build command.

swift-sh 3.2.3

Choose a tag to compare

@Frizlab Frizlab released this 14 Jan 20:39
3.2.3
Fix parent shell exit in certain condition when launching a script.

swift-sh 3.2.2

Choose a tag to compare

@Frizlab Frizlab released this 20 Jun 23:02
3.2.2
Fix failure to retrieve REPL args in the context of GitHub Actions.

swift-sh 3.2.1

Choose a tag to compare

@Frizlab Frizlab released this 02 Dec 21:59
3.2.1
Fix some missing imports in some rare cases (dependencies with system library targets).