chore: release 2026.4.26#9450
Conversation
Greptile SummaryThis is an automated release PR bumping the version from Confidence Score: 5/5Safe to merge — all changes are consistent, mechanical version bumps with no logic changes. Every changed file contains only a version string update from 2026.4.25 to 2026.4.26 or a changelog addition. No code logic, security-sensitive paths, or behavioral changes are present. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: 2026.4.26] --> 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]
A --> H[Completion Scripts]
H --> I[completions/_mise]
H --> J[completions/mise.bash]
H --> K[completions/mise.fish]
H --> L[completions/mise.ps1]
A --> M[CHANGELOG.md]
M --> N[Features, Bug Fixes, Dep Updates, New Contributors]
Reviews (14): Last reviewed commit: "[autofix.ci] apply automated fixes" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the version of mise to 2026.4.26 across the repository, including the changelog, package manifests, shell completion scripts, and documentation. Additionally, the mise.lock file was updated to include platform-specific entries for Node.js, though the version was downgraded to 24.14.0. I have no feedback to provide.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.25 x -- echo |
19.2 ± 0.4 | 18.0 | 21.2 | 1.00 |
mise x -- echo |
20.0 ± 0.5 | 18.9 | 26.0 | 1.04 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.25 env |
18.8 ± 0.6 | 17.7 | 24.4 | 1.00 |
mise env |
19.5 ± 0.4 | 18.7 | 21.5 | 1.04 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.25 hook-env |
19.3 ± 0.4 | 18.4 | 21.2 | 1.00 |
mise hook-env |
20.1 ± 0.5 | 18.8 | 23.0 | 1.04 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.25 ls |
20.3 ± 0.4 | 19.4 | 23.7 | 1.00 |
mise ls |
21.3 ± 0.4 | 20.0 | 22.7 | 1.05 ± 0.03 |
xtasks/test/perf
| Command | mise-2026.4.25 | mise | Variance |
|---|---|---|---|
| install (cached) | 121ms | 126ms | -3% |
| ls (cached) | 70ms | 72ms | -2% |
| bin-paths (cached) | 70ms | 71ms | -1% |
| task-ls (cached) | 727ms | 733ms | +0% |
02dd1c9 to
f131124
Compare
🚀 Features
🐛 Bug Fixes
-Evalcorrectly by @bts in #9456📦️ Dependency Updates
New Contributors