Skip to content

chore: release 2026.2.9#8074

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

chore: release 2026.2.9#8074
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • auto-select no-YJIT Ruby on older glibc systems by @jdx in #8069

🐛 Bug Fixes

  • (shim) update mise-shim.exe during self-update on Windows by @jdx in #8075
  • Bump xx to 2.5 by @erickt in #8077

📚 Documentation

  • (ruby) remove experimental language for precompiled binaries by @jdx in #8073

New Contributors

📦 Aqua Registry Updates

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 performs a routine version update for the mise project, incrementing the version number across its core configuration files, build manifests, and documentation. It also includes an update to a specific tool's dependency version and incorporates a recent documentation improvement into the changelog, ensuring all project metadata is consistent with the new release.

Highlights

  • Version Bump: The project version has been updated from 2026.2.8 to 2026.2.9 across all relevant configuration and documentation files.
  • Dependency Update: The hk tool's version in mise.lock has been upgraded from 1.35.0 to 1.36.0, including updates to its platform-specific checksums and download URLs.
  • Changelog Entry: The CHANGELOG.md has been updated to reflect the new release 2026.2.9, specifically noting a documentation change related to removing experimental language for Ruby precompiled binaries.
Changelog
  • CHANGELOG.md
    • Added a new entry for version 2026.2.9, including a documentation update for Ruby precompiled binaries.
  • Cargo.lock
    • Updated the mise package version to 2026.2.9.
    • Updated the hk tool version from 1.35.0 to 1.36.0 with new checksums and URLs for various platforms.
  • Cargo.toml
    • Updated the mise package version to 2026.2.9.
  • README.md
    • Updated the displayed version number in the example output to 2026.2.9.
  • completions/_mise
    • Updated the version string in the temporary spec file name from 2026_2_8 to 2026_2_9.
  • completions/mise.bash
    • Updated the version string in the temporary spec file name from 2026_2_8 to 2026_2_9.
  • completions/mise.fish
    • Updated the version string in the temporary spec file name from 2026_2_8 to 2026_2_9.
  • completions/mise.ps1
    • Updated the version string in the temporary spec file name from 2026_2_8 to 2026_2_9.
  • default.nix
    • Updated the mise package version to 2026.2.9.
  • mise.lock
    • Updated the hk tool version from 1.35.0 to 1.36.0 and refreshed associated platform checksums and URLs.
  • packaging/rpm/mise.spec
    • Updated the Version field to 2026.2.9.
  • snapcraft.yaml
    • Updated the version field to 2026.2.9.
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.

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.9 release. It includes updates to the CHANGELOG.md, version bumps in various configuration files (Cargo.toml, Cargo.lock, default.nix, etc.), and updates dependencies like hk in mise.lock. The changes are consistent and appear correct for a release. I have no specific feedback or concerns.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.8 x -- echo 41.1 ± 0.7 40.1 47.2 1.00
mise x -- echo 41.6 ± 5.9 39.0 170.2 1.01 ± 0.14

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.8 env 40.6 ± 0.6 38.3 45.2 1.00
mise env 40.6 ± 0.8 38.3 46.6 1.00 ± 0.02

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.8 hook-env 41.2 ± 0.5 39.2 42.7 1.00
mise hook-env 41.4 ± 0.5 39.6 43.3 1.01 ± 0.02

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.8 ls 66.6 ± 1.3 62.7 85.0 1.00
mise ls 67.2 ± 0.9 64.3 81.9 1.01 ± 0.02

xtasks/test/perf

Command mise-2026.2.8 mise Variance
install (cached) 117ms 117ms +0%
ls (cached) 72ms 72ms +0%
bin-paths (cached) 76ms 76ms +0%
task-ls (cached) 532ms 533ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 7fd74c0 to da1befc Compare February 10, 2026 01:41
@mise-en-dev mise-en-dev merged commit 321980e into main Feb 10, 2026
61 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 10, 2026 10:20
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- auto-select no-YJIT Ruby on older glibc systems by @jdx in
[jdx#8069](jdx#8069)

### 🐛 Bug Fixes

- **(shim)** update mise-shim.exe during self-update on Windows by @jdx
in [jdx#8075](jdx#8075)
- Bump xx to 2.5 by @erickt in
[jdx#8077](jdx#8077)

### 📚 Documentation

- **(ruby)** remove experimental language for precompiled binaries by
@jdx in [jdx#8073](jdx#8073)

### New Contributors

- @erickt made their first contribution in
[jdx#8077](jdx#8077)

## 📦 Aqua Registry Updates

#### Updated Packages (1)

- [`carthage-software/mago`](https://github.com/carthage-software/mago)
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