Skip to content

chore: release 2026.2.17#8242

Merged
mise-en-dev merged 1 commit intomainfrom
release
Feb 19, 2026
Merged

chore: release 2026.2.17#8242
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

@mise-en-dev mise-en-dev commented Feb 18, 2026

🐛 Bug Fixes

  • (install) use backend bin paths for per-tool postinstall hooks by @jdx in #8234
  • (use) write to config.toml instead of config.local.toml by @jdx in #8240
  • default legacy .mise.backend installs to non-explicit by @jean-humann in #8245

🚜 Refactor

  • (config) consolidate flat task_* settings into nested task.* by @jdx in #8239

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 2026.2.17. The primary purpose of this release is to integrate a critical bug fix related to postinstall hooks and update a minor dependency. The changes span across various build configuration files, completion scripts, and documentation to reflect the new version.

Highlights

  • New Release Version: The project has been updated to version 2026.2.17 across all relevant configuration and documentation files.
  • Bug Fix Included: This release incorporates a bug fix that addresses the use of backend bin paths for per-tool postinstall hooks.
  • Dependency Update: The cargo:usage-cli dependency has been updated to version 2.17.3.
Changelog
  • CHANGELOG.md
    • Added a new changelog entry for version 2026.2.17.
    • Included a bug fix description for using backend bin paths for per-tool postinstall hooks.
  • Cargo.lock
    • Updated the mise package version to 2026.2.17.
    • Updated the cargo:usage-cli dependency version to 2.17.3.
  • Cargo.toml
    • Updated the mise package version to 2026.2.17.
  • README.md
    • Updated the displayed mise version string to 2026.2.17.
  • completions/_mise
    • Updated the temporary spec file name to reflect the new version 2026.2.17.
  • completions/mise.bash
    • Updated the temporary spec file name to reflect the new version 2026.2.17.
  • completions/mise.fish
    • Updated the temporary spec file name to reflect the new version 2026.2.17.
  • completions/mise.ps1
    • Updated the temporary spec file name to reflect the new version 2026.2.17.
  • default.nix
    • Updated the mise package version to 2026.2.17.
  • mise.lock
    • Updated the cargo:usage-cli tool version to 2.17.3.
  • packaging/rpm/mise.spec
    • Updated the mise package version to 2026.2.17.
  • snapcraft.yaml
    • Updated the mise package version to 2026.2.17.
Activity
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from e5a7ca1 to 6ce8945 Compare February 18, 2026 14:11
@github-actions
Copy link

github-actions bot commented Feb 18, 2026

Hyperfine Performance

mise x -- echo

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%

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from b635390 to 78e7a96 Compare February 18, 2026 19:34
@mise-en-dev mise-en-dev merged commit 704c3f1 into main Feb 19, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 19, 2026 10:16
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
### 🐛 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant