Skip to content

mise 2026.3.13#273765

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.3.13
Mar 23, 2026
Merged

mise 2026.3.13#273765
BrewTestBot merged 2 commits into
mainfrom
bump-mise-2026.3.13

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
A focused bugfix release that significantly improves `hook-env` stability, fixes the `--silent` flag to actually suppress all mise output, and resolves broken symlinks when installing tools to system/shared directories.

Fixed

  • hook-env watch_files tracking and early-exit stability -- Environment plugins (MiseEnv modules) that return watch_files now properly trigger re-evaluation when those files change. Previously, modifying a watched file (e.g. a secrets config) wouldn't cause mise to pick up the new values until a config change or directory switch. This PR also fixes two related stability issues: projects without a mise.lock file could fail to stabilize because the nonexistent lockfile was unconditionally added to the watch set, and directory mtime changes could cause repeated slow-path fallbacks. #8716 by @rpendleton

  • --silent flag now fully suppresses mise output -- The global --silent flag was not being written to Settings, so mise --silent run foo would suppress task stdout/stderr but still show mise's own info/warn messages. Now --silent properly sets quiet=true in settings, making it a true superset of --quiet: it suppresses both mise messages and task output. #8720 by @nkakouros

  • mise install --system now creates runtime symlinks correctly -- When installing tools to system/shared directories with --system, the latest and partial-version symlinks (e.g. 18 -> 18.19.0) were only being created in the user install directory, leaving the system directory without proper symlinks. Symlinks are now rebuilt per install directory based on the versions actually present there, with graceful handling of permission errors in shared/system locations. #8722 by @jdx

Added

  • Registry: acli (Atlassian CLI) -- Added acli to the registry for interacting with Atlassian Cloud services (Jira, Confluence, Bitbucket) from the terminal. Install with mise install acli. #8721 by @ggoggam

New Contributors

  • @rpendleton made their first contribution in #8716
  • @ggoggam made their first contribution in #8721

Full Changelog: jdx/mise@v2026.3.12...v2026.3.13

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


@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 Mar 23, 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 Mar 23, 2026
@BrewTestBot BrewTestBot enabled auto-merge March 23, 2026 15:54
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 23, 2026
Merged via the queue into main with commit d555f9f Mar 23, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.3.13 branch March 23, 2026 16:03
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