Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a release PR updating the mise version from 2025.9.6 to 2025.9.7, which includes a bug fix for allowing mixed map for env._.file functionality.
- Updates mise version across all configuration and documentation files
- Updates various package versions in the aqua registry
- Adds changelog entry for the new release
Reviewed Changes
Copilot reviewed 24 out of 25 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.7 |
| default.nix | Updates Nix package version to 2025.9.7 |
| completions/mise.fish | Updates Fish completion cache variable names for new version |
| completions/mise.bash | Updates Bash completion cache variable names for new version |
| completions/_mise | Updates Zsh completion cache variable names for new version |
| aqua-registry/pkgs/*/pkg.yaml | Updates various package versions in the aqua registry |
| README.md | Updates version shown in installation example |
| Cargo.toml | Updates Rust package version to 2025.9.7 |
| CHANGELOG.md | Adds changelog entry for version 2025.9.7 release |
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.5 | |||
| - name: jdx/mise@v2025.9.6 | |||
There was a problem hiding this comment.
The mise package version should be updated to v2025.9.7 to match the release version being prepared in this PR. Currently it's still pointing to the previous version v2025.9.6.
Suggested change
| - name: jdx/mise@v2025.9.6 | |
| - name: jdx/mise@v2025.9.7 |
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.6 x -- echo |
19.1 ± 0.7 | 18.1 | 21.4 | 1.00 |
mise x -- echo |
20.0 ± 0.8 | 18.6 | 22.5 | 1.05 ± 0.06 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.6 env |
17.8 ± 0.5 | 17.3 | 23.3 | 1.00 |
mise env |
18.3 ± 0.2 | 17.9 | 19.7 | 1.03 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.6 hook-env |
17.8 ± 0.5 | 17.0 | 19.5 | 1.00 |
mise hook-env |
18.5 ± 0.8 | 17.6 | 22.1 | 1.04 ± 0.05 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.6 ls |
16.1 ± 0.5 | 15.4 | 20.6 | 1.00 |
mise ls |
17.1 ± 0.7 | 15.8 | 19.4 | 1.06 ± 0.06 |
xtasks/test/perf
| Command | mise-2025.9.6 | mise | Variance |
|---|---|---|---|
| install (cached) | 165ms | ✅ 105ms | +57% |
| ls (cached) | 62ms | 63ms | -1% |
| bin-paths (cached) | 67ms | 70ms | -4% |
| task-ls (cached) | 475ms | 483ms | -1% |
✅ Performance improvement: install cached is 57%
93c5279 to
0a70b72
Compare
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.
🐛 Bug Fixes
📦️ Dependency Updates
New Contributors