Skip to content

chore: release 2026.4.6#8942

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

chore: release 2026.4.6#8942
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 6, 2026

🚀 Features

🐛 Bug Fixes

  • (env) include tools-only redactions in mise env --redacted by @jakedgy in #8956
  • (env) pass dependency env to vfox backend plugin hooks by @cprecioso in #8952
  • (shim) fix race condition when removing in make_shim, when multiple plugins provide the same shim by @brander-john in #8947
  • (spm) derive API URL from host for self-hosted instances by @ThomasDutartre in #8955
  • (task) resolve env vars in usage tera templates when flags are provided by @jdx in #8957

📚 Documentation

  • (python) clarify attestation settings must be under [settings] in mise.toml by @fru1tworld in #8939

📦 Registry

Chore

  • (ci) remove auto-draft PR workflow by @jdx in #8945

New Contributors

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 bumps the version of mise from 2026.4.5 to 2026.4.6 across multiple files, including Cargo.toml, Cargo.lock, shell completion scripts, and various packaging manifests. The CHANGELOG.md has also been updated to reflect a documentation clarification regarding Python attestation settings. I have no feedback to provide.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 6, 2026

Greptile Summary

This is a standard release PR that bumps mise from version 2026.4.5 to 2026.4.6. All version references are consistently updated across Cargo.toml, Cargo.lock, README.md, shell completions, default.nix, packaging/rpm/mise.spec, and snapcraft.yaml, along with a CHANGELOG.md entry summarizing the included changes.

Confidence Score: 5/5

This PR is safe to merge — it is a clean, automated version bump with no logic changes.

All version references are consistently updated to 2026.4.6 across every relevant file. The changelog accurately reflects the included PRs. No code logic is changed; only version strings and the completion spec file cache paths are updated.

No files require special attention.

Vulnerabilities

No security concerns identified. This PR contains only version bump changes across packaging and completion files, with no new code logic introduced.

Important Files Changed

Filename Overview
CHANGELOG.md New changelog entry added for 2026.4.6 with all included PRs documented correctly.
Cargo.toml Version bumped from 2026.4.5 to 2026.4.6.
Cargo.lock Lock file updated to reflect the new mise package version 2026.4.6.
README.md Version display in README updated from 2026.4.5 to 2026.4.6 with correct date 2026-04-07.
completions/_mise Zsh completion spec file path updated to use 2026_4_6 suffix.
completions/mise.bash Bash completion spec file path updated to use 2026_4_6 suffix.
completions/mise.fish Fish completion spec file path updated to use 2026_4_6 suffix.
completions/mise.ps1 PowerShell completion spec file path updated to use 2026_4_6 suffix.
default.nix Nix derivation version bumped to 2026.4.6.
packaging/rpm/mise.spec RPM spec version bumped to 2026.4.6.
snapcraft.yaml Snapcraft version bumped to 2026.4.6.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release PR: chore release 2026.4.6] --> B[Version Bump Files]
    B --> B1[Cargo.toml / Cargo.lock]
    B --> B2[default.nix]
    B --> B3[packaging/rpm/mise.spec]
    B --> B4[snapcraft.yaml]
    B --> B5[README.md]
    A --> C[Completion Scripts]
    C --> C1[completions/_mise]
    C --> C2[completions/mise.bash]
    C --> C3[completions/mise.fish]
    C --> C4[completions/mise.ps1]
    A --> D[CHANGELOG.md]
    D --> D1[Features: Tera template support in miserc.toml]
    D --> D2[Bug Fixes: env redactions, vfox env, shim race condition, spm API URL, task env vars]
    D --> D3[Registry: sing-box added]
Loading

Reviews (10): Last reviewed commit: "chore: release 2026.4.6" | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.5 x -- echo 22.4 ± 0.5 21.6 27.2 1.00
mise x -- echo 23.1 ± 2.5 21.9 76.7 1.03 ± 0.11

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.5 env 21.9 ± 0.5 21.1 26.3 1.00
mise env 22.4 ± 0.4 21.4 23.7 1.02 ± 0.03

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.5 hook-env 22.7 ± 0.7 21.8 33.7 1.00
mise hook-env 23.2 ± 0.5 22.0 25.8 1.02 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.5 ls 20.0 ± 0.4 19.0 21.3 1.00
mise ls 20.5 ± 0.5 19.5 24.8 1.03 ± 0.03

xtasks/test/perf

Command mise-2026.4.5 mise Variance
install (cached) 149ms 149ms +0%
ls (cached) 78ms 78ms +0%
bin-paths (cached) 83ms 83ms +0%
task-ls (cached) 805ms 804ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 5 times, most recently from a0aefec to 80ccf1d Compare April 7, 2026 00:18
@mise-en-dev mise-en-dev enabled auto-merge (squash) April 7, 2026 10:29
@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 0df5dd1 to 0ef87c6 Compare April 7, 2026 22:22
@mise-en-dev mise-en-dev merged commit cf08e2b into main Apr 7, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 7, 2026 23:32
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