You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns main-otp-27 as the latest stable version. However, main-otp-27 represents the current state of Elixir development and should not be considered a stable release.
Expected Behavior
The command should return the latest stable Elixir version (e.g., 1.18.2-otp-27 at the time of writing) instead of main-otp-27.
Steps to Reproduce
Ensure asdf is updated to v0.16.0.
Run asdf latest elixir.
Observe that the output is main-otp-27 instead of the latest stable release.
System Information
asdf version:0.16.0 (installed via go install)
OS: Fedora Linux 41 (Workstation Edition)
Additional Context
Prior to asdf v0.16.0, this command correctly returned the latest stable Elixir version. It seems like the logic for determining "latest stable" now incorrectly includes development branches.
If this behavior is intentional, it would be helpful to have an option like asdf latest --release elixir to fetch only stable releases.
The text was updated successfully, but these errors were encountered:
Description
Since
asdf
v0.16.0, running:returns
main-otp-27
as the latest stable version. However,main-otp-27
represents the current state of Elixir development and should not be considered a stable release.Expected Behavior
The command should return the latest stable Elixir version (e.g.,
1.18.2-otp-27
at the time of writing) instead ofmain-otp-27
.Steps to Reproduce
asdf
is updated to v0.16.0.asdf latest elixir
.main-otp-27
instead of the latest stable release.System Information
0.16.0
(installed viago install
)Additional Context
Prior to
asdf
v0.16.0, this command correctly returned the latest stable Elixir version. It seems like the logic for determining "latest stable" now incorrectly includes development branches.If this behavior is intentional, it would be helpful to have an option like
asdf latest --release elixir
to fetch only stable releases.The text was updated successfully, but these errors were encountered: