Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a release preparation PR bumping the version from 2025.9.17 to 2025.9.18, updating related version references and adding a changelog entry for the new release. The release includes registry updates, new features for config vars and template functions, bug fixes for aqua and Windows postinstall hooks, and testing improvements.
- Version bump from 2025.9.17 to 2025.9.18 across configuration files
- Updated shell completion variable names to reflect new version
- Added changelog entry documenting the new release features and fixes
Reviewed Changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packaging/rpm/mise.spec | Updated RPM package version |
| docs/.vitepress/stars.data.ts | Updated GitHub stars count |
| default.nix | Updated Nix package version |
| crates/aqua-registry/aqua-registry/pkgs/*/registry.yaml | Added new aqua registry package definitions |
| completions/mise.fish | Updated fish shell completion variable names |
| completions/mise.bash | Updated bash shell completion variable names |
| completions/_mise | Updated zsh shell completion variable names |
| README.md | Updated version in example output |
| Cargo.toml | Updated Rust package version |
| CHANGELOG.md | Added changelog entry for v2025.9.18 |
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.18 x -- echo |
21.2 ± 0.4 | 20.3 | 24.3 | 1.00 |
mise x -- echo |
21.9 ± 0.5 | 20.7 | 24.2 | 1.03 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.18 env |
20.5 ± 0.6 | 19.6 | 27.8 | 1.00 |
mise env |
21.1 ± 0.5 | 20.1 | 23.4 | 1.03 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.18 hook-env |
20.3 ± 0.4 | 19.5 | 22.4 | 1.00 |
mise hook-env |
20.7 ± 0.5 | 19.7 | 24.1 | 1.02 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.18 ls |
18.0 ± 0.4 | 17.0 | 21.5 | 1.00 |
mise ls |
18.3 ± 0.4 | 17.4 | 19.4 | 1.01 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.18 | mise | Variance |
|---|---|---|---|
| install (cached) | 178ms | ✅ 109ms | +63% |
| ls (cached) | 66ms | 67ms | -1% |
| bin-paths (cached) | 72ms | 73ms | -1% |
| task-ls (cached) | 514ms | 513ms | +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.
📦 Registry
🚀 Features
🧪 Testing
New Contributors