Skip to content

chore: release 2026.3.14#8729

Merged
jdx merged 1 commit intomainfrom
release
Mar 24, 2026
Merged

chore: release 2026.3.14#8729
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Mar 23, 2026

🚀 Features

  • (github) add github_tokens.toml, git credential fill, and mise github token command by @jdx in #8742
  • (registry) add tart by @mnm364 in #8727

🐛 Bug Fixes

  • (python) respect precompiled flavor when excluding freethreaded builds by @risu729 in #8745
  • (shim) revert shims directory check that caused hangs on macOS by @jdx in e1b8ca4

📚 Documentation

  • (python) swap docs for python.precompiled_arch and python.precompiled_os by @risu729 in #8744

🧪 Testing

  • (test_tool) redirect stderr to stdout and strip ansi codes by @risu729 in #8738

New Contributors

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 23, 2026

Greptile Summary

This is a standard automated release PR that bumps mise from v2026.3.13 to v2026.3.14, released on 2026-03-24. It updates version strings across all packaging and distribution files, refreshes shell completion spec-file cache paths, adds the changelog entry, and includes a minor docs update (star count).

Key changes:

  • Version bumped to 2026.3.14 consistently across Cargo.toml, Cargo.lock, default.nix, packaging/rpm/mise.spec, and snapcraft.yaml
  • Shell completion spec-file cache keys updated in _mise, mise.bash, mise.fish, and mise.ps1 to prevent stale completions
  • CHANGELOG.md entry added covering two features (GitHub token management, tart registry), two bug fixes (Python precompiled flavor, macOS shim hang revert), one docs fix, and one test improvement
  • README.md example output updated to reflect new version and date
  • GitHub star count in docs/.vitepress/stars.data.ts updated from "25.9k" to "26k"

No logic changes are present — this is a pure release/packaging commit.

Confidence Score: 5/5

  • This PR is safe to merge — all changes are mechanical version bumps with no logic modifications.
  • Every change is a straightforward version string update or changelog addition generated as part of the release process. Version numbers are consistent across all 12 files, completion cache keys are correctly updated, and no functional code is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds new 2026.3.14 section with features, bug fixes, docs, and testing entries — content matches PR description accurately.
Cargo.toml Package version bumped from 2026.3.13 to 2026.3.14 — consistent with all other packaging files.
Cargo.lock Lock file mise package version updated to match Cargo.toml — no other dependency changes.
completions/_mise Spec-file cache path updated from 2026_3_13 to 2026_3_14 to prevent stale completions being served.
completions/mise.bash Spec-file cache path updated to 2026_3_14 — consistent with other shell completions.
completions/mise.fish Fish completion spec-file path updated to 2026_3_14 — no issues.
completions/mise.ps1 PowerShell spec-file path updated to 2026_3_14; note it uses .kdl extension while other shells use .spec — consistent with pre-existing pattern, not a regression.
default.nix Nix derivation version bumped to 2026.3.14 — straightforward.
docs/.vitepress/stars.data.ts GitHub stars count updated from "25.9k" to "26k" — cosmetic documentation update.
packaging/rpm/mise.spec RPM spec version bumped to 2026.3.14 — consistent with all other packaging files.
snapcraft.yaml Snapcraft version bumped to "2026.3.14" — consistent with other packaging files.
README.md Example CLI output updated to reflect new version 2026.3.14 and release date 2026-03-24.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Release trigger\n(mise-en-dev bot)"] --> B["Bump version\n2026.3.13 → 2026.3.14"]
    B --> C1["Cargo.toml / Cargo.lock"]
    B --> C2["default.nix"]
    B --> C3["packaging/rpm/mise.spec"]
    B --> C4["snapcraft.yaml"]
    B --> C5["README.md\n(example output)"]
    B --> C6["Shell completions\ncache key updated\n(_mise, .bash, .fish, .ps1)"]
    B --> C7["CHANGELOG.md\nnew section added"]
    B --> C8["docs/stars.data.ts\n25.9k → 26k"]
    C1 & C2 & C3 & C4 & C5 & C6 & C7 & C8 --> D["v2026.3.14 released"]
Loading

Reviews (8): Last reviewed commit: "chore: release 2026.3.14" | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 23, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.3.13 x -- echo 24.2 ± 0.6 22.7 30.1 1.00
mise x -- echo 24.4 ± 0.5 22.9 27.0 1.01 ± 0.03

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.3.13 env 23.8 ± 0.7 23.0 29.7 1.00
mise env 23.9 ± 0.4 23.1 26.8 1.01 ± 0.03

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.3.13 hook-env 24.7 ± 0.4 23.9 26.9 1.00
mise hook-env 24.9 ± 0.6 24.1 31.4 1.01 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.3.13 ls 24.3 ± 0.7 23.3 29.8 1.00
mise ls 24.6 ± 0.7 23.5 28.0 1.01 ± 0.04

xtasks/test/perf

Command mise-2026.3.13 mise Variance
install (cached) 162ms 162ms +0%
ls (cached) 86ms 86ms +0%
bin-paths (cached) 88ms 88ms +0%
task-ls (cached) 825ms 830ms +0%

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from f356b33 to 72e1db2 Compare March 24, 2026 00:14
@mise-en-dev mise-en-dev enabled auto-merge (squash) March 24, 2026 10:24
@jdx jdx disabled auto-merge March 24, 2026 18:56
@mise-en-dev mise-en-dev force-pushed the release branch 4 times, most recently from 3c857f5 to d4e80cc Compare March 24, 2026 20:28
@jdx jdx enabled auto-merge (squash) March 24, 2026 21:03
@jdx jdx merged commit 863d44d into main Mar 24, 2026
63 checks passed
@jdx jdx deleted the release branch March 24, 2026 21:24
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