Skip to content

Releases: asdf-vm/asdf

v0.18.0

07 Jun 12:37
80fffd8
Compare
Choose a tag to compare

0.18.0 (2025-06-07)

Features

  • asdf list exit with status code of 0 when no versions installed (#2116) (e7d5289)

Bug Fixes

  • correct flag handling in commands run by asdf exec (#2115) (d6cd693)
  • only return version starting with number when no filter is supplied (#2120) (cf29b51)
  • print all error output to stderr when shim can't be resolved (#2109) (c9049ea)
  • rename tool version filename environment variable for clarity (#2101) (e3d6014)
  • upgrade urfave/cli to version 3 (#2105) (392d09a)

v0.17.0

20 May 12:35
fc87e22
Compare
Choose a tag to compare

0.17.0 (2025-05-19)

Features

Bug Fixes

  • address linter warning (67581cf)
  • correct intersection logic in shims.FindExecutable function so ordering of multiple versions is preserved (#2063) (083f20a)
  • correct output of install command when system or path version set (#2097) (82d67e3)
  • ensures output always ends with a newline when printed (#2098) (6f4837e)
  • handle tilde in env vars (#2092) (6da599a)
  • remove default error action from plugin command (#2027) (c376481)
  • remove unused ForcePrepend option from Go code (#2089) (49e9f33)
  • set correct version for go install and make builds (#2077) (4c73527)

v0.16.7

27 Mar 13:27
cbe8c6b
Compare
Choose a tag to compare

0.16.7 (2025-03-25)

Bug Fixes

v0.16.6

21 Mar 13:54
aab1211
Compare
Choose a tag to compare

0.16.6 (2025-03-21)

Bug Fixes

  • correct ASDF_INSTALL_* envvar unset test (#2006) (6fbf94a)
  • correct concurrency to align with documentation (#2014) (807ea38)
  • correct handling of ASDF_FORCE_PREPEND environment variable (#2011) (43a84a0)
  • improve zsh completion suggestions (#2022) (b1cf58d)
  • remove filtering from latest-stable call (#2032) (6fcdcdf)
  • remove install directory for version when install fails (#2024) (932ac46)

v0.16.5

04 Mar 14:01
7352bf4
Compare
Choose a tag to compare

0.16.5 (2025-03-04)

Bug Fixes

v0.16.4

22 Feb 12:45
4b9297b
Compare
Choose a tag to compare

0.16.4 (2025-02-19)

Bug Fixes

  • Add a newline delimiter when suggesting versions to install (#1972) (38bea71)
  • correct version resolution order to restore legacy file fallback behavior (#1956) (6696d47)
  • support environment variables with equals sign and newlines in value (#1977) (1acf082)

v0.16.3

17 Feb 21:27
362630f
Compare
Choose a tag to compare

0.16.3 (2025-02-17)

Bug Fixes

  • add missing version command (#1931) (5339c41)
  • correct formatting of version in "already installed" error message (df5e283)
  • correct typo in Upgrading to 0.16.0 documentation (#1938) (7e8e5f6)
  • don't error if version already installed (06f8990)
  • pass environment variables through to exec-env callback (9e6b559)
  • repair invalid fish shell completion code (#1936) (8388f99)
  • return no error from shims.RemoveAll when shims dir missing (#1967) (45c31c9)

v0.16.2

08 Feb 22:32
0146164
Compare
Choose a tag to compare

0.16.2 (2025-02-08)

Bug Fixes

v0.16.1

05 Feb 01:03
9502b56
Compare
Choose a tag to compare

0.16.1 (2025-02-05)

Bug Fixes

  • correct SliceToMap environment variable parsing function (#1879) (e63aec6)
  • remove old hyphenated command from help (1f0296a)
  • replace reference to removed subcommands (#1868) (0785d35)
  • revert change to old Bash help text (de019fd)
  • use version in home dir when no version found in root dir (#1883) (5ae5f76)

v0.16.0

30 Jan 01:41
c4e5525
Compare
Choose a tag to compare

0.16.0 (2025-01-30)

Features

Bug Fixes