Skip to content

chore: release 2025.9.11#6292

Merged
jdx merged 1 commit intomainfrom
release
Sep 15, 2025
Merged

chore: release 2025.9.11#6292
jdx merged 1 commit intomainfrom
release

Conversation

@jdx
Copy link
Owner

@jdx jdx commented Sep 13, 2025

🚀 Features

  • (ci) run all registry tools when workflow_dispatch is triggered by @jdx in #6295
  • (set) add -E/--env flag to mise set command by @jdx in #6291
  • (tasks) make auto outputs default by @risu729 in #6137

🚜 Refactor

  • (aqua) extract aqua registry into internal subcrate by @jdx in #6293

📚 Documentation

Chore

  • (aqua-registry) remove unused aqua-registry files by @jdx in #6294
  • keep aqua-registry LICENSE file by @risu729 in #6297

@jdx jdx added the release label Sep 13, 2025
Copilot AI review requested due to automatic review settings September 13, 2025 20:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR performs a release bump from version 2025.9.10 to 2025.9.11, incorporating a new feature that makes auto outputs default for tasks.

  • Version number updates across all configuration and package files
  • Shell completion cache variable name updates to reflect new version
  • CHANGELOG.md entry documenting the new feature
  • Third-party package version updates in aqua-registry

Reviewed Changes

Copilot reviewed 16 out of 18 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packaging/rpm/mise.spec Updates RPM package version to 2025.9.11
default.nix Updates Nix package version to 2025.9.11
completions/mise.fish Updates Fish shell completion cache variable name for new version
completions/mise.bash Updates Bash shell completion cache variable name for new version
completions/_mise Updates Zsh completion cache variable name for new version
aqua-registry/pkgs/*/pkg.yaml Updates various third-party package versions
README.md Updates version example in installation documentation
Cargo.toml Updates main package version to 2025.9.11
CHANGELOG.md Adds release notes for version 2025.9.11

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -1,5 +1,5 @@
packages:
- name: jdx/mise@v2025.9.9
- name: jdx/mise@v2025.9.10
Copy link

Copilot AI Sep 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mise package version should be updated to v2025.9.11 to match the current release version being deployed.

Suggested change
- name: jdx/mise@v2025.9.10
- name: jdx/mise@v2025.9.11

Copilot uses AI. Check for mistakes.
cursor[bot]

This comment was marked as outdated.

@github-actions
Copy link

github-actions bot commented Sep 13, 2025

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.9.10 x -- echo 19.3 ± 0.4 18.6 23.4 1.00
mise x -- echo 19.5 ± 0.3 18.9 21.2 1.01 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.9.10 env 18.6 ± 0.5 18.0 24.3 1.00
mise env 18.8 ± 0.3 18.1 19.9 1.01 ± 0.03

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.9.10 hook-env 18.3 ± 0.2 17.8 19.4 1.00
mise hook-env 18.4 ± 0.3 17.8 21.9 1.01 ± 0.02

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.9.10 ls 16.2 ± 0.3 15.7 19.1 1.00
mise ls 16.2 ± 0.3 15.7 17.6 1.00 ± 0.03

xtasks/test/perf

Command mise-2025.9.10 mise Variance
install (cached) 169ms ✅ 101ms +67%
ls (cached) 63ms 63ms +0%
bin-paths (cached) 69ms 68ms +1%
task-ls (cached) 503ms 471ms +6%

✅ Performance improvement: install cached is 67%

@jdx jdx force-pushed the release branch 7 times, most recently from 8840a2c to 3611577 Compare September 14, 2025 12:31
url = "https://github.com/jdx/hk/releases/download/v1.12.0/hk-aarch64-apple-darwin.tar.gz"
checksum = "blake3:2e8d3a27beabb40355f7deb89aa02599769a31513af1df88b6f2509f23274f2d"
size = 6751013
url = "https://github.com/jdx/hk/releases/download/v1.12.1/hk-x86_64-unknown-linux-gnu.tar.gz"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing macOS ARM64 Entries in mise.lock

The mise.lock file is missing macos-arm64 platform entries for bun, cargo-binstall, and hk tools. These were removed during version updates, preventing installation on macOS ARM64 systems due to missing checksums and URLs.

Fix in Cursor Fix in Web

@jdx jdx merged commit b281933 into main Sep 15, 2025
50 checks passed
@jdx jdx deleted the release branch September 15, 2025 13:38
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.

3 participants