Releases: julia-actions/julia-buildpkg
Releases · julia-actions/julia-buildpkg
v1.7.0
What's Changed
- Remove link trailing dot by @inkydragon in #51
- Install the default registries for version > 1.8 by @ven-k in #55
Other stuff
Dependency changes
- Bump actions/cache from 3 to 4 by @dependabot in #50
- Bump julia-actions/setup-julia from 1 to 2 by @dependabot in #53
Full Changelog
Full Changelog: v1...v1.7.0
New Contributors
- @inkydragon made their first contribution in #51
- @ven-k made their first contribution in #55
v1.6.0: show tip if depot caching isn't detected
What's Changed
- add suggestion to use cache if no depot is detected by @IanButterworth in #41
Disable withignore-no-cache: true
Dep Updates
- Create dependabot.yml by @IanButterworth in #42
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #45
- Bump actions/cache from 1 to 3 by @dependabot in #44
- Bump actions/setup-python from 2 to 4 by @dependabot in #43
- Bump actions/checkout from 2 to 4 by @dependabot in #46
- Bump actions/setup-python from 4 to 5 by @dependabot in #47
Full Changelog: v1.5...v1.6.0
v1.5.0: Add support for local registries
What's Changed
- Add localregistry input option by @lukasgrunwald in #38
New Contributors
- @lukasgrunwald made their first contribution in #38
Full Changelog: v1.4...v1.5.0
v1.4.4: Add a retry around Pkg.build
The previous tag v1.4.3
was pointing to the wrong commit, see #36 for details.
What's Changed
- Add a retry around Pkg.build by @Octogonapus in #23
New Contributors
- @Octogonapus made their first contribution in #23
Full Changelog: v1.4.2...v1.4.4
v1.4.3: Add a retry around Pkg.build
v1.4.2: Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps
What's Changed
- Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. by @fredrikekre in #33
Full Changelog: v1.4.1...v1.4.2
v1.4.1: Revert shortcut for missing deps/build.jl file
What's Changed
- Revert shortcut for missing deps/build.jl file. by @fredrikekre in #32
Full Changelog: v1.4.0...v1.4.1
v1.4.0: Use eager Pkg server registry
What's Changed
- Use eager Pkg server registry instead of git cloning by @fredrikekre in #31
New Contributors
- @fredrikekre made their first contribution in #31
Full Changelog: v1.3...v1.4.0
v1.3.2: Bug fix of bug introduced in 1.3.1
v1.3.1: Detect if the registry is already installed via tarball
What's Changed
- Support detecting if the registry is already installed via tarball by @IanButterworth in #25
Full Changelog: v1.3.0...v1.3.1