Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the mise project version from 2025.9.14 to 2025.9.15, including a bug fix for GitHub token handling in aqua sigstore verification.
Key Changes:
- Version bump from 2025.9.14 to 2025.9.15 across all configuration and packaging files
- Added changelog entry documenting the aqua GitHub token handling improvement
- Updated shell completion scripts to reference the new version
Reviewed Changes
Copilot reviewed 8 out of 9 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 specification |
| default.nix | Updates Nix package version |
| completions/mise.fish | Updates Fish shell completion variable names to match new version |
| completions/mise.bash | Updates Bash completion variable names to match new version |
| completions/_mise | Updates Zsh completion cache variable names to match new version |
| README.md | Updates version example in installation documentation |
| Cargo.toml | Updates Rust package version |
| CHANGELOG.md | Adds changelog entry for the 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.14 x -- echo |
19.9 ± 0.3 | 19.1 | 22.0 | 1.00 |
mise x -- echo |
20.4 ± 0.4 | 19.4 | 22.0 | 1.03 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.14 env |
19.4 ± 0.4 | 18.8 | 24.1 | 1.00 |
mise env |
19.8 ± 0.6 | 18.7 | 25.3 | 1.02 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.14 hook-env |
19.0 ± 0.3 | 18.2 | 22.6 | 1.00 |
mise hook-env |
19.5 ± 0.4 | 18.6 | 20.9 | 1.03 ± 0.03 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.14 ls |
16.9 ± 0.3 | 16.3 | 17.9 | 1.00 |
mise ls |
17.3 ± 0.3 | 16.4 | 18.7 | 1.02 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.9.14 | mise | Variance |
|---|---|---|---|
| install (cached) | 172ms | ✅ 105ms | +63% |
| ls (cached) | 64ms | 64ms | +0% |
| bin-paths (cached) | 70ms | 70ms | +0% |
| task-ls (cached) | 481ms | 487ms | -1% |
✅ Performance improvement: install cached is 63%
1a3ab00 to
4833d87
Compare
jdx
added a commit
that referenced
this pull request
Sep 21, 2025
- Fixes CI failure in PR #6352 where test assumed mise would be in target/debug - Now uses command -v mise to resolve binary from PATH for both local and release e2e tests
jdx
added a commit
that referenced
this pull request
Sep 21, 2025
Fixes CI failure in PR #6352 where the e2e test `backend/test_backend_missing_deps` assumed mise would be in `target/debug`, causing failures in release e2e tests. **Changes:** - Updated `e2e/backend/test_backend_missing_deps` to use `command -v mise` to resolve the binary from PATH - This works for both local development builds and release e2e tests where mise is installed **Testing:** - ✅ Verified the specific failing test now passes locally - ✅ Test still validates all backend dependency error scenarios **Related:** - Fixes failure in #6352
a5488c6 to
d5c3ac6
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
🚜 Refactor
🧪 Testing
📦️ Dependency Updates
Chore
MISE_INSTALL_MUSLto force installing musl variants on Linux by @malept in #6355