Skip to content

v0.11.0

Compare
Choose a tag to compare
@johnnychen94 johnnychen94 released this 23 Feb 05:14
· 22 commits to master since this release

I'm so satisfied that I don't need to frequently tag new jill releases when there are new Julia releases out; that this tool works quite well and reliably.

Changes:

  • (Breaking) For mac with apple silicon, we used to ship the ARM version unconditionally in v0.9 and v0.10 because I thought it was the only reasonable option and I was wrong. Now jill will by default install the x86-64 version because the ARM version Julia is still under tier-3 support. In the meantime, one can still install the ARM version using jill install --preferred-arch arm64. (#105)(@johnnychen94)
  • (New flag) Occasionally, one can use flag --bypass-ssl to not verify SSL certificate. (031ee35) (@johnnychen94)
  • (bug fix) fix jill switch on windows platform (#106)(@johnnychen94)
  • (bug fix) jill list no longer errors when symlink directory is empty (f643983)(@johnnychen94)