Skip to content

Releases: julia-actions/setup-julia

Add Julia 1.5.0 to version list

02 Aug 13:18
c233d8f
Compare
Choose a tag to compare
v1.1.12

Add production dependencies & build

Fail build when inputs are empty

30 Jul 17:27
d3b7564
Compare
Choose a tag to compare

It can easily happen that, for example, a workflow file contains an input version: ${{ matrix.julia-version }} while the strategy matrix only contains a key ${{ matrix.version }}. In that case, we want the action to fail, rather than trying to download julia from an URL that's missing parts and 404ing. We could fall back to the default but that means that builds silently do things differently than they're meant to, which is worse than failing the build.

Add Julia 1.5.0-rc2 to version list

27 Jul 20:14
0a6460c
Compare
Choose a tag to compare
v1.1.10

Add production dependencies & build

Error message & doc fixes

05 Jul 12:13
6340c7f
Compare
Choose a tag to compare
  • Display errors properly again (#38)
  • Fix version range examples for ^1.3.0-0

Add Julia 1.5.0-rc1 to version list

30 Jun 21:53
8954cf4
Compare
Choose a tag to compare
v1.1.8

Add production dependencies & build

Update legal information in README

25 Jun 12:39
afa071e
Compare
Choose a tag to compare
  • Add Privacy information about Pkg Telemetry
  • Move third party notices and information to separate file

Add Julia 1.5.0-beta1 to version list

29 May 08:30
53fa967
Compare
Choose a tag to compare
v1.1.6

Add production dependencies & build

Add Julia 1.4.2 to version list & update dev dependencies

28 May 10:08
f0b1755
Compare
Choose a tag to compare

Add Julia 1.4.0 to version list

15 Apr 12:08
fe455d1
Compare
Choose a tag to compare
v1.1.4

Add production dependencies & build

Use @zeit/ncc to distribute action

24 Mar 19:16
06a3830
Compare
Choose a tag to compare

This should not affect users.

From now on, the action will be compiled to a single JS file using @zeit/ncc before distribution. This means that we do not have to distribute the entire node_modules directory anymore.