Releases: Panquesito7/setup-jule
Releases · Panquesito7/setup-jule
v1.1.3: `i386` architecture support
Changelog
- Added
i386
architecture support.- Only Linux is supported as of now. macOS will default to
amd64
if specified.
- Only Linux is supported as of now. macOS will default to
v1.1.2: Workflow optimizations
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
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
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
orcurrent
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
Changelog
- Initial release.
- Example usage.
- Action that validates that the action works as expected.
- Add security policy and Code of Conduct.