Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the mise version from 2025.9.21 to 2025.9.22 across all relevant configuration and documentation files as part of a routine release.
- Updates version numbers in package configurations and build files
- Updates shell completion scripts to reference the new version
- Updates example output in documentation to reflect the new version
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packaging/rpm/mise.spec | Updates RPM package version specification |
| default.nix | Updates Nix package version |
| completions/mise.fish | Updates Fish shell completion variable names and references |
| completions/mise.bash | Updates Bash shell completion variable names and references |
| completions/_mise | Updates Zsh shell completion variable names and cache keys |
| README.md | Updates example version output in documentation |
| Cargo.toml | Updates Rust package version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.21 x -- echo |
19.5 ± 0.4 | 19.0 | 22.7 | 1.00 |
mise x -- echo |
20.3 ± 0.3 | 19.7 | 21.6 | 1.04 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.21 env |
19.0 ± 0.4 | 18.5 | 22.4 | 1.00 |
mise env |
19.7 ± 0.5 | 19.1 | 24.8 | 1.04 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.21 hook-env |
18.8 ± 0.3 | 18.1 | 20.1 | 1.00 |
mise hook-env |
19.3 ± 0.3 | 18.8 | 20.4 | 1.03 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.21 ls |
16.6 ± 0.3 | 16.1 | 17.6 | 1.00 |
mise ls |
17.2 ± 0.4 | 16.7 | 20.8 | 1.04 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.21 | mise | Variance |
|---|---|---|---|
| install (cached) | 170ms | ✅ 104ms | +63% |
| ls (cached) | 64ms | 64ms | +0% |
| bin-paths (cached) | 70ms | 71ms | -1% |
| task-ls (cached) | 474ms | 482ms | -1% |
✅ Performance improvement: install cached is 63%
5b59c36 to
e71bd6c
Compare
There was a problem hiding this comment.
Bug: Musl Systems Lack Specific CycloneDX CLI Override
Removing the Linux AMD64 overrides for cyclonedx-cli means musl-based systems will now download the default binary instead of the musl variant. This could lead to installation or runtime failures on distributions like Alpine Linux.
crates/aqua-registry/aqua-registry/pkgs/CycloneDX/cyclonedx-cli/registry.yaml#L17-L32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Registry
🚀 Features
Note
Bump version to 2025.9.22 with updated completions cache keys, registry tweak for CycloneDX assets, doc star count update, and usage-cli tool bump.
miseto2025.9.22inCargo.toml,Cargo.lock,default.nix,packaging/rpm/mise.spec, and update version inREADME.md.CHANGELOG.mdentry for2025.9.22.completions/_mise,completions/mise.bash, andcompletions/mise.fishto2025_9_22.cyclonedx-cliassets incrates/.../cyclonedx-cli/registry.yaml(remove linux musl overrides in version overrides).cargo:usage-clito2.3.0inmise.lock.docs/.vitepress/stars.data.tsto19.6k.Written by Cursor Bugbot for commit 5b3be09. This will update automatically on new commits. Configure here.