Skip to content

chore: release 2026.2.8#8055

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

chore: release 2026.2.8#8055
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • (node) support package.json as idiomatic version file by @jdx in #8059
  • (ruby) graduate precompiled ruby from experimental (gradual rollout) by @jdx in #8052
  • add --dry-run-code flag to exit non-zero when there is work to do by @jdx in #8063

🐛 Bug Fixes

  • (core) respect MISE_ARCH override in bun and erlang plugins by @jdx in #8062
  • (hooks) resolve 12 community-reported hooks issues by @jdx in #8058
  • accept key=value format in set/add subcommands by @jdx in #8053

📚 Documentation

📦️ Dependency Updates

  • upgrade toml to 0.9 and toml_edit to 0.24 (TOML 1.1) by @jdx in #8057

📦 Registry

@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 serves as a release chore, incrementing the project's version to 2026.2.8. A significant functional change included in this release is the graduation of precompiled Ruby from an experimental phase to a more stable, gradually rolled-out feature. Additionally, a minor version update for the bun tool dependency has been incorporated.

Highlights

  • Version Bump: The project version has been updated from 2026.2.7 to 2026.2.8 across various configuration and documentation files.
  • Ruby Feature Graduation: Precompiled Ruby support has been graduated from experimental status, indicating a move towards a stable, gradual rollout.
  • Dependency Update: The bun tool dependency has been updated from version 1.3.8 to 1.3.9, including updates to its platform-specific checksums and download URLs.
Changelog
  • CHANGELOG.md
    • Added a new release entry for version 2026.2.8.
    • Documented the graduation of precompiled Ruby from experimental status.
  • Cargo.lock
    • Updated the mise package version from 2026.2.7 to 2026.2.8.
  • Cargo.toml
    • Updated the mise package version from 2026.2.7 to 2026.2.8.
  • README.md
    • Updated the displayed version string from 2026.2.7 to 2026.2.8.
  • completions/_mise
    • Updated the temporary spec file name to reflect the new version 2026.2.8.
  • completions/mise.bash
    • Updated the temporary spec file name to reflect the new version 2026.2.8.
  • completions/mise.fish
    • Updated the temporary spec file name to reflect the new version 2026.2.8.
  • completions/mise.ps1
    • Updated the temporary spec file name to reflect the new version 2026.2.8.
  • default.nix
    • Updated the mise package version from 2026.2.7 to 2026.2.8.
  • mise.lock
    • Updated the bun tool version from 1.3.8 to 1.3.9.
    • Updated platform-specific checksums and download URLs for the bun tool.
  • packaging/rpm/mise.spec
    • Updated the package version from 2026.2.7 to 2026.2.8.
  • snapcraft.yaml
    • Updated the snap package version from 2026.2.7 to 2026.2.8.
Activity
  • No human activity (comments, reviews, or progress updates) has been recorded on this pull request since its creation.
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 prepares for the 2026.2.8 release. The changes consist of version bumps in various files like Cargo.toml, CHANGELOG.md, README.md, and several packaging and completion scripts. Additionally, the bun dependency is updated in mise.lock. The changes are consistent and look correct for a release.

@github-actions
Copy link

github-actions bot commented Feb 8, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.7 x -- echo 22.4 ± 0.9 21.0 34.8 1.00
mise x -- echo 24.1 ± 1.5 22.5 40.2 1.08 ± 0.08

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.7 env 21.9 ± 0.7 21.0 33.2 1.00
mise env 23.9 ± 1.2 22.3 37.0 1.09 ± 0.07

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.7 hook-env 22.5 ± 0.6 21.6 29.9 1.00
mise hook-env 23.3 ± 1.1 21.5 34.0 1.04 ± 0.06

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.7 ls 19.7 ± 0.9 18.7 34.6 1.00
mise ls 21.7 ± 1.2 20.1 37.4 1.10 ± 0.08

xtasks/test/perf

Command mise-2026.2.7 mise Variance
install (cached) 123ms 122ms +0%
ls (cached) 73ms 75ms -2%
bin-paths (cached) 79ms 80ms -1%
task-ls (cached) 541ms 539ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 9 times, most recently from f1827b3 to 5581664 Compare February 8, 2026 23:44
@mise-en-dev mise-en-dev merged commit 67b504b into main Feb 9, 2026
81 of 82 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 9, 2026 10:23
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(node)** support package.json as idiomatic version file by @jdx in
[jdx#8059](jdx#8059)
- **(ruby)** graduate precompiled ruby from experimental (gradual
rollout) by @jdx in [jdx#8052](jdx#8052)
- add --dry-run-code flag to exit non-zero when there is work to do by
@jdx in [jdx#8063](jdx#8063)

### 🐛 Bug Fixes

- **(core)** respect MISE_ARCH override in bun and erlang plugins by
@jdx in [jdx#8062](jdx#8062)
- **(hooks)** resolve 12 community-reported hooks issues by @jdx in
[jdx#8058](jdx#8058)
- accept key=value format in set/add subcommands by @jdx in
[jdx#8053](jdx#8053)

### 📚 Documentation

- bump action versions in GitHub Actions examples by @muzimuzhi in
[jdx#8065](jdx#8065)
- add opengraph meta tags by @jdx in
[jdx#8066](jdx#8066)

### 📦️ Dependency Updates

- upgrade toml to 0.9 and toml_edit to 0.24 (TOML 1.1) by @jdx in
[jdx#8057](jdx#8057)

### 📦 Registry

- add quicktype (npm:quicktype) by @zdunecki in
[jdx#8054](jdx#8054)
- use inline table for test definitions by @jdx in
[jdx#8056](jdx#8056)
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