Skip to content

v0.9.5

Choose a tag to compare

@johnnychen94 johnnychen94 released this 03 Jul 05:45
· 51 commits to master since this release
93392ae

Bug fixes:

  • Trailing / is ignored when checking whether symlink_dir is presented in PATH. Previously, ~/.local/bin/ was incorrectly ignored. (#77) (@johnnychen94)
  • When installing unstable releases with --unstable, it no longer symlink to julia and julia-X. For example, jill install 1.7 --unstable will now only make symlink for julia-1.7. This is a bug introduced in v0.9.4. (#78)(@johnnychen94)

Enhancements:

  • Two new environment variables are introduced to modify the default jill value: JILL_SYMLINK_DIR for --symlink_dir and JILL_INSTALL_DIR for --install_dir. (#81)(@johnnychen94)

Upstream changes: