Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 2025.9.18 of mise, updating version numbers across all relevant files and adding new aqua registry packages.
- Version bump from 2025.9.17 to 2025.9.18 across packaging and configuration files
- Addition of new aqua registry packages for harsh, cagent, ggc, reminder-lint, and lazyssh tools
- Updated changelog with registry changes and new contributor acknowledgment
Reviewed Changes
Copilot reviewed 13 out of 14 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 |
| crates/aqua-registry/aqua-registry/pkgs/wakatara/harsh/registry.yaml | Adds harsh habit tracking tool registry |
| crates/aqua-registry/aqua-registry/pkgs/docker/cagent/registry.yaml | Adds Docker cagent registry |
| crates/aqua-registry/aqua-registry/pkgs/bmf-san/ggc/registry.yaml | Adds ggc Git CLI tool registry |
| crates/aqua-registry/aqua-registry/pkgs/CyberAgent/reminder-lint/registry.yaml | Adds reminder-lint tool registry |
| crates/aqua-registry/aqua-registry/pkgs/Adembc/lazyssh/registry.yaml | Adds lazyssh SSH manager registry |
| completions/mise.fish | Updates fish shell completion variable names |
| completions/mise.bash | Updates bash completion variable names |
| completions/_mise | Updates zsh completion variable names |
| README.md | Updates version in example output |
| Cargo.toml | Updates Rust package version |
| CHANGELOG.md | Adds changelog entry for new release |
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.17 x -- echo |
19.3 ± 0.4 | 18.7 | 23.5 | 1.00 |
mise x -- echo |
19.5 ± 0.4 | 18.7 | 21.1 | 1.01 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.17 env |
18.7 ± 0.3 | 18.1 | 20.7 | 1.00 |
mise env |
19.3 ± 1.2 | 18.2 | 33.9 | 1.03 ± 0.07 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.17 hook-env |
18.9 ± 0.6 | 17.9 | 24.0 | 1.00 |
mise hook-env |
19.1 ± 0.7 | 18.0 | 23.5 | 1.01 ± 0.05 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.17 ls |
16.8 ± 0.4 | 15.8 | 18.2 | 1.00 |
mise ls |
17.4 ± 0.4 | 16.6 | 19.4 | 1.04 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.17 | mise | Variance |
|---|---|---|---|
| install (cached) | 168ms | ✅ 103ms | +63% |
| ls (cached) | 63ms | 63ms | +0% |
| bin-paths (cached) | 71ms | 69ms | +2% |
| task-ls (cached) | 479ms | 470ms | +1% |
✅ Performance improvement: install cached is 63%
a16e1bd to
1ae237b
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.
📦 Registry
🚀 Features
🐛 Bug Fixes
🧪 Testing
New Contributors