Skip to content

chore: release 2026.4.3#8871

Merged
jdx merged 1 commit intomainfrom
release
Apr 3, 2026
Merged

chore: release 2026.4.3#8871
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

🐛 Bug Fixes

  • (exec) fix seccomp build on armv7 with i32-to-i64 syscall cast by @jdx in #8869

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 3, 2026

Greptile Summary

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]
Loading

Reviews (1): Last reviewed commit: "chore: release 2026.4.3" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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.

@jdx jdx merged commit e26b4e7 into main Apr 3, 2026
47 of 49 checks passed
@jdx jdx deleted the release branch April 3, 2026 12:37
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 3, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 x -- echo 23.5 ± 0.7 22.1 27.6 1.00
mise x -- echo 23.7 ± 0.6 22.3 26.2 1.01 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 env 23.0 ± 0.8 21.4 27.6 1.00 ± 0.05
mise env 22.9 ± 0.7 21.7 32.3 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 hook-env 23.3 ± 0.5 22.1 24.9 1.00
mise hook-env 23.9 ± 0.7 22.6 26.1 1.03 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.1 ls 20.5 ± 0.5 19.3 21.9 1.00
mise ls 20.8 ± 0.4 19.8 22.9 1.02 ± 0.03

xtasks/test/perf

Command mise-2026.4.1 mise Variance
install (cached) 153ms 151ms +1%
ls (cached) 80ms 80ms +0%
bin-paths (cached) 84ms 84ms +0%
task-ls (cached) 811ms 815ms +0%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants