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
Config path template variables are now normalized, which cleans up some output that would sometimes show multiple consecutive directory separators.
Positional arguments can now be passed in through STDIN via '-' for the install and upgrade sub commands. For example zef install - will read STDIN and treat each line as an additional positional value.
We now no longer index distributions from an ecosystem that have an invalid name, as well as not indexing any provided modules that have invalid names.