Releases: julia-actions/install-juliaup
Releases · julia-actions/install-juliaup
v2.2.1
Dependency Updates
- Update some NodeJS/npm dependencies by @dependabot in #95
- Update some NodeJS/npm dependencies by @DilumAluthge in #100
- Dependencies: update
@vercel/ncc
from0.38.1
to0.38.2
by @DilumAluthge in #99
CI
- CI: Add the
tagcheck
job, which just makes sure that the latest tagged release of this action is able to run without error by @DilumAluthge in #103
Full Changelog
Full Changelog: v2.2.0...v2.2.1
v2.2.0: Update to Juliaup 1.17.4
What's Changed
- Update to Juliaup 1.17.4 by @DilumAluthge in #97
Dependency Updates
- Build(deps): Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 by @dependabot in #86
- Build(deps): Bump julia-actions/setup-julia from 2.4.0 to 2.6.0 by @dependabot in #93
- Build(deps): Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #94
- Build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #91
Full Changelog
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
- Build(deps): Bump julia-actions/setup-julia from 2.2.0 to 2.3.0 by @dependabot in #79
- Update NodeJS/NPM dependencies by @DilumAluthge in #83
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
What's Changed
- Add a README in the
./devdocs/
folder by @DilumAluthge in #70 - Create CONTRIBUTING.md by @DilumAluthge in #71
- README: link to the devdocs by @DilumAluthge in #72
- Devdocs: clarify that making a new release requires commit access by @DilumAluthge in #73
- Use Juliaup 1.15.0 by @DilumAluthge in #76
- Build(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #74
- Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group by @dependabot in #77
- Build(deps): Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 by @dependabot in #75
- Build(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #78
Full Changelog: v2...v2.1.0
v2.0.2
v2.0.1
What's Changed
- Build(deps): Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in #65
- Fix a small typo by @DilumAluthge in #64
- Docs: change all instances of
v1
tov2
by @DilumAluthge in #66 - Devdocs: move the "making a new release" instructions to a separate Markdown file by @DilumAluthge in #67
- Update to Juliaup 1.14.8 by @DilumAluthge in #68
Full Changelog: v2...v2.0.1
v2.0.0
⚠️ Breaking Changes ⚠️
- The
julia-version
input has been renamed tochannel
(#62)
What's Changed
- Build(deps): Bump actions/checkout from 4.1.2 to 4.1.4 by @dependabot in #62
- Rename the
julia-version
input tochannel
by @DilumAluthge in #61
Full Changelog: v1...v2.0.0
v1.4.0 (this was the last v1 release of this action)
What's Changed
- devdocs: Improve some of the comments by @DilumAluthge in #53
- CI: use Dependabot groups for JavaScript dependencies by @DilumAluthge in #54
- CI: edit a comment in the CI workflow file by @DilumAluthge in #56
- Build(deps-dev): Bump the dev-deps group with 4 updates by @dependabot in #55
- Update the NodeJS dependencies by @DilumAluthge in #58
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Small tweaks to the devdocs by @DilumAluthge in #51
- README: update an example to demonstrate Julia in the PATH by @DilumAluthge in #52
- Run
juliaup update CHANNEL
(after runningjuliaup add CHANNEL
and before runningjuliaup default CHANNEL
) by @DilumAluthge in #22
Full Changelog: v1.2.0...v1.3.0