chore: release 2026.4.7#8958
Conversation
Greptile SummaryThis is a standard automated release bump from Confidence Score: 5/5This PR is safe to merge — it is a purely mechanical version bump with no logic changes. All changes are consistent version string updates from 2026.4.6 to 2026.4.7 across packaging files, completions, and the changelog. No logic, configuration, or behavioral changes are introduced in these files. No files require special attention.
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds 2026.4.7 release entry documenting the Python ARM64 Windows fix and new contributor. |
| Cargo.toml | Version bumped from 2026.4.6 to 2026.4.7. |
| Cargo.lock | Lock file updated to reflect the new mise package version. |
| completions/_mise | Spec file cache path updated to use the new version string. |
| completions/mise.bash | Spec file cache path updated to use the new version string. |
| completions/mise.fish | Spec file cache path updated to use the new version string. |
| completions/mise.ps1 | Spec file cache path updated to use the new version string. |
| default.nix | Version bumped from 2026.4.6 to 2026.4.7 for Nix packaging. |
| packaging/rpm/mise.spec | RPM spec version bumped from 2026.4.6 to 2026.4.7. |
| snapcraft.yaml | Snap package version bumped from 2026.4.6 to 2026.4.7. |
| README.md | Version string in the example output updated to 2026.4.7 with updated build date. |
| docs/.vitepress/stars.data.ts | GitHub star count updated from 26.4k to 26.5k. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: 2026.4.7] --> B[CHANGELOG.md updated]
A --> C[Version bumped in Cargo.toml / Cargo.lock]
A --> D[Shell completions updated\n_mise / mise.bash / mise.fish / mise.ps1]
A --> E[Packaging manifests updated\ndefault.nix / mise.spec / snapcraft.yaml]
A --> F[README.md version example updated]
A --> G[docs stars.data.ts updated]
B --> H[Includes: python ARM64 Windows fix #8961]
Reviews (3): Last reviewed commit: "chore: release 2026.4.7" | Re-trigger Greptile
There was a problem hiding this comment.
Code Review
This pull request bumps the version of mise from 2026.4.6 to 2026.4.7 across multiple files, including Cargo.toml, lockfiles, shell completions, and packaging configurations. A review comment points out that the new changelog entry is currently empty and should be populated with the relevant changes for this release.
| @@ -1,5 +1,7 @@ | |||
| # Changelog | |||
|
|
|||
| ## [2026.4.7](https://github.com/jdx/mise/compare/v2026.4.6..v2026.4.7) - 2026-04-08 | |||
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.6 x -- echo |
21.8 ± 0.2 | 21.2 | 24.0 | 1.00 |
mise x -- echo |
22.2 ± 0.2 | 21.5 | 23.6 | 1.02 ± 0.01 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.6 env |
21.4 ± 0.5 | 20.8 | 26.1 | 1.00 |
mise env |
21.7 ± 0.5 | 21.0 | 29.1 | 1.01 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.6 hook-env |
22.3 ± 0.4 | 21.6 | 25.5 | 1.00 |
mise hook-env |
23.0 ± 0.7 | 21.9 | 25.9 | 1.03 ± 0.04 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.6 ls |
19.7 ± 0.3 | 19.1 | 22.9 | 1.00 ± 0.02 |
mise ls |
19.7 ± 0.2 | 19.2 | 20.6 | 1.00 |
xtasks/test/perf
| Command | mise-2026.4.6 | mise | Variance |
|---|---|---|---|
| install (cached) | 147ms | 147ms | +0% |
| ls (cached) | 77ms | 79ms | -2% |
| bin-paths (cached) | 81ms | 81ms | +0% |
| task-ls (cached) | 789ms | 792ms | +0% |
🐛 Bug Fixes
New Contributors