Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version of mise from 2025.9.13 to 2025.9.14 across the codebase and includes two new aqua registry entries for Markdown linting tools.
- Version bump from 2025.9.13 to 2025.9.14 across all package configuration files
- Updated shell completion scripts to reference the new version
- Added aqua registry configurations for rumdl and mado Markdown linters
Reviewed Changes
Copilot reviewed 9 out of 11 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 specification |
| default.nix | Updated Nix package version |
| crates/aqua-registry/aqua-registry/pkgs/rvben/rumdl/registry.yaml | Added aqua registry configuration for rumdl Markdown linter |
| crates/aqua-registry/aqua-registry/pkgs/akiomik/mado/registry.yaml | Added aqua registry configuration for mado Markdown linter |
| completions/mise.fish | Updated Fish shell completion cache variable names |
| completions/mise.bash | Updated Bash shell completion cache variable names |
| completions/_mise | Updated Zsh shell completion cache variable names |
| README.md | Updated version example in installation documentation |
| Cargo.toml | Updated Rust package version |
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.13 x -- echo |
19.4 ± 0.5 | 18.6 | 22.2 | 1.00 |
mise x -- echo |
20.2 ± 0.5 | 19.2 | 22.3 | 1.04 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.13 env |
18.6 ± 0.4 | 18.1 | 23.9 | 1.00 |
mise env |
19.0 ± 0.5 | 18.3 | 23.1 | 1.02 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.13 hook-env |
18.3 ± 0.4 | 17.7 | 21.8 | 1.00 |
mise hook-env |
18.7 ± 0.4 | 18.1 | 21.4 | 1.02 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.13 ls |
16.1 ± 0.3 | 15.6 | 17.5 | 1.00 |
mise ls |
16.3 ± 0.2 | 15.9 | 17.4 | 1.01 ± 0.02 |
xtasks/test/perf
| Command | mise-2025.9.13 | mise | Variance |
|---|---|---|---|
| install (cached) | 165ms | ✅ 102ms | +61% |
| ls (cached) | 62ms | 62ms | +0% |
| bin-paths (cached) | 69ms | 69ms | +0% |
| task-ls (cached) | 473ms | 464ms | +1% |
✅ Performance improvement: install cached is 61%
The AsyncWriteExt trait requires the io-util feature to be enabled in tokio. This was causing build failures in CI. Also fixed markdown linting issues in cmake README.
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
New Contributors