chore: release 2026.4.6#8942
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the version of mise from 2026.4.5 to 2026.4.6 across multiple files, including Cargo.toml, Cargo.lock, shell completion scripts, and various packaging manifests. The CHANGELOG.md has also been updated to reflect a documentation clarification regarding Python attestation settings. I have no feedback to provide.
Greptile SummaryThis is a standard release PR that bumps mise from version Confidence Score: 5/5This PR is safe to merge — it is a clean, automated version bump with no logic changes. All version references are consistently updated to 2026.4.6 across every relevant file. The changelog accurately reflects the included PRs. No code logic is changed; only version strings and the completion spec file cache paths are updated. No files require special attention.
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | New changelog entry added for 2026.4.6 with all included PRs documented correctly. |
| Cargo.toml | Version bumped from 2026.4.5 to 2026.4.6. |
| Cargo.lock | Lock file updated to reflect the new mise package version 2026.4.6. |
| README.md | Version display in README updated from 2026.4.5 to 2026.4.6 with correct date 2026-04-07. |
| completions/_mise | Zsh completion spec file path updated to use 2026_4_6 suffix. |
| completions/mise.bash | Bash completion spec file path updated to use 2026_4_6 suffix. |
| completions/mise.fish | Fish completion spec file path updated to use 2026_4_6 suffix. |
| completions/mise.ps1 | PowerShell completion spec file path updated to use 2026_4_6 suffix. |
| default.nix | Nix derivation version bumped to 2026.4.6. |
| packaging/rpm/mise.spec | RPM spec version bumped to 2026.4.6. |
| snapcraft.yaml | Snapcraft version bumped to 2026.4.6. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: chore release 2026.4.6] --> B[Version Bump Files]
B --> B1[Cargo.toml / Cargo.lock]
B --> B2[default.nix]
B --> B3[packaging/rpm/mise.spec]
B --> B4[snapcraft.yaml]
B --> B5[README.md]
A --> C[Completion Scripts]
C --> C1[completions/_mise]
C --> C2[completions/mise.bash]
C --> C3[completions/mise.fish]
C --> C4[completions/mise.ps1]
A --> D[CHANGELOG.md]
D --> D1[Features: Tera template support in miserc.toml]
D --> D2[Bug Fixes: env redactions, vfox env, shim race condition, spm API URL, task env vars]
D --> D3[Registry: sing-box added]
Reviews (10): Last reviewed commit: "chore: release 2026.4.6" | Re-trigger Greptile
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.5 x -- echo |
22.4 ± 0.5 | 21.6 | 27.2 | 1.00 |
mise x -- echo |
23.1 ± 2.5 | 21.9 | 76.7 | 1.03 ± 0.11 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.5 env |
21.9 ± 0.5 | 21.1 | 26.3 | 1.00 |
mise env |
22.4 ± 0.4 | 21.4 | 23.7 | 1.02 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.5 hook-env |
22.7 ± 0.7 | 21.8 | 33.7 | 1.00 |
mise hook-env |
23.2 ± 0.5 | 22.0 | 25.8 | 1.02 ± 0.04 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.5 ls |
20.0 ± 0.4 | 19.0 | 21.3 | 1.00 |
mise ls |
20.5 ± 0.5 | 19.5 | 24.8 | 1.03 ± 0.03 |
xtasks/test/perf
| Command | mise-2026.4.5 | mise | Variance |
|---|---|---|---|
| install (cached) | 149ms | 149ms | +0% |
| ls (cached) | 78ms | 78ms | +0% |
| bin-paths (cached) | 83ms | 83ms | +0% |
| task-ls (cached) | 805ms | 804ms | +0% |
a0aefec to
80ccf1d
Compare
0df5dd1 to
0ef87c6
Compare
🚀 Features
🐛 Bug Fixes
mise env --redactedby @jakedgy in #8956📚 Documentation
📦 Registry
Chore
New Contributors