v2026.2.5
jdx/misev2026.2.5Feb 6, 2026by mise-en-dev
AI Summary
A maintenance release that removes the requirement for the experimental mode flag when using lockfiles, making reproducible tool versions accessible by default.
Key Highlights
- Lockfiles no longer require experimental mode
Full Release Notes
This is a small maintenance release with one user-facing improvement. ### Bug Fixes - **Lockfiles no longer require experimental mode** - You can now use `mise.lock` files without setting `experimental = true` in your configuration. Lockfiles help ensure reproducible tool versions across your team, and this change makes them accessible to everyone by default. ([#8011](https://github.com/jdx/mise/pull/8011)) For more information on lockfiles, see the [documentation](https://mise.jdx.dev/configuration/mise-lock.html). ### 📦 Aqua Registry Updates #### Updated Packages (1) - [`uutils/coreutils`](https://github.com/uutils/coreutils)