chore: release 2026.4.2#8848
Conversation
Greptile SummaryThis is a standard release PR bumping mise from version Confidence Score: 5/5This PR is safe to merge — it is a mechanical version bump with no logic changes. All 12 changed files are version string updates, CHANGELOG additions, or a star-count refresh. Every version reference is consistently updated to 2026.4.2 and the date to 2026-04-03. No logic, configuration semantics, or behaviour is altered. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release PR: 2026.4.2] --> B[Version Bumps]
A --> C[CHANGELOG Entry]
B --> D[Cargo.toml / Cargo.lock]
B --> E[default.nix]
B --> F[snapcraft.yaml]
B --> G[packaging/rpm/mise.spec]
B --> H[Shell Completions
_mise / mise.bash / mise.fish / mise.ps1]
B --> I[README.md]
C --> J[Features: process sandboxing exec/run]
C --> K[Docs: RUNTIME.osType/archType fixes]
C --> L[Deps: Docker digest updates]
Reviews (7): Last reviewed commit: "chore: release 2026.4.2" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request bumps the version of mise from 2026.4.1 to 2026.4.2. The changes include updating the changelog to reflect the addition of process sandboxing for 'mise x' and 'mise run', as well as updating version strings in Cargo files, documentation, shell completions, and packaging configurations. I have no feedback to provide as there are no review comments.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.1 x -- echo |
22.6 ± 0.4 | 21.5 | 25.4 | 1.00 |
mise x -- echo |
23.2 ± 0.5 | 22.3 | 25.4 | 1.03 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.1 env |
22.6 ± 0.7 | 21.2 | 29.1 | 1.00 |
mise env |
23.0 ± 0.5 | 21.9 | 25.2 | 1.02 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.1 hook-env |
22.8 ± 0.4 | 21.8 | 24.3 | 1.00 |
mise hook-env |
23.7 ± 0.5 | 22.6 | 25.2 | 1.04 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.4.1 ls |
20.2 ± 0.4 | 19.3 | 22.3 | 1.00 |
mise ls |
21.2 ± 0.4 | 20.3 | 25.3 | 1.05 ± 0.03 |
xtasks/test/perf
| Command | mise-2026.4.1 | mise | Variance |
|---|---|---|---|
| install (cached) | 149ms | 153ms | -2% |
| ls (cached) | 78ms | 80ms | -2% |
| bin-paths (cached) | 83ms | 83ms | +0% |
| task-ls (cached) | 801ms | -70% |
981161a to
98c88de
Compare
🚀 Features
📚 Documentation
📦️ Dependency Updates
New Contributors