Skip to content

chore: release 2026.2.10#8082

Merged
jdx merged 1 commit intomainfrom
release
Feb 12, 2026
Merged

chore: release 2026.2.10#8082
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • (activate) add shims directory as fallback when auto-install is enabled by @ctaintor in #8106
  • (env) add tools variable to tera template context by @jdx in #8108
  • (set) add --stdin flag for multiline environment variables by @jdx in #8110

🐛 Bug Fixes

  • (backend) improve conda patchelf and dependency resolution for complex packages by @jdx in #8087
  • (ci) fix validate-new-tools grep pattern for test field by @jdx in #8100
  • (config) make MISE_OFFLINE work correctly by gracefully skipping network calls by @jdx in #8109
  • (github) skip v prefix for "latest" version by @jdx in #8105
  • (gitlab) resolve tool options from config for aliased tools by @jdx in #8084
  • (install) use version_expr for Flutter to fix version resolution by @jdx in #8081
  • (registry) add Linux support for tuist by @fortmarek in #8102
  • (release) write release notes to file instead of capturing stdout by @jdx in #8086
  • (release) make release notes editorialization non-blocking by @jdx in #8116
  • (upgrade) tools are not uninstalled properly due to outdated symlink by @roele in #8099
  • (upgrade) ensure uninstallation failure does not leave invalid symlinks by @roele in #8101
  • SLSA for in-toto statement with no signatures by @gerhard in #8094
  • Vfox Plugin Auto-Installation for Environment Directives by @pose in #8035

📚 Documentation

  • use mise activate for PowerShell in getting-started by @rileychh in #8112

📦 Registry

Chore

  • sort settings.toml alphabetically and add test by @jdx in #8111

New Contributors

📦 Aqua Registry Updates

New Packages (2)

Updated Packages (1)

@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 primarily focuses on releasing version 2026.2.10 of the mise project. It incorporates a significant new feature, which is the addition of a conda backend for MySQL, expanding the tool's integration with different package management systems for database environments. The changes involve updating version numbers across various project files and documenting the new feature in the changelog.

Highlights

  • Version Bump: The project version has been updated to 2026.2.10 across all relevant configuration and packaging files.
  • New Feature: Conda Backend for MySQL: A new conda backend has been added specifically for MySQL, enhancing registry capabilities.
Changelog
  • CHANGELOG.md
    • Added a new changelog entry for version 2026.2.10.
    • Included the addition of a conda backend for MySQL in the new version's notes.
  • Cargo.lock
    • Updated the mise package version from 2026.2.9 to 2026.2.10.
  • Cargo.toml
    • Updated the project version from 2026.2.9 to 2026.2.10.
  • README.md
    • Updated the displayed version number in the example output from 2026.2.9 to 2026.2.10.
  • completions/_mise
    • Updated the temporary spec file name to include the new version 2026.2.10.
  • completions/mise.bash
    • Updated the temporary spec file name to include the new version 2026.2.10.
  • completions/mise.fish
    • Updated the temporary spec file name to include the new version 2026.2.10.
  • completions/mise.ps1
    • Updated the temporary spec file name to include the new version 2026.2.10.
  • default.nix
    • Updated the mise package version from 2026.2.9 to 2026.2.10.
  • packaging/rpm/mise.spec
    • Updated the package version from 2026.2.9 to 2026.2.10.
  • snapcraft.yaml
    • Updated the snap package version from 2026.2.9 to 2026.2.10.
Activity
  • This pull request is a chore release, indicating a new version 2026.2.10 is being published.
  • The release incorporates a previously merged feature: the addition of a conda backend for MySQL, originally contributed by @jdx in pull request registry: add conda backend for mysql #8080.
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.10. The changes consist of version bumps in various configuration and documentation files, such as Cargo.toml, CHANGELOG.md, and packaging-related files. The updates are consistent and align with the standard release process. The changelog entry for this version correctly reflects the addition of the conda backend for mysql. The changes look correct and ready for merging.

@github-actions
Copy link

github-actions bot commented Feb 10, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.9 x -- echo 16.8 ± 0.5 15.8 19.7 1.00
mise x -- echo 17.2 ± 0.5 16.3 19.2 1.02 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.9 env 16.4 ± 0.4 15.3 18.0 1.00
mise env 17.1 ± 0.6 16.0 23.9 1.04 ± 0.05

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.9 hook-env 16.9 ± 0.5 16.0 19.9 1.00
mise hook-env 17.3 ± 0.4 16.3 19.1 1.02 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.9 ls 16.3 ± 0.4 15.4 18.3 1.00
mise ls 16.7 ± 0.5 15.5 18.5 1.03 ± 0.04

xtasks/test/perf

Command mise-2026.2.9 mise Variance
install (cached) 87ms 88ms -1%
ls (cached) 58ms 59ms -1%
bin-paths (cached) 60ms 61ms -1%
task-ls (cached) 458ms ⚠️ 675ms -32%

