New
0.6.0
Full Changelog: https://github.com/jenv/jenv/compare/0.5.9...0.6.0 CHANGELOG.md: 0.6.0
What's Changed
- Quote all references to path related variables by @gouvinb in https://github.com/jenv/jenv/pull/452
- Update README.md by @OothecaPickle in https://github.com/jenv/jenv/pull/454
- Cleanup jenv-javahome by @findepi in https://github.com/jenv/jenv/pull/457
- fix: remove old skip existing flag from add completion by @andrewflbarnes in https://github.com/jenv/jenv/pull/458
- feat: support bellsoft/liberica versions by @andrewflbarnes in https://github.com/jenv/jenv/pull/459
- fix: ensure graalvm detected before hotspot by @andrewflbarnes in https://github.com/jenv/jenv/pull/460
- fix: correctly detect 32/64 bit by @andrewflbarnes in https://github.com/jenv/jenv/pull/461
- Add
jenv withcommand to pick version for single command by @findepi in https://github.com/jenv/jenv/pull/438 - In jenv.fish, add flags to
sets for safety by @roryokane in https://github.com/jenv/jenv/pull/52 - Fix shims failing after brew upgrade and rehash failures related to .jenv-shim not being cleaned up by @andrewflbarnes in https://github.com/jenv/jenv/pull/462
New Contributors
- @OothecaPickle made their first contribution in https://github.com/jenv/jenv/pull/454
- @findepi made their first contribution in https://github.com/jenv/jenv/pull/457