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 automated release PR bumping the version from 2026.4.23 to 2026.4.24 across all relevant packaging and metadata files. All 11 changed files consistently reflect the new version number, and the changelog entry accurately matches the PR description.
Confidence Score: 5/5
Safe to merge — this is a mechanical version bump with no logic changes.
All changes are consistent version string replacements from 2026.4.23 to 2026.4.24 across packaging metadata, completion scripts, and changelog. No logic, configuration, or behavior changes are introduced.
No files require special attention.
Important Files Changed
Filename
Overview
CHANGELOG.md
Adds new release entry for 2026.4.24 with accurate feature, bug fix, and documentation entries.
Cargo.toml
Version bumped from 2026.4.23 to 2026.4.24.
Cargo.lock
Lock file updated to reflect the new mise version 2026.4.24.
completions/_mise
Spec file cache name updated to new version to avoid stale completions.
completions/mise.bash
Bash completion spec file name updated to 2026.4.24.
completions/mise.fish
Fish completion spec file name updated to 2026.4.24.
completions/mise.ps1
PowerShell completion spec file name updated to 2026.4.24.
default.nix
Nix build definition version bumped to 2026.4.24.
packaging/rpm/mise.spec
RPM spec version bumped to 2026.4.24.
snapcraft.yaml
Snapcraft version bumped to 2026.4.24.
README.md
Version string in example output updated to 2026.4.24 dated 2026-04-27.
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: 2026.4.24] --> B[Version Bump Files]
B --> C[Cargo.toml / Cargo.lock]
B --> D[default.nix]
B --> E[packaging/rpm/mise.spec]
B --> F[snapcraft.yaml]
B --> G[README.md]
B --> H[Completion Scripts]
H --> H1[completions/_mise]
H --> H2[completions/mise.bash]
H --> H3[completions/mise.fish]
H --> H4[completions/mise.ps1]
A --> I[CHANGELOG.md Updated]
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
prereleasessetting and--prereleaseflag by @jdx in #9415🐛 Bug Fixes
📚 Documentation