Skip to content

scie-jump 0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 15:54
· 115 commits to main since this release
v0.12.0
71d2a9d

0.12.0

This release adds support for using placeholders in the scie.lift.base lift manifest value as well
as the corresponding SCIE_BASE runtime control env var. A new placeholder is exposed in support of
establishing custom scie base nce cache directories that respect the target OS user cache dir
structure in the form of {scie.user.cache_dir=<fallback>}. Typically, this placeholder will expand
to ~/Library/Caches on macOS, ~\AppData\Local on Windows and ~/.cache on all other Unix
systems unless over-ridden via OS-specific means or else unavailable for some reason, in which case
the supplied <fallback> is used.