Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a standard release PR that bumps the version from 2025.9.15 to 2025.9.16, updating version numbers across all relevant configuration files and completion scripts.
- Version number updated from 2025.9.15 to 2025.9.16 across all relevant files
- Shell completion scripts updated to reference the new version
- Changelog updated with release notes for version 2025.9.16
Reviewed Changes
Copilot reviewed 10 out of 12 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 number |
| default.nix | Updated Nix package version number |
| crates/aqua-registry/aqua-registry/pkgs/shinagawa-web/gomarklint/registry.yaml | Added new aqua registry package definition |
| crates/aqua-registry/aqua-registry/pkgs/k1LoW/concrun/registry.yaml | Added new aqua registry package definition |
| completions/mise.fish | Updated fish shell completion to reference new version |
| completions/mise.bash | Updated bash shell completion to reference new version |
| completions/_mise | Updated zsh shell completion to reference new version |
| README.md | Updated version example in documentation |
| Cargo.toml | Updated Rust package version number |
| CHANGELOG.md | Added 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.16 x -- echo |
19.5 ± 0.3 | 18.9 | 21.9 | 1.00 ± 0.02 |
mise x -- echo |
19.4 ± 0.3 | 18.8 | 23.0 | 1.00 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.16 env |
18.8 ± 0.2 | 18.4 | 20.0 | 1.00 |
mise env |
18.9 ± 0.4 | 18.5 | 23.6 | 1.00 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.16 hook-env |
18.6 ± 0.3 | 18.1 | 20.8 | 1.00 |
mise hook-env |
18.7 ± 0.4 | 18.1 | 20.3 | 1.01 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.16 ls |
16.6 ± 0.3 | 16.1 | 17.5 | 1.00 |
mise ls |
16.6 ± 0.4 | 16.0 | 19.3 | 1.00 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.16 | mise | Variance |
|---|---|---|---|
| install (cached) | 170ms | ✅ 103ms | +65% |
| ls (cached) | 64ms | 63ms | +1% |
| bin-paths (cached) | 70ms | 69ms | +1% |
| task-ls (cached) | 468ms | 467ms | +0% |
✅ Performance improvement: install cached is 65%
bdf39c3 to
a2c1cda
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.
🚀 Features
🐛 Bug Fixes
📚 Documentation
New Contributors