Skip to content

chore: release 2026.4.21#9356

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

chore: release 2026.4.21#9356
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 24, 2026

🚀 Features

  • (registry) add --security flag to include security info in JSON output by @jdx in #9364

🐛 Bug Fixes

  • (config) limit resolved backend opts to aliases by @risu729 in #9315
  • (docs) stack banner message and link on mobile by @jdx in #9362
  • (github) prefer shortest asset name as tiebreaker in auto-detection by @jdx in #9361
  • (java) newer zulu versions use a different directory structure by @roele in #9365
  • (prune) respect tracked lockfiles by @jdx in #9373
  • (task) skip tool install for missing naked tasks by @jdx in #9374
  • (trust) add untrust command by @jdx in #9370
  • fix - flux-operator-mcp aqua path by @monotek in #9357

📚 Documentation

📦️ Dependency Updates

  • update ubuntu docker tag to v26 by @renovate[bot] in #9347
  • update ghcr.io/jdx/mise:deb docker digest to 1af5a69 by @renovate[bot] in #9352
  • update taiki-e/install-action digest to 787505c by @renovate[bot] in #9354
  • update ghcr.io/jdx/mise:rpm docker digest to 7015ff3 by @renovate[bot] in #9353
  • update ghcr.io/jdx/mise:copr docker digest to da63a0f by @renovate[bot] in #9351
  • update ghcr.io/jdx/mise:alpine docker digest to 461700f by @renovate[bot] in #9350
  • bump communique 1.0.3 → 1.0.4 by @jdx in #9378

📦 Registry

Chore

  • (npm-publish) use aube publish instead of npm publish by @jdx in #9328

New Contributors

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 24, 2026

Greptile Summary

This is a routine automated release PR bumping mise from 2026.4.20 to 2026.4.21, with version strings updated consistently across all packaging manifests, completion scripts, and documentation. The only substantive change beyond the version bump is the addition of a missing macos-arm64 platform entry in mise.lock for aube v1.1.0, which was needed to support the npm-publish workflow change introduced in #9328.

Confidence Score: 5/5

This PR is safe to merge — all changes are mechanical version bumps with no logic modifications.

All 12 changed files contain only automated version string updates and a lock file addition. No logic, security, or behavioral changes were introduced.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New 2026.4.21 changelog entry added with features, bug fixes, and dependency updates
Cargo.toml Version bumped from 2026.4.20 to 2026.4.21
Cargo.lock Lock file version updated to match Cargo.toml bump
mise.lock Added missing macos-arm64 platform entry for aube v1.1.0 with checksum and download URLs
completions/_mise Spec file cache name updated to reference 2026_4_21 version
completions/mise.bash Spec file cache name updated to reference 2026_4_21 version
completions/mise.fish Spec file cache name updated to reference 2026_4_21 version
completions/mise.ps1 Spec file cache name updated to reference 2026_4_21 version
default.nix Version bumped from 2026.4.20 to 2026.4.21 for Nix package
packaging/rpm/mise.spec Version bumped from 2026.4.20 to 2026.4.21 for RPM packaging
snapcraft.yaml Version bumped from 2026.4.20 to 2026.4.21 for Snap packaging
README.md Example version output updated to reflect 2026.4.21 release date

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release PR: 2026.4.20 → 2026.4.21] --> B[Version Manifests]
    A --> C[Completion Scripts]
    A --> D[Lock Files]
    A --> E[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[mise.lock +macos-arm64 aube entry]

    E --> E1[CHANGELOG.md]
    E --> E2[README.md]
Loading

Reviews (14): Last reviewed commit: "chore: release 2026.4.21" | 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 increments the version of mise from 2026.4.20 to 2026.4.21 across multiple files, including Cargo.toml, Cargo.lock, shell completion scripts, and various packaging manifests. Additionally, the CHANGELOG.md is updated to document a dependency update for the Ubuntu Docker tag. I have no feedback to provide.

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from 14f4dd2 to c76b736 Compare April 24, 2026 12:32
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.20 x -- echo 23.5 ± 0.2 23.0 24.8 1.00
mise x -- echo 24.0 ± 0.2 23.5 25.0 1.02 ± 0.01

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.20 env 23.0 ± 0.5 22.4 27.9 1.00
mise env 23.3 ± 0.2 22.9 24.0 1.01 ± 0.02

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.20 hook-env 23.7 ± 0.2 23.2 26.0 1.00
mise hook-env 24.1 ± 0.2 23.5 25.0 1.02 ± 0.01

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.20 ls 23.5 ± 0.2 23.0 24.5 1.00
mise ls 24.3 ± 0.7 23.7 36.0 1.04 ± 0.03

xtasks/test/perf

Command mise-2026.4.20 mise Variance
install (cached) 168ms 175ms -4%
ls (cached) 80ms 82ms -2%
bin-paths (cached) 82ms 84ms -2%
task-ls (cached) 783ms 785ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 9 times, most recently from 315a692 to ef0cea2 Compare April 24, 2026 20:57
@mise-en-dev mise-en-dev merged commit 8c92adb into main Apr 25, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch April 25, 2026 10:20
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