chore: release 2026.4.10#9059
Conversation
Greptile SummaryStandard patch release bumping the version from Confidence Score: 5/5This PR is safe to merge — it is a routine release bump with no logic changes. All version strings are updated consistently across every packaging and completion file, the changelog is properly populated, and no code logic is modified in this PR. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release 2026.4.10] --> B[Cargo.toml / Cargo.lock]
A --> C[Packaging files]
A --> D[Shell completions]
A --> E[CHANGELOG.md]
C --> C1[default.nix]
C --> C2[packaging/rpm/mise.spec]
C --> C3[snapcraft.yaml]
C --> C4[README.md]
D --> D1[completions/_mise zsh]
D --> D2[completions/mise.bash]
D --> D3[completions/mise.fish]
D --> D4[completions/mise.ps1]
E --> E1["Bug fix: ignore MISE_TOOL_VERSION\nin nested postinstall runs #9050"]
Reviews (2): Last reviewed commit: "chore: release 2026.4.10" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the version of mise from 2026.4.9 to 2026.4.10 across the project. The changes include updates to the CHANGELOG.md, Cargo.toml, Cargo.lock, README.md, shell completion scripts, and various packaging configuration files (Nix, RPM, and Snapcraft). I have no feedback to provide as the changes are standard version bump updates.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.9 x -- echo |
25.1 ± 0.4 | 24.2 | 27.8 | 1.00 |
mise x -- echo |
25.4 ± 0.4 | 24.5 | 27.6 | 1.01 ± 0.02 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.9 env |
24.9 ± 0.8 | 23.4 | 31.3 | 1.00 |
mise env |
25.5 ± 0.5 | 24.5 | 30.2 | 1.02 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.9 hook-env |
25.8 ± 0.5 | 24.4 | 28.8 | 1.00 |
mise hook-env |
26.6 ± 0.6 | 25.4 | 33.0 | 1.03 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.9 ls |
23.4 ± 1.1 | 22.1 | 37.5 | 1.00 |
mise ls |
23.7 ± 0.5 | 22.9 | 29.4 | 1.02 ± 0.05 |
xtasks/test/perf
| Command | mise-2026.4.9 | mise | Variance |
|---|---|---|---|
| install (cached) | 158ms | 160ms | -1% |
| ls (cached) | 82ms | 83ms | -1% |
| bin-paths (cached) | 87ms | 87ms | +0% |
| task-ls (cached) | 787ms | 795ms | -1% |
🐛 Bug Fixes