Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the release version from 2025.9.10 to 2025.9.11 across all relevant configuration files and documentation. The changes include version bumps in package manifests, shell completion scripts, and the changelog with release notes.
Key changes:
- Version string updates from 2025.9.10 to 2025.9.11 across multiple files
- New changelog entry documenting features, refactors, and registry updates
- Updated aqua registry configurations for various tools
Reviewed Changes
Copilot reviewed 11 out of 13 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 |
| default.nix | Updates Nix package version |
| completions/*.{fish,bash,zsh} | Updates shell completion cache variable names with new version |
| aqua-registry/pkgs/*/registry.yaml | Updates registry configurations for zizmor, tree-sitter, and kubebuilder |
| README.md | Updates version example in installation instructions |
| Cargo.toml | Updates Rust package version |
| CHANGELOG.md | Adds new release entry with detailed change notes |
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.10 x -- echo |
19.9 ± 0.4 | 19.0 | 23.8 | 1.00 |
mise x -- echo |
20.0 ± 0.4 | 19.1 | 23.4 | 1.00 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.10 env |
19.4 ± 0.6 | 18.4 | 25.8 | 1.00 |
mise env |
19.4 ± 0.4 | 18.6 | 21.6 | 1.00 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.10 hook-env |
19.1 ± 0.6 | 18.0 | 24.0 | 1.00 |
mise hook-env |
19.1 ± 0.5 | 18.2 | 21.8 | 1.00 ± 0.04 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.10 ls |
16.7 ± 0.3 | 16.0 | 18.8 | 1.00 |
mise ls |
16.9 ± 0.3 | 16.2 | 19.8 | 1.01 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.10 | mise | Variance |
|---|---|---|---|
| install (cached) | 173ms | ✅ 106ms | +63% |
| ls (cached) | 65ms | 65ms | +0% |
| bin-paths (cached) | 71ms | 70ms | +1% |
| task-ls (cached) | 500ms | 497ms | +0% |
✅ Performance improvement: install cached is 63%
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
Chore