Skip to content

mise 2026.2.17#268324

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.2.17
Feb 19, 2026
Merged

mise 2026.2.17#268324
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.2.17

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
A moderate release with a handful of bug fixes and a new feature for the `prepare` system.

Highlights

  • Prepare: auto-touch stale outputs — When tools like uv sync skip work because dependencies are already satisfied, output files don't get updated, causing mise to consider them stale on the next run. Prepare providers now automatically touch output files after a successful command, keeping staleness checks accurate. This is controlled by a new touch_outputs config option (defaults to true). #8243 by @halms

  • Settings reorganization: task_*task.* — Nine flat task_* settings have been consolidated into a nested task.* namespace (e.g., task_outputtask.output). The old names still work with no breaking changes — deprecation warnings won't appear until 2026.8.0. #8239

Bug Fixes

  • Postinstall hooks now use correct bin paths — Per-tool postinstall hooks were hardcoding $install_path/bin on PATH, which broke backends like aqua where binaries live in non-standard subdirectories. Hooks now use each backend's actual binary paths. #8234

  • mise use writes to the correct config file — When both config.toml and config.local.toml exist, mise use was incorrectly writing to config.local.toml. It now properly targets config.toml. #8240

  • Legacy .mise.backend installs no longer block auto-migration — Legacy backend files were defaulting to explicit_backend = true, which prevented auto-migration to updated registry backends. They now default to non-explicit, allowing tools like glab to resolve correctly through the current registry. #8245 by @jean-humann

📦 Aqua Registry Updates

Updated Packages (1)

View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.2.17.


@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 19, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 19, 2026
Merged via the queue into main with commit 5c144c4 Feb 19, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.2.17 branch February 19, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants