Skip to content

chore: release 2026.4.17#9192

Merged
jdx merged 1 commit intomainfrom
release
Apr 18, 2026
Merged

chore: release 2026.4.17#9192
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Apr 17, 2026

🐛 Bug Fixes

  • (backend) respect install_before in latest lookup by @risu729 in #9193
  • (backend) route explicit latest through stable lookup by @risu729 in #9228
  • (backends) deprecate b shorthand by @risu729 in #9234
  • (config) warn for deprecated env keys by @risu729 in #9205
  • (config) treat enable_tools empty as disable-all by @risu729 in #9108
  • (github) avoid auth on release asset downloads by @risu729 in #9060
  • (gitlab) warn when glab OAuth2 token is expired by @stanhu in #9195
  • (npm) honor install_before without day drift by @risu729 in #9157
  • (npm) warn on old bun and pnpm for install_before by @risu729 in #9232
  • (pipx) honor install_before for uv and pipx installs by @risu729 in #9190
  • (registry) allow shfmt on Windows by @zeitlinger in #9191

🚜 Refactor

📚 Documentation

  • (config) clarify always_keep_download behavior by @risu729 in #9235
  • (configuration) add rust to idiomatic version files by @jjt in #9233
  • (contributing) expand contribution guide introduction by @marianwolf in #9208
  • (github) document multiple release assets workaround by @risu729 in #9236

📦️ Dependency Updates

📦 Registry

New Contributors

📦 Aqua Registry Updates

New Packages (3)

Updated Packages (1)

Copy link
Copy Markdown
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 updates the version of mise from 2026.4.16 to 2026.4.17 across multiple files, including Cargo.toml, Cargo.lock, documentation, and various shell completion scripts. The changelog is also updated to reflect a bug fix that enables shfmt on Windows. I have no feedback to provide as there were no review comments.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 17, 2026

Greptile Summary

This is an automated release PR bumping the version from 2026.4.16 to 2026.4.17. It updates version strings across all packaging files (Cargo.toml, default.nix, snapcraft.yaml, packaging/rpm/mise.spec), adds a new CHANGELOG entry, refreshes shell completions, updates the README version string, and bundles aqua registry additions for three new packages (spotatui, android-sms-gateway/cli, velero-io/velero) plus an update to the skim-rs/skim entry to support Windows and newer versions.

Confidence Score: 5/5

This is a clean, automated release PR — safe to merge.

All changes are version bumps across packaging files, a new CHANGELOG entry, shell completion spec path updates, and aqua registry additions/updates. No logic changes are introduced. Registry YAML entries are well-structured with proper checksums and version constraints.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New 2026.4.17 release section prepended listing all bug fixes, refactors, docs, dependencies, and registry changes
default.nix Version field bumped from 2026.4.16 to 2026.4.17
snapcraft.yaml Version field bumped from 2026.4.16 to 2026.4.17
packaging/rpm/mise.spec Version field bumped from 2026.4.16 to 2026.4.17
README.md Version string in example output updated from 2026.4.16 to 2026.4.17 with the new build date
completions/_mise Spec file cache path updated to reference 2026_4_17 version string
docs/.vitepress/stars.data.ts GitHub star count updated from 26.7k to 26.8k
crates/aqua-registry/aqua-registry/pkgs/skim-rs/skim/registry.yaml Narrows older version ARM64 Linux entries to amd64-only, adds a new catch-all constraint supporting Windows and the latest skim releases
crates/aqua-registry/aqua-registry/pkgs/velero-io/velero/registry.yaml New package entry for velero (Kubernetes backup tool) with full version history override handling and vmware-tanzu/velero alias for backward compatibility
crates/aqua-registry/aqua-registry/pkgs/LargeModGames/spotatui/registry.yaml New package for spotatui (terminal Spotify client) with darwin/windows/linux-amd64 support and sha256 checksums
crates/aqua-registry/aqua-registry/pkgs/android-sms-gateway/cli/registry.yaml New package for android-sms-gateway CLI with detailed per-version overrides handling binary naming changes across v0.0.1/v0.0.2/v0.0.3 and current versions

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[chore: release 2026.4.17] --> B[Version Bumps]
    A --> C[CHANGELOG.md updated]
    A --> D[Aqua Registry Changes]

    B --> B1[Cargo.toml / Cargo.lock]
    B --> B2[default.nix]
    B --> B3[snapcraft.yaml]
    B --> B4[packaging/rpm/mise.spec]
    B --> B5[README.md example output]
    B --> B6[completions/_mise spec path]

    D --> D1[New: LargeModGames/spotatui]
    D --> D2[New: android-sms-gateway/cli]
    D --> D3[New: velero-io/velero]
    D --> D4[Updated: skim-rs/skim]

    D4 --> D4a[Narrow older versions to linux/amd64]
    D4 --> D4b[Add Windows + latest version support]
Loading

Reviews (15): Last reviewed commit: "chore: release 2026.4.17" | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 17, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 x -- echo 17.1 ± 0.4 16.1 19.1 1.00
mise x -- echo 18.1 ± 0.6 17.0 20.1 1.06 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 env 16.7 ± 0.6 15.7 22.4 1.00
mise env 17.2 ± 0.5 16.2 21.5 1.03 ± 0.05

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 hook-env 17.0 ± 0.4 16.0 18.7 1.00
mise hook-env 18.1 ± 0.5 17.1 19.8 1.06 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 ls 15.4 ± 0.4 14.3 17.2 1.00
mise ls 16.3 ± 0.5 15.1 18.9 1.06 ± 0.04

xtasks/test/perf

Command mise-2026.4.16 mise Variance
install (cached) 109ms 114ms -4%
ls (cached) 63ms 65ms -3%
bin-paths (cached) 66ms 67ms -1%
task-ls (cached) 698ms 700ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 13 times, most recently from 5baa49a to 458e484 Compare April 18, 2026 10:27
@jdx jdx merged commit 9309fd5 into main Apr 18, 2026
64 checks passed
@jdx jdx deleted the release branch April 18, 2026 16:38
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