0.5.8
Github Changelog: https://github.com/jenv/jenv/compare/0.5.7...0.5.8
CHANGELOG.md: 0.5.8
What's Changed
- Correct install steps so shell config is separate from source install by @andrewflbarnes in https://github.com/jenv/jenv/pull/424
- Add installation instructions for MacPorts by @breun in https://github.com/jenv/jenv/pull/429
- Fix jenv-add with missing versions directory by @jsoref in https://github.com/jenv/jenv/pull/404
- Fix erroneous output in jenv jenv doctor by @andrewflbarnes in https://github.com/jenv/jenv/pull/425
- Skip setting
JAVA_HOMEwhen using system JDK by @fwcd in https://github.com/jenv/jenv/pull/350 - Inclued changelog file and script by @andrewflbarnes in https://github.com/jenv/jenv/pull/428
- fix: doctor resolves plugin paths correctly by @andrewflbarnes in https://github.com/jenv/jenv/pull/431
- doc: Update brew installation information by @andrewflbarnes in https://github.com/jenv/jenv/pull/432
- Copying rbenv's way of handling rehash for fish by @dkowis in https://github.com/jenv/jenv/pull/169
- fix: bug in export variables appending unnecessary args and spaces by @andrewflbarnes in https://github.com/jenv/jenv/pull/434
- misc: Emit warning on commands if jenv not initialised/loaded by @andrewflbarnes in https://github.com/jenv/jenv/pull/433
- fix: fish use set -e instead of unset by @andrewflbarnes in https://github.com/jenv/jenv/pull/435
- Update README.md by @itsamanvishwakarma in https://github.com/jenv/jenv/pull/449
- Quote all references to
JENV_ROOTvariables by @gouvinb in https://github.com/jenv/jenv/pull/445 - Add command for Fish shell README.md by @aldoKelvianto in https://github.com/jenv/jenv/pull/436
- Fix and update the docker + bats based tests by @mrmeszaros in https://github.com/jenv/jenv/pull/413
- chore: centos and openjdk 1.7 are both EOL, use ubi8 and openjdk 17, 21 by @andrewflbarnes in https://github.com/jenv/jenv/pull/450
- fix: when version is system don't emit error text on export hook by @andrewflbarnes in https://github.com/jenv/jenv/pull/451
New Contributors
- @breun made their first contribution in https://github.com/jenv/jenv/pull/429
- @fwcd made their first contribution in https://github.com/jenv/jenv/pull/350
- @dkowis made their first contribution in https://github.com/jenv/jenv/pull/169
- @itsamanvishwakarma made their first contribution in https://github.com/jenv/jenv/pull/449
- @gouvinb made their first contribution in https://github.com/jenv/jenv/pull/445
- @aldoKelvianto made their first contribution in https://github.com/jenv/jenv/pull/436
- @mrmeszaros made their first contribution in https://github.com/jenv/jenv/pull/413
Homebrew
https://github.com/Homebrew/homebrew-core/pull/230189