You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a routine release PR bumping mise from version 2026.5.4 to 2026.5.5, with corresponding changelog, packaging, and completion script updates.
Version number updated consistently across Cargo.toml, Cargo.lock, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, and README.md.
Completion scripts (_mise, mise.bash, mise.fish, mise.ps1) updated to reference the new version-tagged spec file cache name.
CHANGELOG.md populated with the full set of features, bug fixes, docs, and registry changes included in this release.
Confidence Score: 5/5
Safe to merge — all changes are mechanical version bumps with no logic modifications.
Every changed file is a straightforward version string replacement from 2026.5.4 to 2026.5.5. The changelog accurately reflects the referenced PRs, completion script cache filenames are consistently updated, and all packaging manifests agree on the new version. There are no logic changes, dependency additions, or configuration mutations.
No files require special attention.
Important Files Changed
Filename
Overview
Cargo.toml
Version bumped from 2026.5.4 to 2026.5.5
Cargo.lock
Lock file updated to reflect mise version bump to 2026.5.5
CHANGELOG.md
New 2026.5.5 release section added with features, bug fixes, docs, registry, and chore entries
README.md
Version string in example output updated from 2026.5.4 to 2026.5.5 with updated date
completions/_mise
Spec file cache name updated to use new version 2026.5.5
completions/mise.bash
Spec file cache name updated to use new version 2026.5.5
completions/mise.fish
Spec file cache name updated to use new version 2026.5.5
completions/mise.ps1
Spec file cache name updated to use new version 2026.5.5
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the version of mise from 2026.5.4 to 2026.5.5 across multiple files, including the changelog, package manifests (Cargo, Nix, RPM, Snapcraft), documentation, and shell completion scripts. I have no feedback to provide.
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
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.
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦 Registry
Chore
New Contributors