mise 2026.4.5#276261
Merged
Merged
Conversation
chenrui333
approved these changes
Apr 6, 2026
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
mise config lsandmise doctornow show env files loaded viaMISE_ENV_FILEor_.filedirectives, making it easier to trace where environment variables come from.cd.Added
GitLab and Forgejo token resolution -- The GitLab and Forgejo backends now support the same multi-source token resolution as GitHub: environment variables (
MISE_GITLAB_TOKEN,MISE_FORGEJO_TOKEN, etc.), per-host token files (gitlab_tokens.toml,forgejo_tokens.toml), CLI tool integration (glab, fj),credential_command, andgit credential fill. A newmise tokencommand replaces the oldmise github tokenand addsmise token gitlabandmise token forgejosubcommands for debugging token resolution. #8868 by @roeleEnv files in
config lsanddoctor-- Env files loaded via theMISE_ENV_FILEsetting or_.fileconfig directives now appear inmise config lsoutput (with env var keys shown in verbose mode) and inmise doctoroutput (both text and JSON). #8853 by @SamSoldatenkoFixed
Double
.exeextension on Windows (aqua backend) -- When a package's Windows override URL already includes.exe, mise no longer appends a second.exesuffix. This affected 37 aqua registry packages includingcli/cli,kubernetes/kubectl,gruntwork-io/terragrunt, andrust-lang/rustup. #8863 by @yusei-wyDuplicate trust warning in bash -- Entering an untrusted project directory in bash triggered the trust warning from both the
chpwdhook andPROMPT_COMMAND, producing a duplicate message. The bash activation script now coordinates between the two hooks so the warning appears exactly once. #8920 by @timothyspargConfig root injected into PATH via
_.source-- When a sourced script prepended toPATH(e.g.,export PATH="/custom:$PATH"), an empty path component could resolve to the config root directory and get injected intoPATH. Empty path segments are now filtered out. #8936 by @jdxSpurious dependency warnings during install -- When
mise.tomlconfigured both a language runtime and a package from that ecosystem (e.g.,node+npm:prettier), mise would warn that npm was missing during version resolution even though node was configured and would be installed first. The warning is now suppressed when the providing tool is present in the toolset. #8923 by @jdxChanged
mise github tokenrenamed tomise token github-- The oldmise github tokencommand still works but is hidden from help output. The newmise tokencommand group addsgithub,gitlab, andforgejosubcommands. #8868 by @roeleNew Contributors
Full Changelog: jdx/mise@v2026.4.4...v2026.4.5
View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.4.5.