Releases: johnnychen94/jill.py
Releases · johnnychen94/jill.py
v0.6.12
bugfix:
- HTTP 502 code wasn't handled correctly
v0.6.11
bugfix:
- fix a bug brought by v0.6.10 that might error
jill install latest
v0.6.10
new upstream:
BFSU
: Beijing Foreign Studies University
v0.6.9
Upstream updates:
- remove
mirror.<code>.pkg.julialang.org
from theOfficial
upstream; they're usually slower thanjulialang-s3.julialang.org
v0.6.8
Bug fixes:
- yet another fix to the broken update feature (and also updates release info for Julia 1.4.1)
v0.6.7
Bug fixes:
- fix the broken update feature (and also updates release info for Julia 1.4.0)
v0.6.6
Enhancements:
- more friendly error message
- smart symlink. For example, let symlink
julia-1
always link to latest1.y.z
version even you're installing an old julia version (e.gv1.0.5
)
v0.6.5
Bug fixes:
- if the previous existing symlink is invalid, ignore it and directly create a new one (abelsiqueira/jill#25)
v0.6.4
Bug fixes:
- Don't make symlinks to patch version level. This was a bug because when upgrades from Julia 1.3.0 to 1.3.1, the previous
julia-1.3.0
symlink would actually becomejulia-1.3.1
.
v0.6.3
No functionality changes, only update upstream URLs
Upstream updates:
- Added three new sources for upstream
Official
- Change the name of
Official
from "JuliaComputing, Inc" to "Julialang.org"