Skip to content

chore: release 2026.2.15#8177

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

chore: release 2026.2.15#8177
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • (task) stream keep-order output in real-time per task by @jdx in #8164

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • (plugins) replace node/asdf-nodejs examples with vfox plugins by @jdx in #8191

⚡ Performance

New Contributors

📦 Aqua Registry Updates

New Packages (2)

@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.15. This release primarily incorporates a bug fix that enhances the reliability of source freshness checks for tasks by leveraging dynamic task directories, and updates various configuration files to reflect the new version.

Highlights

  • Version Bump: The project version has been updated to 2026.2.15 across all relevant configuration and documentation files.
  • Bug Fix Included: A bug fix was integrated to improve source freshness checks for tasks by incorporating dynamic task directories, addressing an issue reported in fix(task): improve source freshness checks with dynamic task dirs #8169.
  • New Contributor: @rooperuu made their first contribution to the project by implementing the task-related bug fix.
Changelog
  • CHANGELOG.md
    • Added a new entry for version 2026.2.15 detailing a bug fix for task source freshness and acknowledging a new contributor.
  • Cargo.lock
    • Updated the mise package version to 2026.2.15.
  • Cargo.toml
    • Updated the mise package version to 2026.2.15.
  • README.md
    • Updated the displayed version number to 2026.2.15.
  • completions/_mise
    • Updated the temporary spec file name to reflect the new version 2026.2.15.
  • completions/mise.bash
    • Updated the temporary spec file name to reflect the new version 2026.2.15.
  • completions/mise.fish
    • Updated the temporary spec file name to reflect the new version 2026.2.15.
  • completions/mise.ps1
    • Updated the temporary spec file name to reflect the new version 2026.2.15.
  • default.nix
    • Updated the mise package version to 2026.2.15.
  • docs/.vitepress/stars.data.ts
    • Updated the star count from 24.5k to 24.6k.
  • packaging/rpm/mise.spec
    • Updated the package version to 2026.2.15.
  • snapcraft.yaml
    • Updated the snap package version to 2026.2.15.
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 version bump for the 2026.2.15 release. The changes are consistent across all relevant files, including Cargo.toml, CHANGELOG.md, and various configuration and completion scripts. The updates appear to be correct and part of the standard release process. I find no issues with these changes.

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 x -- echo 25.6 ± 0.6 23.9 30.5 1.00
mise x -- echo 26.4 ± 1.2 24.1 33.9 1.03 ± 0.05

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 env 24.8 ± 0.7 23.4 27.5 1.00 ± 0.04
mise env 24.8 ± 0.8 23.2 27.4 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 hook-env 25.2 ± 0.7 23.9 28.1 1.00
mise hook-env 26.9 ± 0.8 24.8 31.9 1.07 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.13 ls 24.6 ± 0.5 23.2 25.8 1.00
mise ls 25.4 ± 0.6 23.5 26.8 1.03 ± 0.03

xtasks/test/perf

Command mise-2026.2.13 mise Variance
install (cached) 133ms 139ms -4%
ls (cached) 84ms 86ms -2%
bin-paths (cached) 87ms 89ms -2%
task-ls (cached) 846ms 832ms +1%

