Skip to content

chore: release 2026.5.2#9620

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

chore: release 2026.5.2#9620
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented May 5, 2026

🚀 Features

  • (aqua) support registry libc variants by @jdx in #9652
  • (bin-paths) add executable names output by @risu729 in #9617

🐛 Bug Fixes

  • (aqua) preserve configured file extensions by @risu729 in #9611
  • (aqua) support registry file links by @risu729 in #9610
  • (backend) reject bare package backend names by @risu729 in #9608
  • (backend) apply inline tool option overrides by @risu729 in #9306
  • (backend) skip versions host for local tool opts by @risu729 in #9568
  • (github) chmod explicit archive bin by @risu729 in #9609
  • (install) skip remote-versions refresh in prefer-offline mode by @jdx in #9627
  • (lock) scope targets to active project root by @risu729 in #9319
  • (lockfile) respect existing platforms during auto-lock by @jdx in #9621
  • (pipx) filter yanked pypi releases by @risu729 in #9607
  • (pipx) declare python as a backend dependency by @jdx in #9678
  • (schema) update refs to $defs in mise-registry-tool.json by @risu729 in #9671
  • (task) terminate parallel siblings on failure via process groups by @jdx in #9655
  • (task) stable MISE_PROJECT_ROOT for monorepo tasks, add MISE_MONOREPO_ROOT by @jdx in #9657
  • (trust) run enter hooks after trusting config by @risu729 in #9634
  • (ui) stop clearing screen for prompts by @jdx in #9619
  • use /bin/cp on macos by @pdehlke in #9656

🚜 Refactor

  • (aqua) store aqua var defaults as strings by @risu729 in #9645
  • (config) support structured TOML values in registry backend options by @risu729 in #9584
  • (deps) remove serde_derive dependency by @risu729 in #9670
  • (deps) remove anyhow dependency by @risu729 in #9661
  • (deps) use std::sync::LazyLock instead of once_cell::Lazy by @risu729 in #9668
  • (schema) generate task schema from mise schema by @risu729 in #9581
  • (schema) reuse task props with unevaluatedProperties by @risu729 in #9582
  • (schema) reuse registry common types by @risu729 in #9648
  • (schema) reuse plugin script config by @risu729 in #9647
  • (schema) use $defs in schema files by @risu729 in #9646

📚 Documentation

🧪 Testing

📦️ Dependency Updates

  • fall through to hash check when providers have no outputs by @jdx in #9622
  • bump Cargo.lock by @jdx in #9625

📦 Registry

Chore

  • (ci) split large registry test-tool changes by @risu729 in #9628
  • (ci) make perf script robust to runner noise by @jdx in #9635
  • (ci) skip hyperfine comments without permission by @risu729 in #9629

New Contributors

📦 Aqua Registry Updates

New Packages (5)

Updated Packages (13)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 5, 2026

Greptile Summary

This is the automated release PR bumping mise from 2026.5.1 to 2026.5.2, consolidating roughly 30 merged PRs into a single version cut. Version strings are updated consistently across all packaging files (Cargo.toml, default.nix, snapcraft.yaml, packaging/rpm/mise.spec, README.md, and both crate Cargo.lock entries).

  • Aqua registry is the largest change: five new packages added (anthropic-cli, wasmi_cli, gogcli under new owner openclaw, racket-minimal, runs-on/cli), thirteen packages updated, and github_release_attestations: true added to several existing packages as a supply-chain hardening measure.
  • jreleaser/jreleaser entry is substantially reworked with per-version-range asset constraints to match how the project changed its release asset naming over time; the old single-asset entry is replaced by ordered version_overrides.
  • gogcli is properly migrated from steipete/gogcli to openclaw/gogcli with the old name retained as an alias for backward compatibility.

Confidence Score: 5/5

This is a version-bump release PR; all file changes are mechanical (version strings, CHANGELOG, Cargo.lock) plus additive aqua registry entries. No application logic is modified.

All version strings are consistently updated to 2026.5.2 across every packaging file. The aqua registry changes are well-structured: new packages follow established patterns, the gogcli repo rename preserves backward compat via aliases, and the jreleaser version constraint rework logically covers each historical asset format. No logic files were changed.

No files require special attention; registry.yaml changes are the most complex but follow established aqua package patterns.

Reviews (34): Last reviewed commit: "chore: release 2026.5.2" | 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.5.1 to 2026.5.2 across multiple files, including Cargo.toml, Cargo.lock, README.md, shell completion scripts, and packaging manifests. The changelog is also updated to reflect this release and a specific fix for pinning uv to 0.11.8 in e2e tests. I have no feedback to provide.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.1 x -- echo 21.1 ± 1.1 18.5 27.4 1.00
mise x -- echo 21.5 ± 1.1 18.8 25.4 1.02 ± 0.08

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.1 env 20.4 ± 1.5 17.0 29.4 1.00
mise env 21.0 ± 1.2 18.0 25.2 1.03 ± 0.09

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.1 hook-env 21.2 ± 1.2 18.2 27.2 1.00
mise hook-env 21.5 ± 1.1 18.4 26.2 1.02 ± 0.08

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.5.1 ls 17.5 ± 1.1 14.7 21.5 1.00
mise ls 18.2 ± 1.1 15.5 22.2 1.04 ± 0.09

xtasks/test/perf

Command mise-2026.5.1 mise Variance
install (cached) 132ms 135ms -2%
ls (cached) 62ms 64ms -3%
bin-paths (cached) 71ms 71ms +0%
task-ls (cached) 498ms 513ms -2%

@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from c9caeda to 8b02334 Compare May 5, 2026 16:51
@mise-en-dev mise-en-dev force-pushed the release branch 10 times, most recently from 50f352e to c2be459 Compare May 6, 2026 01:11
@mise-en-dev mise-en-dev enabled auto-merge (squash) May 6, 2026 10:45
@mise-en-dev mise-en-dev force-pushed the release branch 7 times, most recently from a4e1df4 to aee7ae0 Compare May 6, 2026 22:53
@jdx jdx disabled auto-merge May 6, 2026 23:01
@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from acf9a29 to ca5fab8 Compare May 6, 2026 23:50
@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from 60f4a0b to 58eb54f Compare May 7, 2026 03:12
@mise-en-dev mise-en-dev enabled auto-merge (squash) May 7, 2026 10:47
@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from 67eb0cd to c7fb7cf Compare May 7, 2026 11:37
@mise-en-dev mise-en-dev merged commit 6969183 into main May 7, 2026
64 checks passed
@mise-en-dev mise-en-dev deleted the release branch May 7, 2026 12:42
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