Skip to content

Releases: Panquesito7/setup-jule

v1.1.3: `i386` architecture support

10 Sep 06:27
2552891
Compare
Choose a tag to compare

Changelog

  • Added i386 architecture support.
    • Only Linux is supported as of now. macOS will default to amd64 if specified.

v1.1.2: Workflow optimizations

06 Aug 21:26
f460349
Compare
Choose a tag to compare

Changelog

  • Optimized the code and workflow (#7).
    • Thanks, @mertcandav!
    • Code runs approximately 46% faster: 97 seconds -> 52 seconds (testing both macOS and Linux).
    • You can find the workflow runs here. v1.1.1 vs v1.1.2.

v1.1.1: Exit when using Windows

01 Aug 22:12
dee8d31
Compare
Choose a tag to compare

Changelog

  • Exit when using Windows.
    • If the operating system is Windows, the script will fail and exit as Windows support has not been added yet.
    • JuleC doesn't support building on Windows either (yet). For more information: julelang/jule#34

v1.1.0: Full macOS support

01 Aug 22:05
8566c29
Compare
Choose a tag to compare

Changelog

  • Add full macOS support.
    • Packages are installed using Homebrew on both Linux and macOS.
    • Thanks to @mertcandav for spotting the issue.
  • The architecture option has been made optional.
  • add-to-path option has been added, which results in easier when calling JuleC commands.
  • Fix version syntax.
    • dev for the latest commit.
    • latest or current for the latest release, whether it's a pre-release or not.
  • The julec commands were removed in the readme, and now linking to the official JuleC manual instead.

v1.0.0: Initial Release

01 Aug 06:07
acde2f5
Compare
Choose a tag to compare

Changelog

  • Initial release.
    • Example usage.
    • Action that validates that the action works as expected.
    • Add security policy and Code of Conduct.