chore: release 2026.4.11#9063
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version of mise from 2026.4.10 to 2026.4.11 across the project's metadata, package specifications, and shell completion files. The changelog has also been updated to reflect a bug fix for task dependency template rendering. I have no feedback to provide.
Greptile SummaryThis is an automated release commit for version Confidence Score: 5/5Safe to merge — purely mechanical version bump with no functional code changes. All changed files are version strings, the auto-generated lock file, regenerated completions, and the changelog. Version numbers are consistent across Cargo.toml, default.nix, mise.spec, and snapcraft.yaml (all 2026.4.11). No logic changes introduced. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Bot triggers release] --> B[Bump version to 2026.4.11]
B --> C[Update Cargo.toml]
B --> D[Update Cargo.lock]
B --> E[Update default.nix]
B --> F[Update packaging/rpm/mise.spec]
B --> G[Update snapcraft.yaml]
B --> H[Update README.md]
B --> I[Regenerate completions]
B --> J[Update CHANGELOG.md]
J --> K[Includes 3 bug fixes from PRs 9061, 9062, 9065]
Reviews (4): Last reviewed commit: "chore: release 2026.4.11" | Re-trigger Greptile |
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.10 x -- echo |
23.1 ± 0.9 | 21.6 | 33.0 | 1.00 |
mise x -- echo |
23.2 ± 0.5 | 22.0 | 27.9 | 1.01 ± 0.05 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.10 env |
21.9 ± 0.6 | 20.9 | 26.3 | 1.00 |
mise env |
22.3 ± 0.3 | 21.7 | 23.7 | 1.02 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.10 hook-env |
22.8 ± 0.6 | 21.9 | 27.3 | 1.00 |
mise hook-env |
24.1 ± 0.9 | 22.2 | 29.9 | 1.06 ± 0.05 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.10 ls |
20.2 ± 0.8 | 19.0 | 27.4 | 1.00 |
mise ls |
20.4 ± 0.6 | 19.4 | 23.0 | 1.01 ± 0.05 |
xtasks/test/perf
| Command | mise-2026.4.10 | mise | Variance |
|---|---|---|---|
| install (cached) | 149ms | 149ms | +0% |
| ls (cached) | 78ms | 78ms | +0% |
| bin-paths (cached) | 82ms | 82ms | +0% |
| task-ls (cached) | 807ms | 797ms | +1% |
049ad52 to
1e21699
Compare
🐛 Bug Fixes
New Contributors