⚠️ Warning: task-ls cached performance variance is -32%

@jdx jdx disabled auto-merge February 12, 2026 01:06
@jdx jdx enabled auto-merge (squash) February 12, 2026 01:06
@jdx jdx disabled auto-merge February 12, 2026 01:06
@jdx jdx enabled auto-merge (squash) February 12, 2026 01:07
@jdx jdx merged commit 3e65616 into main Feb 12, 2026
65 of 67 checks passed
@jdx jdx deleted the release branch February 12, 2026 02:25
jdx pushed a commit that referenced this pull request Feb 12, 2026
### 🚀 Features

- **(activate)** add shims directory as fallback when auto-install is
enabled by @ctaintor in [#8106](#8106)
- **(env)** add `tools` variable to tera template context by @jdx in
[#8108](#8108)
- **(set)** add --stdin flag for multiline environment variables by @jdx
in [#8110](#8110)

### 🐛 Bug Fixes

- **(backend)** improve conda patchelf and dependency resolution for
complex packages by @jdx in
[#8087](#8087)
- **(ci)** fix validate-new-tools grep pattern for test field by @jdx in
[#8100](#8100)
- **(config)** make MISE_OFFLINE work correctly by gracefully skipping
network calls by @jdx in [#8109](#8109)
- **(github)** skip v prefix for "latest" version by @jdx in
[#8105](#8105)
- **(gitlab)** resolve tool options from config for aliased tools by
@jdx in [#8084](#8084)
- **(install)** use version_expr for Flutter to fix version resolution
by @jdx in [#8081](#8081)
- **(registry)** add Linux support for tuist by @fortmarek in
[#8102](#8102)
- **(release)** write release notes to file instead of capturing stdout
by @jdx in [#8086](#8086)
- **(upgrade)** tools are not uninstalled properly due to outdated
symlink by @roele in [#8099](#8099)
- **(upgrade)** ensure uninstallation failure does not leave invalid
symlinks by @roele in [#8101](#8101)
- SLSA for in-toto statement with no signatures by @gerhard in
[#8094](#8094)
- Vfox Plugin Auto-Installation for Environment Directives by @pose in
[#8035](#8035)

### 📚 Documentation

- use mise activate for PowerShell in getting-started by @rileychh in
[#8112](#8112)

### 📦 Registry

- add conda backend for mysql by @jdx in
[#8080](#8080)
- add conda backends for 10 asdf-only tools by @jdx in
[#8083](#8083)
- added podman-tui by @tony-sol in
[#8098](#8098)

### Chore

- sort settings.toml alphabetically and add test by @jdx in
[#8111](#8111)

### New Contributors

- @ctaintor made their first contribution in
[#8106](#8106)
- @rileychh made their first contribution in
[#8112](#8112)
- @fortmarek made their first contribution in
[#8102](#8102)
- @pose made their first contribution in
[#8035](#8035)
- @gerhard made their first contribution in
[#8094](#8094)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`entireio/cli`](https://github.com/entireio/cli)
-
[`rmitchellscott/reManager`](https://github.com/rmitchellscott/reManager)

#### Updated Packages (1)

- [`atuinsh/atuin`](https://github.com/atuinsh/atuin)
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 12, 2026
Fixes #2038
Depends on jdx/mise#8082

This change also introduces a `.ci-mgmt.yaml` overridable property
called `mise-version` (referred in the templates as `MiseVersion` to
determine which version of `mise` to use on `mise` GitHub Actions.
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 12, 2026
Fixes #2038
Depends on jdx/mise#8082

This change also introduces a `.ci-mgmt.yaml` overridable property
called `mise-version` (referred in the templates as `MiseVersion` to
determine which version of `mise` to use on `mise` GitHub Actions.
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(activate)** add shims directory as fallback when auto-install is
enabled by @ctaintor in [jdx#8106](jdx#8106)
- **(env)** add `tools` variable to tera template context by @jdx in
[jdx#8108](jdx#8108)
- **(set)** add --stdin flag for multiline environment variables by @jdx
in [jdx#8110](jdx#8110)

### 🐛 Bug Fixes

- **(backend)** improve conda patchelf and dependency resolution for
complex packages by @jdx in
[jdx#8087](jdx#8087)
- **(ci)** fix validate-new-tools grep pattern for test field by @jdx in
[jdx#8100](jdx#8100)
- **(config)** make MISE_OFFLINE work correctly by gracefully skipping
network calls by @jdx in [jdx#8109](jdx#8109)
- **(github)** skip v prefix for "latest" version by @jdx in
[jdx#8105](jdx#8105)
- **(gitlab)** resolve tool options from config for aliased tools by
@jdx in [jdx#8084](jdx#8084)
- **(install)** use version_expr for Flutter to fix version resolution
by @jdx in [jdx#8081](jdx#8081)
- **(registry)** add Linux support for tuist by @fortmarek in
[jdx#8102](jdx#8102)
- **(release)** write release notes to file instead of capturing stdout
by @jdx in [jdx#8086](jdx#8086)
- **(upgrade)** tools are not uninstalled properly due to outdated
symlink by @roele in [jdx#8099](jdx#8099)
- **(upgrade)** ensure uninstallation failure does not leave invalid
symlinks by @roele in [jdx#8101](jdx#8101)
- SLSA for in-toto statement with no signatures by @gerhard in
[jdx#8094](jdx#8094)
- Vfox Plugin Auto-Installation for Environment Directives by @pose in
[jdx#8035](jdx#8035)

### 📚 Documentation

- use mise activate for PowerShell in getting-started by @rileychh in
[jdx#8112](jdx#8112)

### 📦 Registry

- add conda backend for mysql by @jdx in
[jdx#8080](jdx#8080)
- add conda backends for 10 asdf-only tools by @jdx in
[jdx#8083](jdx#8083)
- added podman-tui by @tony-sol in
[jdx#8098](jdx#8098)

### Chore

- sort settings.toml alphabetically and add test by @jdx in
[jdx#8111](jdx#8111)

### New Contributors

- @ctaintor made their first contribution in
[jdx#8106](jdx#8106)
- @rileychh made their first contribution in
[jdx#8112](jdx#8112)
- @fortmarek made their first contribution in
[jdx#8102](jdx#8102)
- @pose made their first contribution in
[jdx#8035](jdx#8035)
- @gerhard made their first contribution in
[jdx#8094](jdx#8094)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`entireio/cli`](https://github.com/entireio/cli)
-
[`rmitchellscott/reManager`](https://github.com/rmitchellscott/reManager)

#### Updated Packages (1)

- [`atuinsh/atuin`](https://github.com/atuinsh/atuin)
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(activate)** add shims directory as fallback when auto-install is
enabled by @ctaintor in [jdx#8106](jdx#8106)
- **(env)** add `tools` variable to tera template context by @jdx in
[jdx#8108](jdx#8108)
- **(set)** add --stdin flag for multiline environment variables by @jdx
in [jdx#8110](jdx#8110)

### 🐛 Bug Fixes

- **(backend)** improve conda patchelf and dependency resolution for
complex packages by @jdx in
[jdx#8087](jdx#8087)
- **(ci)** fix validate-new-tools grep pattern for test field by @jdx in
[jdx#8100](jdx#8100)
- **(config)** make MISE_OFFLINE work correctly by gracefully skipping
network calls by @jdx in [jdx#8109](jdx#8109)
- **(github)** skip v prefix for "latest" version by @jdx in
[jdx#8105](jdx#8105)
- **(gitlab)** resolve tool options from config for aliased tools by
@jdx in [jdx#8084](jdx#8084)
- **(install)** use version_expr for Flutter to fix version resolution
by @jdx in [jdx#8081](jdx#8081)
- **(registry)** add Linux support for tuist by @fortmarek in
[jdx#8102](jdx#8102)
- **(release)** write release notes to file instead of capturing stdout
by @jdx in [jdx#8086](jdx#8086)
- **(upgrade)** tools are not uninstalled properly due to outdated
symlink by @roele in [jdx#8099](jdx#8099)
- **(upgrade)** ensure uninstallation failure does not leave invalid
symlinks by @roele in [jdx#8101](jdx#8101)
- SLSA for in-toto statement with no signatures by @gerhard in
[jdx#8094](jdx#8094)
- Vfox Plugin Auto-Installation for Environment Directives by @pose in
[jdx#8035](jdx#8035)

### 📚 Documentation

- use mise activate for PowerShell in getting-started by @rileychh in
[jdx#8112](jdx#8112)

### 📦 Registry

- add conda backend for mysql by @jdx in
[jdx#8080](jdx#8080)
- add conda backends for 10 asdf-only tools by @jdx in
[jdx#8083](jdx#8083)
- added podman-tui by @tony-sol in
[jdx#8098](jdx#8098)

### Chore

- sort settings.toml alphabetically and add test by @jdx in
[jdx#8111](jdx#8111)

### New Contributors

- @ctaintor made their first contribution in
[jdx#8106](jdx#8106)
- @rileychh made their first contribution in
[jdx#8112](jdx#8112)
- @fortmarek made their first contribution in
[jdx#8102](jdx#8102)
- @pose made their first contribution in
[jdx#8035](jdx#8035)
- @gerhard made their first contribution in
[jdx#8094](jdx#8094)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`entireio/cli`](https://github.com/entireio/cli)
-
[`rmitchellscott/reManager`](https://github.com/rmitchellscott/reManager)

#### Updated Packages (1)

- [`atuinsh/atuin`](https://github.com/atuinsh/atuin)
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.

2 participants