Skip to content

chore: release 2026.6.8#10426

Merged
jdx merged 1 commit into
mainfrom
release
Jun 14, 2026
Merged

chore: release 2026.6.8#10426
jdx merged 1 commit into
mainfrom
release

Conversation

@mise-en-dev

@mise-en-dev mise-en-dev commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

🐛 Bug Fixes

📚 Documentation

  • (css) align social links icons vertically center by @smasato in #10424

Chore

New Contributors

📦 Aqua Registry Updates

New Packages (1)

Summary by CodeRabbit

  • Bug Fixes

    • Multiple bug fixes included in this release
  • Documentation

    • Improved vertical alignment of CSS social link icons
  • Chores

    • Version bumped to 2026.6.8
    • Updated shell completion specifications across all supported shells
    • Updated Aqua Registry with new configuration constraints and asset overrides

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c6b57be1-5391-428a-a4cc-13cfd73d0ca0

📥 Commits

Reviewing files that changed from the base of the PR and between 0319c94 and e049a87.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (12)
  • CHANGELOG.md
  • Cargo.toml
  • README.md
  • completions/_mise
  • completions/mise.bash
  • completions/mise.fish
  • completions/mise.ps1
  • default.nix
  • packaging/rpm/mise.spec
  • snapcraft.yaml
  • vendor/aqua-registry/metadata.json
  • vendor/aqua-registry/registry.yml
✅ Files skipped from review due to trivial changes (9)
  • vendor/aqua-registry/metadata.json
  • packaging/rpm/mise.spec
  • Cargo.toml
  • completions/mise.bash
  • snapcraft.yaml
  • README.md
  • completions/mise.ps1
  • completions/_mise
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • completions/mise.fish
  • vendor/aqua-registry/registry.yml
  • default.nix

📝 Walkthrough

Walkthrough

Version bump from 2026.6.7 to 2026.6.8 across the project: Cargo.toml, default.nix, RPM spec, and snapcraft manifest versions are updated; all four shell completion scripts reference the new versioned usage spec filename; README quickstart output, CHANGELOG, and aqua registry metadata are updated accordingly.

Changes

Release 2026.6.8 Version Bump

Layer / File(s) Summary
Version bump in build and packaging manifests
Cargo.toml, default.nix, packaging/rpm/mise.spec, snapcraft.yaml
Package version updated from 2026.6.7 to 2026.6.8 in all build and packaging manifests.
Completion scripts updated to new versioned spec file
completions/_mise, completions/mise.bash, completions/mise.fish, completions/mise.ps1
Internal spec-file variable in each shell completion script updated from the 2026_6_7 artifact to the 2026_6_8 artifact.
Release documentation and registry updates
CHANGELOG.md, README.md, vendor/aqua-registry/metadata.json, vendor/aqua-registry/registry.yml
CHANGELOG gains a new 2026.6.8 entry with documentation bullet and new contributor note; README quickstart version string updated; aqua registry tag updated and fallow project configuration expanded with version constraints and asset overrides.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • jdx/mise#10389: Prior release version bump updating the same completion scripts' usage spec filename constants.
  • jdx/mise#10322: Same pattern of release bump touching identical completion spec filename variables across _mise, bash, fish, and ps1.
  • jdx/mise#10362: Identical release PR structure updating the same shell completion scripts to reference a versioned usage spec file.

Poem

🐇 Hippity hop, a new version is here,
From 2026.6.7 to .8 — give a cheer!
The specs are updated, the changelog in place,
A new contributor joined the race.
With completions all bumped and README in line,
This rabbit says: everything looks just fine! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release 2026.6.8' directly and accurately summarizes the main change in the pull request, which is a version bump release.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps

greptile-apps Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Standard release bump from 2026.6.7 to 2026.6.8, updating version strings across all packaging artifacts (Cargo.toml, Cargo.lock, default.nix, RPM spec, Snapcraft, completion scripts, and README.md), plus a one-entry aqua registry update.

  • All version strings are consistently updated to 2026.6.8 across every packaging and completion file.
  • Aqua registry gains fallow-rs/fallow (Rust-native TypeScript/JS codebase intelligence tool) with version-specific overrides handling no_asset exclusions and windows_arm_emulation differences for older releases.

Confidence Score: 5/5

Safe to merge — all changes are mechanical version bumps and a well-structured aqua registry addition.

Every file change is either a version-string update (consistent across all packaging files) or the addition of a single aqua registry entry with correctly structured version overrides. The new fallow-rs/fallow entry follows the existing registry patterns and has ~3.6k GitHub stars.

No files require special attention.

Important Files Changed

Filename Overview
vendor/aqua-registry/registry.yml Adds fallow-rs/fallow to the aqua registry with version overrides; missing GitHub star count in PR description per project rule.
CHANGELOG.md Adds 2026.6.8 release notes with bug fixes, docs, CI chores, and new aqua registry package.
Cargo.toml Version bumped from 2026.6.7 to 2026.6.8.
Cargo.lock Lock file updated to reflect new mise version 2026.6.8.
completions/_mise Completion spec temp-file name updated to use version 2026.6.8.
completions/mise.bash Completion spec temp-file name updated to use version 2026.6.8.
completions/mise.fish Completion spec temp-file name updated to use version 2026.6.8.
completions/mise.ps1 Completion spec temp-file name updated to use version 2026.6.8.
default.nix Version bumped to 2026.6.8 for the Nix package build.
packaging/rpm/mise.spec RPM spec version bumped to 2026.6.8.
snapcraft.yaml Snap package version bumped to 2026.6.8.
vendor/aqua-registry/metadata.json Aqua registry tag updated to latest commit hash.
README.md Version string in example output updated to 2026.6.8.

Reviews (4): Last reviewed commit: "chore: release 2026.6.8" | Re-trigger Greptile

@github-actions

github-actions Bot commented Jun 14, 2026

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.7 x -- echo 19.8 ± 0.9 18.1 24.2 1.00
mise x -- echo 20.6 ± 1.4 18.9 44.4 1.04 ± 0.09

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.7 env 19.3 ± 0.8 17.7 22.9 1.00
mise env 19.9 ± 0.9 18.5 24.2 1.03 ± 0.06

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.7 hook-env 20.0 ± 0.9 18.3 24.1 1.00
mise hook-env 20.5 ± 0.9 18.6 24.4 1.03 ± 0.06

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.6.7 ls 16.9 ± 0.8 15.6 20.8 1.00
mise ls 17.5 ± 0.9 15.8 22.8 1.04 ± 0.07

xtasks/test/perf

Command mise-2026.6.7 mise Variance
install (cached) 136ms 139ms -2%
ls (cached) 60ms 60ms +0%
bin-paths (cached) 65ms 66ms -1%
task-ls (cached) 126ms 128ms -1%

@jdx jdx merged commit ac6f430 into main Jun 14, 2026
78 checks passed
@jdx jdx deleted the release branch June 14, 2026 09:01
@coderabbitai coderabbitai Bot mentioned this pull request Jun 14, 2026
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.

2 participants