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 standard patch release bump from 2026.4.2 to 2026.4.3, updating version strings consistently across all packaging and completion files. The sole functional change included is the seccomp armv7 i32-to-i64 syscall cast fix from #8869.
Confidence Score: 5/5
Safe to merge — purely mechanical version bump with no logic changes.
All changes are version string updates across packaging manifests and shell completion scripts. No logic, no configuration, no API surface is altered. All 11 files are consistent and correct at 2026.4.3.
No files require special attention.
Important Files Changed
Filename
Overview
CHANGELOG.md
Adds release entry for 2026.4.3 with the seccomp armv7 bug fix noted.
Cargo.toml
Version bumped from 2026.4.2 to 2026.4.3.
Cargo.lock
Lockfile updated to reflect new mise version 2026.4.3.
README.md
Example version string in README updated to 2026.4.3.
completions/_mise
Spec file cache path updated to reference 2026_4_3 version in zsh completion.
completions/mise.bash
Spec file cache path updated to reference 2026_4_3 version in bash completion.
completions/mise.fish
Spec file cache path updated to reference 2026_4_3 version in fish completion.
completions/mise.ps1
Spec file cache path updated to reference 2026_4_3 version in PowerShell completion.
default.nix
Nix package version bumped to 2026.4.3.
packaging/rpm/mise.spec
RPM spec version bumped to 2026.4.3.
snapcraft.yaml
Snapcraft package version bumped to 2026.4.3.
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[chore: release 2026.4.3] --> B[Version bump: 2026.4.2 → 2026.4.3]
B --> C[Cargo.toml / Cargo.lock]
B --> D[README.md]
B --> E[Completions\n_mise / mise.bash / mise.fish / mise.ps1]
B --> F[Packaging\ndefault.nix / mise.spec / snapcraft.yaml]
B --> G[CHANGELOG.md\nNew entry for 2026.4.3]
G --> H[Bug fix: seccomp armv7 i32→i64 syscall cast #8869]
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request increments the version of mise from 2026.4.2 to 2026.4.3 across various configuration files, package manifests, and shell completion scripts. It also updates the changelog to include a bug fix for the seccomp build on armv7. I have no feedback to provide as there are no review comments.
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