Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR bumps mise from 2026.5.17 to 2026.5.18 across Cargo.toml, packaging (Nix, RPM, snap), README example, and shell completion spec filenames; CHANGELOG adds a 2026.5.18 release section with a hook script arrays feature and several bug fixes. ChangesMise 2026.5.18 Release Bump
🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis is a standard automated release PR bumping mise from version
Confidence Score: 5/5Safe to merge — all changes are mechanical version string updates generated as part of the automated release process. Every changed file contains only a version string bump from 2026.5.17 to 2026.5.18, plus the corresponding CHANGELOG entry. Version strings are updated consistently across Cargo manifests, packaging files, shell completion caches, and documentation. No logic, configuration, or behavior is altered. No files require special attention. Important Files Changed
Reviews (11): Last reviewed commit: "chore: release 2026.5.18" | Re-trigger Greptile |
08324eb to
f54cfd6
Compare
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 x -- echo |
18.6 ± 0.9 | 16.6 | 22.1 | 1.00 |
mise x -- echo |
19.3 ± 2.3 | 17.3 | 65.9 | 1.04 ± 0.14 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 env |
18.6 ± 2.5 | 16.3 | 37.4 | 1.00 |
mise env |
18.7 ± 0.9 | 17.0 | 24.5 | 1.00 ± 0.14 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 hook-env |
18.7 ± 0.9 | 17.1 | 22.8 | 1.00 |
mise hook-env |
20.1 ± 1.4 | 17.7 | 25.5 | 1.08 ± 0.09 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.16 ls |
16.7 ± 1.1 | 14.6 | 21.7 | 1.00 |
mise ls |
18.7 ± 1.3 | 15.8 | 24.2 | 1.12 ± 0.11 |
ls measured 12% slower, but the relative uncertainty overlaps the 10% threshold. |
xtasks/test/perf
| Command | mise-2026.5.16 | mise | Variance |
|---|---|---|---|
| install (cached) | 145ms | 146ms | +0% |
| ls (cached) | 66ms | 67ms | -1% |
| bin-paths (cached) | 75ms | 74ms | +1% |
| task-ls (cached) | 145ms | 147ms | -1% |
57d68f9 to
df8cc10
Compare
🚀 Features
🐛 Bug Fixes
Chore