Skip to content

chore: release 2026.4.10#9059

Merged
mise-en-dev merged 1 commit intomainfrom
release
Apr 12, 2026
Merged

chore: release 2026.4.10#9059
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Apr 12, 2026

🐛 Bug Fixes

  • ignore MISE_TOOL_VERSION in nested postinstall runs by @risu729 in #9050

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 12, 2026

Greptile Summary

Standard patch release bumping the version from 2026.4.9 to 2026.4.10. All version strings are updated consistently across Cargo.toml, Cargo.lock, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, README.md, and all four shell completion scripts. The changelog entry is properly populated with the one included bug fix (ignoring MISE_TOOL_VERSION in nested postinstall runs).

Confidence Score: 5/5

This PR is safe to merge — it is a routine release bump with no logic changes.

All version strings are updated consistently across every packaging and completion file, the changelog is properly populated, and no code logic is modified in this PR.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds 2026.4.10 release entry with the MISE_TOOL_VERSION postinstall fix — content is present and correct.
Cargo.toml Version bumped from 2026.4.9 to 2026.4.10, consistent with the release.
Cargo.lock Lock file updated to reflect the mise package version bump.
completions/_mise Spec file cache name updated from 2026_4_9 to 2026_4_10 to match new version.
default.nix Nix package version bumped to 2026.4.10.
packaging/rpm/mise.spec RPM spec version bumped to 2026.4.10.
snapcraft.yaml Snapcraft version bumped to 2026.4.10.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release 2026.4.10] --> B[Cargo.toml / Cargo.lock]
    A --> C[Packaging files]
    A --> D[Shell completions]
    A --> E[CHANGELOG.md]
    C --> C1[default.nix]
    C --> C2[packaging/rpm/mise.spec]
    C --> C3[snapcraft.yaml]
    C --> C4[README.md]
    D --> D1[completions/_mise zsh]
    D --> D2[completions/mise.bash]
    D --> D3[completions/mise.fish]
    D --> D4[completions/mise.ps1]
    E --> E1["Bug fix: ignore MISE_TOOL_VERSION\nin nested postinstall runs #9050"]
Loading

Reviews (2): Last reviewed commit: "chore: release 2026.4.10" | Re-trigger Greptile

Comment thread CHANGELOG.md
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of mise from 2026.4.9 to 2026.4.10 across the project. The changes include updates to the CHANGELOG.md, Cargo.toml, Cargo.lock, README.md, shell completion scripts, and various packaging configuration files (Nix, RPM, and Snapcraft). I have no feedback to provide as the changes are standard version bump updates.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.9 x -- echo 25.1 ± 0.4 24.2 27.8 1.00
mise x -- echo 25.4 ± 0.4 24.5 27.6 1.01 ± 0.02

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.9 env 24.9 ± 0.8 23.4 31.3 1.00
mise env 25.5 ± 0.5 24.5 30.2 1.02 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.9 hook-env 25.8 ± 0.5 24.4 28.8 1.00
mise hook-env 26.6 ± 0.6 25.4 33.0 1.03 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.9 ls 23.4 ± 1.1 22.1 37.5 1.00
mise ls 23.7 ± 0.5 22.9 29.4 1.02 ± 0.05

xtasks/test/perf

Command mise-2026.4.9 mise Variance
install (cached) 158ms 160ms -1%
ls (cached) 82ms 83ms -1%
bin-paths (cached) 87ms 87ms +0%
task-ls (cached) 787ms 795ms -1%

@mise-en-dev mise-en-dev merged commit d4d4681 into main Apr 12, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 12, 2026 10:20
KOBeerose pushed a commit to KobeTools/mise that referenced this pull request Apr 13, 2026
### 🐛 Bug Fixes

- ignore MISE_TOOL_VERSION in nested postinstall runs by @risu729 in
[jdx#9050](jdx#9050)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant