chore: release 2026.4.8#8972
Conversation
Greptile SummaryThis is an automated release PR bumping mise from Confidence Score: 5/5Routine automated release PR — safe to merge immediately. All 11 changed files contain only mechanical version-string substitutions (2026.4.7 → 2026.4.8) and a new CHANGELOG entry. No logic, configuration, or behavior changes are present. The PR title follows the required conventional commit format. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Bot triggers release PR] --> B[Bump version 2026.4.7 → 2026.4.8]
B --> C[Update Cargo.toml & Cargo.lock]
B --> D[Update packaging manifests\nRPM spec, snapcraft.yaml, default.nix]
B --> E[Update shell completions\nbash, zsh, fish, PowerShell]
B --> F[Update README.md example output]
B --> G[Prepend CHANGELOG.md entry]
C & D & E & F & G --> H[PR merged → tag v2026.4.8 created]
H --> I[CI publishes release artifacts]
Reviews (18): Last reviewed commit: "chore: release 2026.4.8" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 2026.4.7 to 2026.4.8 across multiple configuration files, package manifests (Cargo.toml, Cargo.lock, default.nix, packaging/rpm/mise.spec, snapcraft.yaml), and documentation (CHANGELOG.md, README.md). It also updates the version string in shell completion script filenames. The changelog specifically notes a documentation change to remove "recommended for teams" from a pin example. There is no feedback to provide as no review comments were submitted.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.7 x -- echo |
23.3 ± 0.5 | 21.8 | 26.7 | 1.00 |
mise x -- echo |
23.7 ± 0.5 | 22.6 | 27.6 | 1.02 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.7 env |
23.0 ± 0.8 | 21.7 | 32.7 | 1.01 ± 0.04 |
mise env |
22.8 ± 0.6 | 21.3 | 29.1 | 1.00 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.7 hook-env |
22.5 ± 0.6 | 21.6 | 25.0 | 1.00 |
mise hook-env |
22.7 ± 0.4 | 22.0 | 24.3 | 1.01 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.7 ls |
19.7 ± 0.5 | 19.0 | 24.0 | 1.00 |
mise ls |
20.1 ± 0.3 | 19.5 | 21.8 | 1.02 ± 0.03 |
xtasks/test/perf
| Command | mise-2026.4.7 | mise | Variance |
|---|---|---|---|
| install (cached) | 149ms | 149ms | +0% |
| ls (cached) | 79ms | 78ms | +1% |
| bin-paths (cached) | 84ms | 82ms | +2% |
| task-ls (cached) | 805ms | 818ms | -1% |
af852ea to
1748edc
Compare
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
New Contributors