Hi, I noticed that the naming convention for release assets has changed unexpectedly.
Previously, the assets were named: coreutils-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
However, the 0.6.0 release, they are now: coreutils-{{.Arch}}-{{.OS}}.{{.Format}}
Impact
This change has broken automated installation scripts that rely on the version string being present in the filename.
e.g. aqua, mise
Request
Could you please clarify if this change was intentional? If possible, I would recommend reverting to the previous naming convention (including {{.Version}}) to maintain backward compatibility and ensure easier version tracking of the downloaded binaries.