Skip to content

chore: release 2026.4.8#8972

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

chore: release 2026.4.8#8972
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 9, 2026

🚀 Features

  • (config) add lockfile_platforms setting to restrict lockfile platforms by @cameronbrill in #8966
  • (sandbox) support wildcard patterns in allow_env by @jdx in #8974
  • bump usage-lib v2 → v3 to render examples in task --help by @baby-joel in #8890

🐛 Bug Fixes

  • (activate) handle empty __MISE_FLAGS array with set -u on bash 3.2 by @jdx in #8988
  • (env) add trace logging for module hook PATH diagnostics by @jdx in #8981
  • (go) Query module proxy directly for version resolution by @c22 in #8968
  • (install) render tera templates in tool postinstall hooks by @jdx in #8978
  • (install) add missing env vars to tool postinstall hooks by @jdx in #8977
  • (task) prevent hang when skipped task has dependents by @jdx in #8937
  • (task) invalidate dependent task sources when dependency runs by @jdx in #8975
  • (task) prevent deadlock when MISE_JOBS=1 with sub-task references by @jdx in #8976
  • (task) fetch remote task files before parsing usage specs by @jdx in #8979
  • (task) prevent panic when running parallel sub-tasks with replacing output by @jdx in #8986
  • (upgrade) update lockfile and config when upgrading to specific version by @jdx in #8983

📚 Documentation

  • (node) remove "recommended for teams" from pin example by @jdx in b334363

📦️ Dependency Updates

  • update ghcr.io/jdx/mise:alpine docker digest to 17a29f2 by @renovate[bot] in #8995
  • update docker/dockerfile:1 docker digest to 2780b5c by @renovate[bot] in #8994

New Contributors

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 9, 2026

Greptile Summary

This is an automated release PR bumping mise from 2026.4.7 to 2026.4.8, updating the version string across all packaging manifests, shell completion scripts, and documentation, and adding the corresponding CHANGELOG entry. No logic changes are present — all diffs are mechanical version substitutions.

Confidence Score: 5/5

Routine automated release PR — safe to merge immediately.

All 11 changed files contain only mechanical version-string substitutions (2026.4.7 → 2026.4.8) and a new CHANGELOG entry. No logic, configuration, or behavior changes are present. The PR title follows the required conventional commit format.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Prepends new v2026.4.8 release section with features, bug fixes, docs, and dependency updates — correctly formatted and matches PR description.
Cargo.toml Version bumped from 2026.4.7 to 2026.4.8.
Cargo.lock Lock file updated to reflect the mise package version bump.
README.md Example version output updated to 2026.4.8 with date 2026-04-10.
completions/_mise Spec cache filename updated to include new version 2026_4_8 (zsh completion).
completions/mise.bash Spec cache filename updated to include new version 2026_4_8 (bash completion).
completions/mise.fish Spec cache filename updated to include new version 2026_4_8 (fish completion).
completions/mise.ps1 KDL spec cache filename updated to include new version 2026_4_8 (PowerShell completion).
default.nix Version bumped to 2026.4.8 for Nix package definition.
packaging/rpm/mise.spec RPM spec version bumped to 2026.4.8.
snapcraft.yaml Snapcraft package version bumped to 2026.4.8.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Bot triggers release PR] --> B[Bump version 2026.4.7 → 2026.4.8]
    B --> C[Update Cargo.toml & Cargo.lock]
    B --> D[Update packaging manifests\nRPM spec, snapcraft.yaml, default.nix]
    B --> E[Update shell completions\nbash, zsh, fish, PowerShell]
    B --> F[Update README.md example output]
    B --> G[Prepend CHANGELOG.md entry]
    C & D & E & F & G --> H[PR merged → tag v2026.4.8 created]
    H --> I[CI publishes release artifacts]
Loading

Reviews (18): Last reviewed commit: "chore: release 2026.4.8" | 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 project version from 2026.4.7 to 2026.4.8 across multiple configuration files, package manifests (Cargo.toml, Cargo.lock, default.nix, packaging/rpm/mise.spec, snapcraft.yaml), and documentation (CHANGELOG.md, README.md). It also updates the version string in shell completion script filenames. The changelog specifically notes a documentation change to remove "recommended for teams" from a pin example. There is no feedback to provide as no review comments were submitted.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.7 x -- echo 23.3 ± 0.5 21.8 26.7 1.00
mise x -- echo 23.7 ± 0.5 22.6 27.6 1.02 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.7 env 23.0 ± 0.8 21.7 32.7 1.01 ± 0.04
mise env 22.8 ± 0.6 21.3 29.1 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.7 hook-env 22.5 ± 0.6 21.6 25.0 1.00
mise hook-env 22.7 ± 0.4 22.0 24.3 1.01 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.7 ls 19.7 ± 0.5 19.0 24.0 1.00
mise ls 20.1 ± 0.3 19.5 21.8 1.02 ± 0.03

xtasks/test/perf

Command mise-2026.4.7 mise Variance
install (cached) 149ms 149ms +0%
ls (cached) 79ms 78ms +1%
bin-paths (cached) 84ms 82ms +2%
task-ls (cached) 805ms 818ms -1%

@mise-en-dev mise-en-dev force-pushed the release branch 16 times, most recently from af852ea to 1748edc Compare April 10, 2026 09:41
@mise-en-dev mise-en-dev enabled auto-merge (squash) April 10, 2026 10:29
@mise-en-dev mise-en-dev merged commit 537343b into main Apr 10, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 10, 2026 11:14
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