Skip to content

Releases: sdkman/sdkman-cli

Sensible return codes and Flush All

10 Oct 09:56
Compare
Choose a tag to compare

This release has two new improvements:

  • omitting the qualifier in the flush command will flush all directories (not version or broadcast)
  • sensible return codes are returned for scripting situation, with appropriate test coverage

Support ARM64 Linux architecture

05 Aug 14:24
Compare
Choose a tag to compare
  • Supports aarch64 Linux architecture.

Minor bug fix release

17 Jul 13:54
Compare
Choose a tag to compare

Fixes minor issue #779

Minor improvements and performance enhancement

16 Jul 08:14
Compare
Choose a tag to compare
  • Replace $(cat file) invocations with $(< file) for better performance.
  • Use relative path for current symlink to version directory.
  • Improve handling of secure curl downloads.
  • Remove unused legacy bash workarounds