Skip to content

chore: release 2026.2.22#8361

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

chore: release 2026.2.22#8361
mise-en-dev merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Collaborator

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

🚀 Features

  • add --outdated flag to mise plugins ls by @jdx in #8360

🐛 Bug Fixes

  • (github) resolve rename_exe search dir for archives with bin/ subdirectory by @jdx in #8358
  • (install) skip tools=true env directives during backend installation by @jdx in #8356
  • (ruby) resolve correct Windows checksums in lockfile by @jdx in #8357

📦 Registry

Chore

  • (release) fix duplicated version prefix in release title by @jdx in #8359

New Contributors

📦 Aqua Registry Updates

New Packages (1)

Updated 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 finalizes the release of mise version 2026.2.22. It incorporates a critical bug fix concerning executable renaming within archived directories and expands the Aqua Registry by adding a new tool. Additionally, it updates the version of a core dependency, ensuring the project remains current with its toolchain.

Highlights

  • New Release Version: The mise project has been updated to version 2026.2.22 across various configuration and build files.
  • Bug Fix: A bug related to resolving the rename_exe search directory for archives containing a bin/ subdirectory has been addressed.
  • Aqua Registry Update: A new package, huseyinbabal/taws (Terminal UI for AWS), has been added to the Aqua Registry.
  • Tool Version Update: The bun tool has been updated from version 1.3.9 to 1.3.10 in mise.lock, including updated checksums for various platforms.
Changelog
  • CHANGELOG.md
    • Added release notes for version 2026.2.22, detailing a bug fix for rename_exe and the addition of huseyinbabal/taws to the Aqua Registry.
  • Cargo.lock
    • Updated aqua-registry and mise package versions.
    • Updated bun tool version and its platform-specific checksums/URLs.
  • Cargo.toml
    • Updated the mise package version to 2026.2.22.
  • README.md
    • Updated the displayed mise version in the example output.
  • completions/_mise
    • Updated the version number in the temporary spec file path.
  • completions/mise.bash
    • Updated the version number in the temporary spec file path.
  • completions/mise.fish
    • Updated the version number in the temporary spec file path.
  • completions/mise.ps1
    • Updated the version number in the temporary spec file path.
  • crates/aqua-registry/Cargo.toml
    • Updated the aqua-registry package version to 2026.2.15.
  • crates/aqua-registry/aqua-registry/pkgs/huseyinbabal/taws/registry.yaml
    • Added a new Aqua Registry configuration for the huseyinbabal/taws package.
  • default.nix
    • Updated the mise package version to 2026.2.22.
  • mise.lock
    • Updated the bun tool version from 1.3.9 to 1.3.10 and refreshed its platform-specific checksums and URLs.
  • packaging/rpm/mise.spec
    • Updated the mise package version to 2026.2.22.
  • snapcraft.yaml
    • Updated the mise snap package version to 2026.2.22.
Activity
  • This pull request was created by mise-en-dev to release version 2026.2.22 of the mise project.
  • The description indicates a bug fix by @jdx related to rename_exe and the addition of a new package to the Aqua Registry.
  • No further human activity such as comments or reviews are available in the provided context.
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.

@greptile-apps
Copy link

greptile-apps bot commented Feb 26, 2026

Greptile Summary

Standard release commit bumping version from 2026.2.21 to 2026.2.22. Includes changelog documentation for bug fix #8358 (github backend archive search directory resolution) and adds new aqua registry package huseyinbabal/taws.

  • Version updated across all package manifests (Cargo, Nix, RPM, Snap)
  • Completion file spec paths updated with new version
  • New aqua package registry for taws with proper platform-specific asset mappings and checksums
  • mise.lock updated with bun 1.3.10 (from 1.3.9) including all platform checksums

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a standard automated release commit
  • All changes are mechanical version bumps, changelog updates, and package registry additions. No code logic changes. The new aqua registry file follows established patterns with proper version constraints and platform mappings.
  • No files require special attention

Important Files Changed

Filename Overview
CHANGELOG.md Standard changelog entry for release 2026.2.22 with bug fix and new package documentation
Cargo.toml Version bump from 2026.2.21 to 2026.2.22
crates/aqua-registry/aqua-registry/pkgs/huseyinbabal/taws/registry.yaml New aqua package registry for taws (Terminal UI for AWS) with version-specific asset mappings
mise.lock Updated bun from 1.3.9 to 1.3.10 with new platform checksums

Last reviewed commit: 854c81e

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.22 release. The changes primarily consist of version bumps across various configuration and documentation files, including Cargo.toml, CHANGELOG.md, README.md, and packaging-related files. It also updates the bun tool version in mise.lock and adds a new package huseyinbabal/taws to the Aqua registry. The changes are consistent with a standard release process and appear to be correct.

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from e65914c to 712684e Compare February 26, 2026 12:20
@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.21 x -- echo 26.4 ± 0.7 24.9 34.3 1.00
mise x -- echo 26.6 ± 1.0 25.0 40.4 1.01 ± 0.05

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.21 env 26.0 ± 0.8 24.4 30.2 1.00
mise env 26.7 ± 0.6 25.0 29.5 1.02 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.21 hook-env 27.5 ± 0.7 25.6 29.3 1.00 ± 0.03
mise hook-env 27.5 ± 0.5 25.9 29.0 1.00

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.2.21 ls 26.2 ± 0.7 24.5 28.4 1.04 ± 0.04
mise ls 25.2 ± 0.7 23.9 27.2 1.00

xtasks/test/perf

Command mise-2026.2.21 mise Variance
install (cached) 165ms 163ms +1%
ls (cached) 94ms 93ms +1%
bin-paths (cached) 96ms 95ms +1%
task-ls (cached) 820ms 838ms -2%

@mise-en-dev mise-en-dev force-pushed the release branch 3 times, most recently from b0b6b41 to 4cd4307 Compare February 26, 2026 20:34
@mise-en-dev mise-en-dev merged commit 39465f3 into main Feb 27, 2026
61 checks passed
@mise-en-dev mise-en-dev deleted the release branch February 27, 2026 10:12
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
### 🚀 Features

- add `--outdated` flag to `mise plugins ls` by @jdx in
[jdx#8360](jdx#8360)

### 🐛 Bug Fixes

- **(github)** resolve rename_exe search dir for archives with bin/
subdirectory by @jdx in [jdx#8358](jdx#8358)
- **(install)** skip tools=true env directives during backend
installation by @jdx in [jdx#8356](jdx#8356)
- **(ruby)** resolve correct Windows checksums in lockfile by @jdx in
[jdx#8357](jdx#8357)

### 📦 Registry

- switch terradozer backend to github fork by @chenrui333 in
[jdx#8365](jdx#8365)

### Chore

- **(release)** fix duplicated version prefix in release title by @jdx
in [jdx#8359](jdx#8359)

### New Contributors

- @chenrui333 made their first contribution in
[jdx#8365](jdx#8365)

## 📦 Aqua Registry Updates

#### New Packages (1)

- [`huseyinbabal/taws`](https://github.com/huseyinbabal/taws)

#### Updated Packages (2)

- [`block/goose`](https://github.com/block/goose)
- [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
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