github jdx/mise v2026.2.11
v2026.2.11: Templates Level Up

7 hours ago

A small release with a nice quality-of-life improvement for tera template users and a bug fix for file watching.

Highlights

  • Array access for multi-version tools in tera templates — If you have multiple versions of a tool installed, you can now access them individually in tera templates via tools.<name>[0].path, tools.<name>[1].path, etc. Single-version tools continue to work as before with tools.<name>.path. #8129

Bug Fixes

  • hook-env now watches files used in tera templates — Files referenced by template functions like read_file(), hash_file(), file_size(), and last_modified() are now properly tracked by hook-env. Previously, changes to these files wouldn't trigger an environment refresh until you changed directories. #8122

New Tools

Don't miss a new mise release

NewReleases is sending notifications on new releases.