Skip to content

chore: release 2026.2.0#7921

Merged
mise-en-dev merged 1 commit into
mainfrom
release
Feb 1, 2026
Merged

chore: release 2026.2.0#7921
mise-en-dev merged 1 commit into
mainfrom
release

Conversation

@mise-en-dev

@mise-en-dev mise-en-dev commented Jan 31, 2026

Copy link
Copy Markdown
Collaborator

🚀 Features

  • (edit) add interactive config editor (mise edit) by @jdx in #7930
  • (lockfile) graduate lockfiles from experimental by @jdx in #7929
  • (task) add support for usage values in task confirm dialog by @roele in #7924
  • (task) improve source freshness checking with edge case handling by @jdx in #7932

🐛 Bug Fixes

  • (activate) preserve ordering of paths appended after mise activate by @jdx in #7919
  • (install) sort failed installations for deterministic error output by @jdx in #7936
  • (lockfile) preserve URL and prefer sha256 when merging platform info by @jdx in #7923
  • (lockfile) add atomic writes and cache invalidation by @jdx in #7927
  • (templates) use sha256 for hash filter instead of blake3 by @jdx in #7925
  • (upgrade) respect tracked configs when pruning old versions by @jdx in #7926

🚜 Refactor

  • (progress) migrate from indicatif to clx by @jdx in #7928

📚 Documentation

⚡ Performance

  • (install) use Kahn's algorithm for dependency scheduling by @jdx in #7933
  • use Aho-Corasick for efficient redaction by @jdx in #7931

🧪 Testing

  • remove flaky test_http_version_list test by @jdx in #7934

Chore

  • use github backend instead of ubi in mise.lock by @jdx in #7922

New Contributors

@gemini-code-assist

Copy link
Copy Markdown
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 serves as a release candidate for mise version 2026.1.13. Its primary purpose is to update all relevant project files to reflect the new version number and to officially include a critical bug fix related to path ordering within the mise activate command. The changes are largely administrative, ensuring consistency across the codebase for the new release.

Highlights

  • New Release: This pull request marks the official release of mise version 2026.1.13.
  • Bug Fix Inclusion: The release incorporates a bug fix that ensures the correct ordering of paths appended after mise activate.
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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

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.1.13 release. The changes primarily consist of version bumps across various files, including Cargo.toml, CHANGELOG.md, completion scripts, and packaging configurations. The version updates are consistent and appear correct for a release. Additionally, there are minor dependency updates in mise.lock. The changes look good for the release.

@github-actions

github-actions Bot commented Jan 31, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.1.12 x -- echo 19.6 ± 0.4 19.0 23.5 1.00
mise x -- echo 19.8 ± 0.5 19.2 25.0 1.01 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.1.12 env 19.1 ± 0.6 18.5 25.8 1.00
mise env 19.3 ± 0.3 18.7 20.8 1.01 ± 0.03

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.1.12 hook-env 20.0 ± 0.7 19.2 32.8 1.00 ± 0.04
mise hook-env 20.0 ± 0.4 19.4 25.2 1.00

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.1.12 ls 17.5 ± 0.2 17.1 18.1 1.00
mise ls 17.9 ± 0.3 17.4 20.6 1.02 ± 0.02

xtasks/test/perf

Command mise-2026.1.12 mise Variance
install (cached) 109ms 111ms -1%
ls (cached) 69ms 70ms -1%
bin-paths (cached) 73ms 74ms -1%
task-ls (cached) 2487ms 2488ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 13 times, most recently from acf8270 to 7018162 Compare February 1, 2026 00:08
@mise-en-dev mise-en-dev changed the title chore: release 2026.1.13 chore: release 2026.2.0 Feb 1, 2026
@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from c1b8326 to e8c00a4 Compare February 1, 2026 00:21
@mise-en-dev mise-en-dev merged commit 427fb8a into main Feb 1, 2026
81 of 82 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 1, 2026 10:05
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(edit)** add interactive config editor (`mise edit`) by @jdx in
[jdx#7930](jdx#7930)
- **(lockfile)** graduate lockfiles from experimental by @jdx in
[jdx#7929](jdx#7929)
- **(task)** add support for usage values in task confirm dialog by
@roele in [jdx#7924](jdx#7924)
- **(task)** improve source freshness checking with edge case handling
by @jdx in [jdx#7932](jdx#7932)

### 🐛 Bug Fixes

- **(activate)** preserve ordering of paths appended after mise activate
by @jdx in [jdx#7919](jdx#7919)
- **(install)** sort failed installations for deterministic error output
by @jdx in [jdx#7936](jdx#7936)
- **(lockfile)** preserve URL and prefer sha256 when merging platform
info by @jdx in [jdx#7923](jdx#7923)
- **(lockfile)** add atomic writes and cache invalidation by @jdx in
[jdx#7927](jdx#7927)
- **(templates)** use sha256 for hash filter instead of blake3 by @jdx
in [jdx#7925](jdx#7925)
- **(upgrade)** respect tracked configs when pruning old versions by
@jdx in [jdx#7926](jdx#7926)

### 🚜 Refactor

- **(progress)** migrate from indicatif to clx by @jdx in
[jdx#7928](jdx#7928)

### 📚 Documentation

- improve clarity on uvx and pipx dependencies by @ygormutti in
[jdx#7878](jdx#7878)

### ⚡ Performance

- **(install)** use Kahn's algorithm for dependency scheduling by @jdx
in [jdx#7933](jdx#7933)
- use Aho-Corasick for efficient redaction by @jdx in
[jdx#7931](jdx#7931)

### 🧪 Testing

- remove flaky test_http_version_list test by @jdx in
[jdx#7934](jdx#7934)

### Chore

- use github backend instead of ubi in mise.lock by @jdx in
[jdx#7922](jdx#7922)

### New Contributors

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