A small patch release that fixes a single bug affecting tool postinstall hooks.
Fixed
- Spurious warnings from postinstall hooks running tasks -- When a tool-level
postinstallhook ran a nestedmise run, the child process inherited theMISE_TOOL_VERSIONenvironment variable set during hooks.ToolsetBuilderwas incorrectly parsing this as a request to install a tool namedtoolat the given version via theMISE_<TOOL>_VERSIONconvention, producing spurious registry warnings before the task executed. mise now ignoresMISE_TOOL_VERSIONin the same way it already ignoredMISE_INSTALL_VERSION. #9050 by @risu729
Full Changelog: v2026.4.9...v2026.4.10