Skip to content

Releases: asdf-vm/asdf

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

v0.15.0

18 Dec 15:49
31e8c93
Compare
Choose a tag to compare

0.15.0 (2024-12-18)

Features

  • correct description for version preceded by star (04fe7e3)
  • golang-rewrite: remove asdf update command to prepare for Go version (#1806) (15571a2)

Patches

  • completions: Address two Bash completion bugs (#1770) (ebdb229)
  • make plugin-test work on alpine linux (#1778) (f5a1f3a)
  • nushell spread operator (#1777) (a0ce37b)
  • nushell: Use correct env var for shims dir (#1742) (2f07629)
  • when download path got removed, it should use -f to force delete the download files (#1746) (221507f)

Documentation

  • add Korean translation (#1757) (9e16306)
  • propose edits for tiny typographical/grammatical errors (#1747) (d462b55)
  • split Lint and Test badges for title asdf in README.MD (#1725) (c778ea1)
  • Update Japanese(ja-jp) Translations (#1715) (bd19e4c)