Conversation
Contributor
There was a problem hiding this comment.
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.
aqua-registry/pkgs/jdx/mise/pkg.yaml
Outdated
| @@ -1,5 +1,5 @@ | |||
| packages: | |||
| - name: jdx/mise@v2025.9.9 | |||
| - name: jdx/mise@v2025.9.10 | |||
There was a problem hiding this comment.
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 |
Hyperfine Performance
|
| 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%
8840a2c to
3611577
Compare
| 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" |
There was a problem hiding this comment.
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.
🚀 Features
🚜 Refactor
📚 Documentation
Chore