Skip to content

chore: release 2026.2.16#8204

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

chore: release 2026.2.16#8204
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • (mcp) add run_task tool for executing mise tasks by @joaommartins in #8179
  • (node) suggest setting node.flavor if the flavor is not found in mirror by @risu729 in #8206

🐛 Bug Fixes

📚 Documentation

📦 Registry

Chore

  • (test) disable flaky Forgejo e2e test by @jdx in #8211

@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 marks the official release of mise version 2026.2.16. The primary purpose of this release is to integrate a recent bug fix that transitions the MISE_CARGO_BINSTALL_ONLY environment variable into a configurable setting, ensuring better management and consistency within the application's configuration.

Highlights

  • Release Version 2026.2.16: This pull request officially releases version 2026.2.16 of mise, incorporating a bug fix related to the MISE_CARGO_BINSTALL_ONLY setting.
  • Bug Fix Included: A bug fix from PR fix: migrate MISE_CARGO_BINSTALL_ONLY to settings #8202, which migrates the MISE_CARGO_BINSTALL_ONLY environment variable to a setting, is included in this release.
Changelog
  • CHANGELOG.md
    • Added new release entry for version 2026.2.16, including the bug fix for MISE_CARGO_BINSTALL_ONLY migration.
  • Cargo.lock
    • Updated the mise package version to 2026.2.16.
  • Cargo.toml
    • Updated the mise package version to 2026.2.16.
  • README.md
    • Updated the displayed mise version to 2026.2.16.
  • completions/_mise
    • Updated the temporary spec file name to reflect the new version 2026.2.16.
  • completions/mise.bash
    • Updated the temporary spec file name to reflect the new version 2026.2.16.
  • completions/mise.fish
    • Updated the temporary spec file name to reflect the new version 2026.2.16.
  • completions/mise.ps1
    • Updated the temporary spec file name to reflect the new version 2026.2.16.
  • default.nix
    • Updated the mise package version to 2026.2.16.
  • packaging/rpm/mise.spec
    • Updated the mise package version to 2026.2.16.
  • snapcraft.yaml
    • Updated the mise package version to 2026.2.16.
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.

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from e898693 to d79797b Compare February 17, 2026 11:03
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 updates the version number to 2026.2.16 across various files, including Cargo.toml, CHANGELOG.md, and packaging configurations. The changes are consistent with a new release and appear to be correct. I have no specific feedback or suggestions for improvement.

@github-actions
Copy link

github-actions bot commented Feb 17, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.15 x -- echo 23.9 ± 0.5 23.2 28.0 1.00
mise x -- echo 24.1 ± 0.4 23.2 25.7 1.01 ± 0.02

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.15 env 23.5 ± 1.0 22.6 34.6 1.00
mise env 23.7 ± 1.2 22.8 38.2 1.01 ± 0.07

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.15 hook-env 24.1 ± 0.5 23.4 28.4 1.00
mise hook-env 24.2 ± 0.4 23.2 25.8 1.00 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.15 ls 21.4 ± 0.3 20.7 22.8 1.00
mise ls 21.5 ± 0.3 20.8 22.9 1.00 ± 0.02

xtasks/test/perf

Command mise-2026.2.15 mise Variance
install (cached) 132ms 131ms +0%
ls (cached) 80ms 81ms -1%
bin-paths (cached) 88ms 85ms +3%
task-ls (cached) 833ms 819ms +1%

@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from 5476640 to 3064c62 Compare February 17, 2026 13:59
@mise-en-dev mise-en-dev merged commit b7148fe into main Feb 18, 2026
60 of 61 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 18, 2026 10:16
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
### 🚀 Features

- **(mcp)** add run_task tool for executing mise tasks by @joaommartins
in [jdx#8179](jdx#8179)
- **(node)** suggest setting node.flavor if the flavor is not found in
mirror by @risu729 in [jdx#8206](jdx#8206)

### 🐛 Bug Fixes

- **(java)** sort order for shorthand versions by @roele in
[jdx#8197](jdx#8197)
- **(node)** migrate env vars to settings by @risu729 in
[jdx#8200](jdx#8200)
- **(registry)** apply overrides in shims by @risu729 in
[jdx#8199](jdx#8199)
- migrate MISE_CARGO_BINSTALL_ONLY to settings by @risu729 in
[jdx#8202](jdx#8202)

### 📚 Documentation

- **(doctor)** fix subcommand in an example by @risu729 in
[jdx#8198](jdx#8198)

### 📦 Registry

- add github backend for typst by @3w36zj6 in
[jdx#8210](jdx#8210)

### Chore

- **(test)** disable flaky Forgejo e2e test by @jdx in
[jdx#8211](jdx#8211)
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