Skip to content

Releases: julia-actions/setup-julia

v2.2.0 - New `lts` and `pre` named version specifiers

27 Jun 00:36
Compare
Choose a tag to compare

What's Changed

It is now possible to specify two new named version identifiers:

  • lts for the Long Term Support (LTS) julia version (currently 1.6)
  • pre for the latest pre-release

PRs

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

19 Jun 22:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.3...v2.1.0

v2.0.0 - Update to Node20

01 Apr 15:40
Compare
Choose a tag to compare

What's Changed

Note the rationale for the breaking change was discussed in #209

Dependencies and misc

New Contributors

Full Changelog: v1.9.6...v2.0.0

v1.9.6: Fix Apple Silicon installation

13 Feb 19:35
Compare
Choose a tag to compare

What's Changed

Deps & CI

New Contributors

Full Changelog: v1.9.5...v1.9.6

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

05 Jan 18:36
a1561e9
Compare
Choose a tag to compare

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

New Contributors

Full Changelog: v1.9.3...v1.9.5

v1.9.4: Fix broken release v1.9.3

21 Nov 17:23
Compare
Choose a tag to compare

This just fixes a broken release v1.9.3 where not all release steps were followed properly.
See https://github.com/julia-actions/setup-julia/releases/tag/v1.9.3 for changes.

v1.9.3: Faster windows install. Dependency updates

21 Nov 16:22
a86c40a
Compare
Choose a tag to compare

What's Changed

Dependency and CI updates

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2: Dependency updates

09 Feb 23:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1: Fix arch mapping on Apple M1

09 Feb 11:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0: Add `include-all-prereleases` input

12 Dec 10:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.9.0