@mise-en-dev mise-en-dev force-pushed the release branch 12 times, most recently from fcc5d5e to dd3e1ab Compare February 16, 2026 23:36
@mise-en-dev mise-en-dev merged commit 79639cc into main Feb 17, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 17, 2026 10:17
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(task)** stream keep-order output in real-time per task by @jdx in
[jdx#8164](jdx#8164)

### 🐛 Bug Fixes

- **(aqua)** resolve lockfile artifacts for target platform (fix
discussion jdx#7479) by @mackwic in
[jdx#8183](jdx#8183)
- **(exec)** strip shims from PATH to prevent recursive shim execution
by @jdx in [jdx#8189](jdx#8189)
- **(hook-env)** preserve PATH reordering done after activation by @jdx
in [jdx#8190](jdx#8190)
- **(lockfile)** resolve version aliases before lockfile lookup by @jdx
in [jdx#8194](jdx#8194)
- **(registry)** set helm-diff archive bin name to diff by @jean-humann
in [jdx#8173](jdx#8173)
- **(task)** improve source freshness checks with dynamic task dirs by
@rooperuu in [jdx#8169](jdx#8169)
- **(task)** resolve global tasks when running from monorepo root by
@jdx in [jdx#8192](jdx#8192)
- **(task)** prevent wildcard glob `test:*` from matching parent task
`test` by @jdx in [jdx#8165](jdx#8165)
- **(task)** resolve task_config.includes relative to config root by
@jdx in [jdx#8193](jdx#8193)
- **(upgrade)** skip untrusted tracked configs during upgrade by @jdx in
[jdx#8195](jdx#8195)

### 🚜 Refactor

- use enum for npm.pacakge_manager by @risu729 in
[jdx#8180](jdx#8180)

### 📚 Documentation

- **(plugins)** replace node/asdf-nodejs examples with vfox plugins by
@jdx in [jdx#8191](jdx#8191)

### ⚡ Performance

- call npm view only once by @risu729 in
[jdx#8181](jdx#8181)

### New Contributors

- @jean-humann made their first contribution in
[jdx#8173](jdx#8173)
- @mackwic made their first contribution in
[jdx#8183](jdx#8183)
- @rooperuu made their first contribution in
[jdx#8169](jdx#8169)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`BetterDiscord/cli`](https://github.com/BetterDiscord/cli)
- [`glossia.ai/cli`](https://github.com/glossia.ai/cli)
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
### 🚀 Features

- **(task)** stream keep-order output in real-time per task by @jdx in
[jdx#8164](jdx#8164)

### 🐛 Bug Fixes

- **(aqua)** resolve lockfile artifacts for target platform (fix
discussion jdx#7479) by @mackwic in
[jdx#8183](jdx#8183)
- **(exec)** strip shims from PATH to prevent recursive shim execution
by @jdx in [jdx#8189](jdx#8189)
- **(hook-env)** preserve PATH reordering done after activation by @jdx
in [jdx#8190](jdx#8190)
- **(lockfile)** resolve version aliases before lockfile lookup by @jdx
in [jdx#8194](jdx#8194)
- **(registry)** set helm-diff archive bin name to diff by @jean-humann
in [jdx#8173](jdx#8173)
- **(task)** improve source freshness checks with dynamic task dirs by
@rooperuu in [jdx#8169](jdx#8169)
- **(task)** resolve global tasks when running from monorepo root by
@jdx in [jdx#8192](jdx#8192)
- **(task)** prevent wildcard glob `test:*` from matching parent task
`test` by @jdx in [jdx#8165](jdx#8165)
- **(task)** resolve task_config.includes relative to config root by
@jdx in [jdx#8193](jdx#8193)
- **(upgrade)** skip untrusted tracked configs during upgrade by @jdx in
[jdx#8195](jdx#8195)

### 🚜 Refactor

- use enum for npm.pacakge_manager by @risu729 in
[jdx#8180](jdx#8180)

### 📚 Documentation

- **(plugins)** replace node/asdf-nodejs examples with vfox plugins by
@jdx in [jdx#8191](jdx#8191)

### ⚡ Performance

- call npm view only once by @risu729 in
[jdx#8181](jdx#8181)

### New Contributors

- @jean-humann made their first contribution in
[jdx#8173](jdx#8173)
- @mackwic made their first contribution in
[jdx#8183](jdx#8183)
- @rooperuu made their first contribution in
[jdx#8169](jdx#8169)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`BetterDiscord/cli`](https://github.com/BetterDiscord/cli)
- [`glossia.ai/cli`](https://github.com/glossia.ai/cli)
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