chore: release 2026.4.5#8921
Conversation
Greptile SummaryThis is a routine release PR bumping mise from Changes included in this release:
Version bump coverage: All 12 changed files consistently reflect the new version — Confidence Score: 5/5Safe to merge — this is a purely mechanical version bump with no logic changes. All 12 files contain only consistent, expected version string updates from 2026.4.4 to 2026.4.5. The completion script cache-key renaming is correct and intentional. No logic, no security, no correctness concerns. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: v2026.4.5] --> B[Version Files]
A --> C[Completion Scripts]
A --> D[Documentation]
B --> B1[Cargo.toml]
B --> B2[Cargo.lock]
B --> B3[default.nix]
B --> B4[packaging/rpm/mise.spec]
B --> B5[snapcraft.yaml]
C --> C1[completions/_mise]
C --> C2[completions/mise.bash]
C --> C3[completions/mise.fish]
C --> C4[completions/mise.ps1]
D --> D1[README.md]
D --> D2[CHANGELOG.md]
D --> D3[docs/.vitepress/stars.data.ts]
Reviews (11): Last reviewed commit: "chore: release 2026.4.5" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the version of mise from 2026.4.4 to 2026.4.5 across various project files, including Cargo.toml, Cargo.lock, shell completion scripts, and packaging configurations. Additionally, it updates the CHANGELOG.md to include a new feature for GitLab and Forgejo token sources and increments the star count in the documentation. I have no feedback to provide.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.4 x -- echo |
23.3 ± 0.5 | 22.1 | 25.1 | 1.00 |
mise x -- echo |
23.6 ± 0.8 | 22.3 | 36.8 | 1.01 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.4 env |
22.8 ± 0.8 | 21.5 | 29.7 | 1.00 |
mise env |
23.0 ± 0.5 | 21.8 | 25.6 | 1.01 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.4 hook-env |
23.2 ± 0.4 | 22.3 | 25.3 | 1.00 |
mise hook-env |
23.8 ± 0.5 | 22.6 | 25.9 | 1.02 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.4 ls |
20.2 ± 0.6 | 19.4 | 26.1 | 1.00 |
mise ls |
20.9 ± 1.0 | 19.8 | 35.6 | 1.03 ± 0.06 |
xtasks/test/perf
| Command | mise-2026.4.4 | mise | Variance |
|---|---|---|---|
| install (cached) | 149ms | 149ms | +0% |
| ls (cached) | 79ms | 78ms | +1% |
| bin-paths (cached) | 84ms | 84ms | +0% |
| task-ls (cached) | 813ms | 814ms | +0% |
5964bd3 to
5c2f2be
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors