chore: release 2026.4.21#9356
Conversation
Greptile SummaryThis is a routine automated release PR bumping mise from Confidence Score: 5/5This PR is safe to merge — all changes are mechanical version bumps with no logic modifications. All 12 changed files contain only automated version string updates and a lock file addition. No logic, security, or behavioral changes were introduced. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: 2026.4.20 → 2026.4.21] --> B[Version Manifests]
A --> C[Completion Scripts]
A --> D[Lock Files]
A --> E[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[mise.lock +macos-arm64 aube entry]
E --> E1[CHANGELOG.md]
E --> E2[README.md]
Reviews (14): Last reviewed commit: "chore: release 2026.4.21" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request increments the version of mise from 2026.4.20 to 2026.4.21 across multiple files, including Cargo.toml, Cargo.lock, shell completion scripts, and various packaging manifests. Additionally, the CHANGELOG.md is updated to document a dependency update for the Ubuntu Docker tag. I have no feedback to provide.
14f4dd2 to
c76b736
Compare
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.20 x -- echo |
23.5 ± 0.2 | 23.0 | 24.8 | 1.00 |
mise x -- echo |
24.0 ± 0.2 | 23.5 | 25.0 | 1.02 ± 0.01 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.20 env |
23.0 ± 0.5 | 22.4 | 27.9 | 1.00 |
mise env |
23.3 ± 0.2 | 22.9 | 24.0 | 1.01 ± 0.02 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.20 hook-env |
23.7 ± 0.2 | 23.2 | 26.0 | 1.00 |
mise hook-env |
24.1 ± 0.2 | 23.5 | 25.0 | 1.02 ± 0.01 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.20 ls |
23.5 ± 0.2 | 23.0 | 24.5 | 1.00 |
mise ls |
24.3 ± 0.7 | 23.7 | 36.0 | 1.04 ± 0.03 |
xtasks/test/perf
| Command | mise-2026.4.20 | mise | Variance |
|---|---|---|---|
| install (cached) | 168ms | 175ms | -4% |
| ls (cached) | 80ms | 82ms | -2% |
| bin-paths (cached) | 82ms | 84ms | -2% |
| task-ls (cached) | 783ms | 785ms | +0% |
315a692 to
ef0cea2
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore
New Contributors