Skip to content

chore: release 2026.4.5#8921

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

chore: release 2026.4.5#8921
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 5, 2026

🚀 Features

  • (config) report env files in config ls and doctor output by @SamSoldatenko in #8853
  • add support for token sources in GitLab and Forgejo by @roele in #8868

🐛 Bug Fixes

  • (aqua) prevent double .exe extension when Windows override URL already ends in .exe by @yusei-wy in #8863
  • (bash) avoid duplicate trust warning after cd by @timothysparg in #8920
  • (env) prevent config root injection into PATH via _.source by @jdx in #8936
  • (install) suppress spurious dependency warning when tool is configured by @jdx in #8923

📚 Documentation

  • (node) add section on pinning npm version by @jdx in #8925
  • add Windows default paths and mise.toml examples alongside CLI commands by @jdx in #8926
  • clarify common sources of confusion from GitHub discussions by @jdx in #8927
  • clarify Python venv mechanisms, JAVA_HOME behavior, and activation performance by @jdx in #8928
  • add FAQ and troubleshooting entries based on common Discord questions by @jdx in #8930

New Contributors

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 5, 2026

Greptile Summary

This is a routine release PR bumping mise from v2026.4.4 to v2026.4.5. All version strings are updated consistently across the project's packaging and distribution files.

Changes included in this release:

  • Features: Config env file reporting in config ls/doctor output; token source support for GitLab and Forgejo
  • Bug Fixes: Double .exe extension prevention for Windows aqua URLs; duplicate trust warning after cd in bash; PATH injection prevention via _.source; suppression of spurious dependency warnings
  • Documentation: Node npm pinning guide; Windows default paths; Python venv/JAVA_HOME clarifications; FAQ/troubleshooting additions

Version bump coverage: All 12 changed files consistently reflect the new version — Cargo.toml, Cargo.lock, default.nix, packaging/rpm/mise.spec, snapcraft.yaml, README.md, CHANGELOG.md, all four shell completion scripts, and the VitePress star count.

Confidence Score: 5/5

Safe to merge — this is a purely mechanical version bump with no logic changes.

All 12 files contain only consistent, expected version string updates from 2026.4.4 to 2026.4.5. The completion script cache-key renaming is correct and intentional. No logic, no security, no correctness concerns.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Added v2026.4.5 changelog entry with features, bug fixes, documentation updates, and new contributors
Cargo.toml Package version bumped from 2026.4.4 to 2026.4.5
Cargo.lock Auto-generated lockfile updated to reflect mise package version bump to 2026.4.5
README.md Version display string updated to 2026.4.5 with updated build date
completions/_mise Spec file cache key updated to 2026_4_5 to invalidate stale zsh completions
completions/mise.bash Spec file cache key updated to 2026_4_5 to invalidate stale bash completions
completions/mise.fish Spec file cache key updated to 2026_4_5 to invalidate stale fish completions
completions/mise.ps1 Spec file cache key updated to 2026_4_5 to invalidate stale PowerShell completions
default.nix Nix package version bumped from 2026.4.4 to 2026.4.5
docs/.vitepress/stars.data.ts GitHub star count updated from 26.3k to 26.4k
packaging/rpm/mise.spec RPM spec version bumped from 2026.4.4 to 2026.4.5
snapcraft.yaml Snap package version bumped from 2026.4.4 to 2026.4.5

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release PR: v2026.4.5] --> B[Version Files]
    A --> C[Completion Scripts]
    A --> D[Documentation]
    B --> B1[Cargo.toml]
    B --> B2[Cargo.lock]
    B --> B3[default.nix]
    B --> B4[packaging/rpm/mise.spec]
    B --> B5[snapcraft.yaml]
    C --> C1[completions/_mise]
    C --> C2[completions/mise.bash]
    C --> C3[completions/mise.fish]
    C --> C4[completions/mise.ps1]
    D --> D1[README.md]
    D --> D2[CHANGELOG.md]
    D --> D3[docs/.vitepress/stars.data.ts]
Loading

Reviews (11): Last reviewed commit: "chore: release 2026.4.5" | Re-trigger Greptile

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.4 to 2026.4.5 across various project files, including Cargo.toml, Cargo.lock, shell completion scripts, and packaging configurations. Additionally, it updates the CHANGELOG.md to include a new feature for GitLab and Forgejo token sources and increments the star count in the documentation. I have no feedback to provide.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 5, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.4 x -- echo 23.3 ± 0.5 22.1 25.1 1.00
mise x -- echo 23.6 ± 0.8 22.3 36.8 1.01 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.4 env 22.8 ± 0.8 21.5 29.7 1.00
mise env 23.0 ± 0.5 21.8 25.6 1.01 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.4 hook-env 23.2 ± 0.4 22.3 25.3 1.00
mise hook-env 23.8 ± 0.5 22.6 25.9 1.02 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.4 ls 20.2 ± 0.6 19.4 26.1 1.00
mise ls 20.9 ± 1.0 19.8 35.6 1.03 ± 0.06

xtasks/test/perf

Command mise-2026.4.4 mise Variance
install (cached) 149ms 149ms +0%
ls (cached) 79ms 78ms +1%
bin-paths (cached) 84ms 84ms +0%
task-ls (cached) 813ms 814ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 9 times, most recently from 5964bd3 to 5c2f2be Compare April 6, 2026 02:35
@mise-en-dev mise-en-dev merged commit 09639ac into main Apr 6, 2026
63 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 6, 2026 10:31
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