Conversation
Greptile SummaryThis is an automated release PR bumping mise from 2026.4.13 to 2026.4.14, with the only substantive change being the Confidence Score: 5/5Safe to merge — standard automated release commit with consistent version bumps across all packaging files and no logic changes. All changed files are version/metadata/packaging artifacts updated consistently to 2026.4.14. The only dependency change is the sigstore-verification lockfile bump. No code logic was modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["chore: bump sigstore-verification\n(commit 68ffcb3e)"] --> B["chore: release 2026.4.14\n(commit 76b45d72)"]
B --> C["Version bump: 2026.4.13 → 2026.4.14"]
C --> D["Cargo.toml"]
C --> E["snapcraft.yaml"]
C --> F["packaging/rpm/mise.spec"]
C --> G["default.nix"]
C --> H["CHANGELOG.md"]
C --> I["Completions regenerated\n(_mise, .bash, .fish, .ps1)"]
C --> J["Cargo.lock\nsigstore-verification @ 0.2.5"]
Reviews (2): Last reviewed commit: "chore: release 2026.4.14" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 2026.4.12 to 2026.4.13 across multiple files, including Cargo manifests, shell completion scripts, and packaging metadata. It also updates the CHANGELOG.md with recent bug fixes and dependency updates. I have no feedback to provide.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.12 x -- echo |
23.3 ± 0.7 | 22.5 | 36.2 | 1.00 |
mise x -- echo |
23.9 ± 0.4 | 22.7 | 27.0 | 1.03 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.12 env |
22.8 ± 0.8 | 21.9 | 30.7 | 1.00 |
mise env |
23.1 ± 0.3 | 22.4 | 24.3 | 1.01 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.12 hook-env |
23.3 ± 0.4 | 22.5 | 25.6 | 1.00 |
mise hook-env |
23.6 ± 0.4 | 22.7 | 26.2 | 1.01 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.12 ls |
20.6 ± 0.6 | 19.7 | 28.5 | 1.00 |
mise ls |
21.1 ± 0.4 | 20.1 | 24.2 | 1.02 ± 0.04 |
xtasks/test/perf
| Command | mise-2026.4.12 | mise | Variance |
|---|---|---|---|
| install (cached) | 152ms | 150ms | +1% |
| ls (cached) | 80ms | 79ms | +1% |
| bin-paths (cached) | 84ms | 83ms | +1% |
| task-ls (cached) | 802ms | 812ms | -1% |
Chore