Conversation
Summary of ChangesHello @mise-en-dev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine release, bumping the project version to Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request handles the release of version 2026.2.17. The changes primarily consist of version bumps across various files, including Cargo.toml, CHANGELOG.md, and packaging configurations. The dependency cargo:usage-cli is also updated. All changes are consistent and appropriate for a release. The code looks good to merge.
e5a7ca1 to
6ce8945
Compare
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.16 x -- echo |
26.8 ± 2.3 | 23.1 | 39.2 | 1.00 |
mise x -- echo |
26.9 ± 2.2 | 23.2 | 35.6 | 1.01 ± 0.12 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.16 env |
27.7 ± 1.6 | 22.7 | 34.1 | 1.01 ± 0.10 |
mise env |
27.4 ± 2.2 | 22.7 | 33.7 | 1.00 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.16 hook-env |
27.6 ± 2.1 | 23.3 | 43.9 | 1.00 |
mise hook-env |
27.8 ± 2.2 | 23.4 | 32.3 | 1.00 ± 0.11 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.2.16 ls |
25.0 ± 2.5 | 21.3 | 32.2 | 1.00 |
mise ls |
27.0 ± 2.2 | 21.5 | 37.1 | 1.08 ± 0.14 |
xtasks/test/perf
| Command | mise-2026.2.16 | mise | Variance |
|---|---|---|---|
| install (cached) | 138ms | 136ms | +1% |
| ls (cached) | 91ms | 90ms | +1% |
| bin-paths (cached) | 95ms | 98ms | -3% |
| task-ls (cached) | 864ms | 898ms | -3% |
b635390 to
78e7a96
Compare
### 🐛 Bug Fixes - **(install)** use backend bin paths for per-tool postinstall hooks by @jdx in [jdx#8234](jdx#8234) - **(use)** write to config.toml instead of config.local.toml by @jdx in [jdx#8240](jdx#8240) - default legacy .mise.backend installs to non-explicit by @jean-humann in [jdx#8245](jdx#8245) ### 🚜 Refactor - **(config)** consolidate flat task_* settings into nested task.* by @jdx in [jdx#8239](jdx#8239)
🐛 Bug Fixes
🚜 Refactor