Skip to content

Releases: julia-actions/setup-julia

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.

Add Julia 1.4.0 to version list

22 Mar 17:14
b46d1f6
Compare
Choose a tag to compare
v1.1.2

Add production dependencies & build

Remove unnecessary dependencies and add Julia 1.4.0-rc2

11 Mar 13:30
90f305c
Compare
Choose a tag to compare
  • Add Julia 1.4.0-rc2 to version list
  • Remove @action/github dependency
  • Run npm audit fix

Don't show versioninfo() by default

19 Feb 19:52
a56133d
Compare
Choose a tag to compare
  • To save some time during the build, only the output of julia --version will be printed after installation
  • To show the full versioninfo(), set the parameter show-versioninfo: true as documented in action.yml.

Add Julia 1.4.0-rc1 to version list

13 Feb 10:02
d481ced
Compare
Choose a tag to compare
  • Add 1.4.0-rc1 to the list of available Julia versions.
  • Remove 1.4.1-rc1 from the list of available Julia versions because it doesn't exist yet.

Add Julia 1.4.1-rc1 to version list

23 Jan 23:00
14ef913
Compare
Choose a tag to compare

Add 1.4.1-rc1 to the list of available Julia versions.

Add Julia 1.3.1 to version list

31 Dec 10:01
aa14298
Compare
Choose a tag to compare

Add 1.3.1 to the list of available Julia versions.

Hopefully the next release will make use of the new JSON version file so that it will no longer require a new release to add new versions.

Add Julia 1.3.0 to version list

26 Nov 20:22
082493e
Compare
Choose a tag to compare
v1.0.1

Add production dependencies & build