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
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.4.12 to 2026.4.13 across multiple files, including Cargo.toml, Cargo.lock, shell completion scripts, and packaging configurations. It also updates the CHANGELOG to include a bug fix for vfox-plugin regarding Git URL support and increments the star count in the documentation. I have no feedback to provide.
Routine release bump from 2026.4.12 to 2026.4.13, packaging three bug fixes (Go install_before for module versions, vfox Git URL with commit hash support, MISE_FETCH_REMOTE_VERSIONS_CACHE not respected) and one dependency unblock. All version strings, completion spec filenames, packaging manifests, and changelog are updated consistently.
Confidence Score: 5/5
Safe to merge — this is a mechanical release commit with no logic changes.
All changes are version string bumps across packaging files and a CHANGELOG entry. Every relevant file (Cargo.toml, Cargo.lock, README, completions, default.nix, rpm spec, snapcraft) is updated consistently, and no code logic is modified.
No files require special attention.
Important Files Changed
Filename
Overview
CHANGELOG.md
New entry for 2026.4.13 with bug fixes and dependency updates, consistent with PR description
Cargo.toml
Version bumped from 2026.4.12 to 2026.4.13
Cargo.lock
Lock file updated to reflect new mise version 2026.4.13
README.md
Version string in example output updated to 2026.4.13
completions/_mise
Spec cache filename updated to reference 2026_4_13
completions/mise.bash
Spec cache filename updated to reference 2026_4_13
completions/mise.fish
Spec cache filename updated to reference 2026_4_13
completions/mise.ps1
Spec cache filename updated to reference 2026_4_13 (uses .kdl extension, consistent with prior releases)
default.nix
Nix package version bumped to 2026.4.13
docs/.vitepress/stars.data.ts
GitHub stars count updated from 26.6k to 26.7k
packaging/rpm/mise.spec
RPM spec version bumped to 2026.4.13
snapcraft.yaml
Snap package version bumped to 2026.4.13
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[chore: release 2026.4.13] --> B[Version bump\nCargo.toml / Cargo.lock]
A --> C[Packaging manifests\ndefault.nix / mise.spec / snapcraft.yaml]
A --> D[Completion scripts\n_mise / mise.bash / mise.fish / mise.ps1]
A --> E[Docs & README\nREADME.md / stars.data.ts]
A --> F[CHANGELOG.md\n3 bug fixes + 1 dep update]
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.
🐛 Bug Fixes
MISE_FETCH_REMOTE_VERSIONS_CACHEnot respected by @mcncl in #9096📦️ Dependency Updates
New Contributors