Skip to content

chore: release 2026.2.4#7999

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

chore: release 2026.2.4#7999
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🐛 Bug Fixes

  • (env) resolve sourced env for tool templates by @corymhall in #7895
  • (npm) only declare the configured package manager as a dependency by @jdx in #7995
  • (upgrade) respect use_locked_version when checking tracked configs by @jdx in #7997
  • ignore MISE_TOOL_VERSION in env var parsing by @jdx in #8004

New Contributors

@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 introduces version 2026.2.4 of the mise project. The primary change in this release is a critical bug fix that ensures the upgrade command properly honors the use_locked_version setting for tracked configurations. Additionally, this release includes routine updates to various project files to reflect the new version number and an increment in the project's star count.

Highlights

  • Bug Fix: The upgrade command now correctly respects use_locked_version when checking tracked configurations, resolving an issue where this setting was previously ignored.
Changelog
  • CHANGELOG.md
    • Added a new changelog entry for version 2026.2.4, detailing the bug fix for use_locked_version.
    • Removed the 'Aqua Registry Updates' section from the previous 2026.2.2 entry.
  • Cargo.lock
    • Updated the mise package version from 2026.2.3 to 2026.2.4.
  • Cargo.toml
    • Updated the mise package version from 2026.2.3 to 2026.2.4.
  • README.md
    • Updated the displayed version number in the README from 2026.2.3 to 2026.2.4.
  • completions/_mise
    • Updated the temporary spec file name to include the new version 2026.2.4.
  • completions/mise.bash
    • Updated the temporary spec file name to include the new version 2026.2.4.
  • completions/mise.fish
    • Updated the temporary spec file name to include the new version 2026.2.4.
  • completions/mise.ps1
    • Updated the temporary spec file name to include the new version 2026.2.4.
  • default.nix
    • Updated the mise package version from 2026.2.3 to 2026.2.4.
  • docs/.vitepress/stars.data.ts
    • Incremented the displayed star count from '24.1k' to '24.2k'.
  • packaging/rpm/mise.spec
    • Updated the mise package version from 2026.2.3 to 2026.2.4.
  • snapcraft.yaml
    • Updated the mise package version from 2026.2.3 to 2026.2.4.
Activity
  • No specific review comments or activities were provided for this pull request.
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 updates the version to 2026.2.4 across various files, including the changelog, Cargo files, and packaging configurations. The changes are mostly mechanical and consistent with a release. However, I've noticed that a section from a previous release's entry in CHANGELOG.md has been removed, which seems unintentional. Changelogs should generally be append-only to maintain a complete history of the project.

I am having trouble creating individual review comments. Click here to see my feedback.

CHANGELOG.md (24-29)

high

This change removes the 'Aqua Registry Updates' section from the v2026.2.3 release notes. Changelogs should generally be append-only to preserve the history of changes. This removal appears to be accidental and should likely be reverted.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.3 x -- echo 21.7 ± 0.7 20.8 33.3 1.00
mise x -- echo 22.1 ± 0.7 20.8 28.8 1.02 ± 0.05

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.3 env 20.6 ± 0.3 19.9 25.3 1.00
mise env 21.5 ± 0.5 20.3 24.3 1.05 ± 0.03

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.3 hook-env 21.5 ± 0.4 20.8 26.5 1.00
mise hook-env 22.3 ± 0.4 21.4 23.9 1.04 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.3 ls 19.0 ± 0.3 18.4 20.1 1.00
mise ls 20.0 ± 0.4 19.1 21.3 1.05 ± 0.03

xtasks/test/perf

Command mise-2026.2.3 mise Variance
install (cached) 113ms 115ms -1%
ls (cached) 71ms 72ms -1%
bin-paths (cached) 76ms 76ms +0%
task-ls (cached) 533ms 540ms -1%

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 4ed644d to 89e9c19 Compare February 4, 2026 23:57
@mise-en-dev mise-en-dev merged commit 4d8b611 into main Feb 5, 2026
62 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 5, 2026 10:15
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🐛 Bug Fixes

- **(env)** resolve sourced env for tool templates by @corymhall in
[jdx#7895](jdx#7895)
- **(npm)** only declare the configured package manager as a dependency
by @jdx in [jdx#7995](jdx#7995)
- **(upgrade)** respect use_locked_version when checking tracked configs
by @jdx in [jdx#7997](jdx#7997)
- ignore MISE_TOOL_VERSION in env var parsing by @jdx in
[jdx#8004](jdx#8004)

### New Contributors

- @corymhall made their first contribution in
[jdx#7895](jdx#7895)
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