Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version number from 2025.9.18 to 2025.9.19 for a new release. The changes include version updates across various configuration files and completions, along with changelog updates to document new features, bug fixes, and registry improvements.
- Update version number from 2025.9.18 to 2025.9.19 across all package files
- Add comprehensive changelog entry documenting registry fixes, new features, and bug fixes
- Update shell completion cache variables to reflect the new version
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packaging/rpm/mise.spec | Update RPM package version |
| default.nix | Update Nix package version |
| crates/aqua-registry/aqua-registry/pkgs/blopker/codebook/registry.yaml | Add new codebook registry configuration |
| completions/mise.fish | Update Fish shell completion cache variable |
| completions/mise.bash | Update Bash shell completion cache variable |
| completions/_mise | Update Zsh shell completion cache variable |
| README.md | Update version in example output |
| Cargo.toml | Update Rust package version |
| CHANGELOG.md | Add new release changelog entry |
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.19 x -- echo |
19.2 ± 0.3 | 18.7 | 22.1 | 1.00 |
mise x -- echo |
19.3 ± 0.3 | 18.7 | 20.5 | 1.00 ± 0.02 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.19 env |
18.5 ± 0.2 | 18.0 | 20.4 | 1.00 |
mise env |
18.6 ± 0.3 | 18.0 | 21.8 | 1.00 ± 0.02 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.19 hook-env |
18.2 ± 0.3 | 17.7 | 20.3 | 1.00 |
mise hook-env |
18.3 ± 0.3 | 17.7 | 20.0 | 1.00 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.19 ls |
16.2 ± 0.2 | 15.7 | 17.4 | 1.00 |
mise ls |
16.3 ± 0.2 | 15.8 | 17.1 | 1.01 ± 0.02 |
xtasks/test/perf
| Command | mise-2025.9.19 | mise | Variance |
|---|---|---|---|
| install (cached) | 166ms | ✅ 101ms | +64% |
| ls (cached) | 62ms | 61ms | +1% |
| bin-paths (cached) | 68ms | 68ms | +0% |
| task-ls (cached) | 473ms | 461ms | +2% |
✅ Performance improvement: install cached is 64%
8b25bea to
d94467d
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
📦️ Dependency Updates