From 56c14648f2b3fcf07619d9743b2ca467c8332e6b Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Mon, 19 Jan 2026 17:15:03 +0000 Subject: [PATCH] chore: release 2026.1.5 --- CHANGELOG.md | 846 ++++++------------ Cargo.lock | 6 +- Cargo.toml | 2 +- README.md | 2 +- completions/_mise | 2 +- completions/mise.bash | 2 +- completions/mise.fish | 2 +- completions/mise.ps1 | 2 +- crates/aqua-registry/Cargo.toml | 2 +- .../F1bonacc1/process-compose/registry.yaml | 95 ++ .../pkgs/kkinnear/zprint/registry.yaml | 39 + .../pkgs/theryangeary/choose/registry.yaml | 31 +- crates/vfox/Cargo.toml | 2 +- .../vfox-dotnet/hooks/post_install.lua | 11 +- .../vfox-postgres/hooks/available.lua | 31 + default.nix | 2 +- mise.lock | 44 +- packaging/rpm/mise.spec | 2 +- snapcraft.yaml | 2 +- 19 files changed, 501 insertions(+), 624 deletions(-) create mode 100644 crates/aqua-registry/aqua-registry/pkgs/F1bonacc1/process-compose/registry.yaml create mode 100644 crates/aqua-registry/aqua-registry/pkgs/kkinnear/zprint/registry.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fa2e2884..36c502cb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,55 @@ # Changelog +## [2026.1.5](https://github.com/jdx/mise/compare/v2026.1.4..v2026.1.5) - 2026-01-19 + +### 🚀 Features + +- **(complete)** add PowerShell completion support by @jdx in [#7746](https://github.com/jdx/mise/pull/7746) +- **(release)** add LLM-generated prose summary to release notes by @jdx in [#7737](https://github.com/jdx/mise/pull/7737) +- **(vfox)** add semver Lua module for version sorting by @jdx in [#7739](https://github.com/jdx/mise/pull/7739) +- **(vfox)** add rolling release support with checksum tracking by @jdx in [#7757](https://github.com/jdx/mise/pull/7757) +- dry filetask parsing and validation by @makp0 in [#7738](https://github.com/jdx/mise/pull/7738) + +### 🐛 Bug Fixes + +- **(completions)** bump usage-cli to 2.13.1 for PowerShell support by @jdx in [#7756](https://github.com/jdx/mise/pull/7756) +- schema missing env required string variant by @vadimpiven in [#7734](https://github.com/jdx/mise/pull/7734) +- validate unknown fields in filetask headers by @makp0 in [#7733](https://github.com/jdx/mise/pull/7733) +- disable schemacrawler test by @jdx in [#7743](https://github.com/jdx/mise/pull/7743) +- replace double forward slash with single slash in get_task_lists by @collinstevens in [#7744](https://github.com/jdx/mise/pull/7744) +- require LLM for release notes and include aqua section by @jdx in [#7745](https://github.com/jdx/mise/pull/7745) +- preserve {{ version }} in tool options during config load by @jdx in [#7755](https://github.com/jdx/mise/pull/7755) + +### 📚 Documentation + +- add documentation URL structure guidance to CLAUDE.md by @jdx in [#7740](https://github.com/jdx/mise/pull/7740) +- add pitchfork promotion by @jdx in [#7747](https://github.com/jdx/mise/pull/7747) + +### 📦️ Dependency Updates + +- relax version constraints and update dependencies by @jdx in [#7736](https://github.com/jdx/mise/pull/7736) +- lock file maintenance by @renovate[bot] in [#7749](https://github.com/jdx/mise/pull/7749) + +### Chore + +- bump xx to 2.3.1 by @jdx in [#7753](https://github.com/jdx/mise/pull/7753) + +### New Contributors + +- @collinstevens made their first contribution in [#7744](https://github.com/jdx/mise/pull/7744) +- @makp0 made their first contribution in [#7738](https://github.com/jdx/mise/pull/7738) +- @vadimpiven made their first contribution in [#7734](https://github.com/jdx/mise/pull/7734) + +### 📦 Aqua Registry Updates + +#### New Packages (2) + +- [`F1bonacc1/process-compose`](https://github.com/F1bonacc1/process-compose) +- [`kkinnear/zprint`](https://github.com/kkinnear/zprint) + +#### Updated Packages (1) + +- [`theryangeary/choose`](https://github.com/theryangeary/choose) ## [2026.1.4](https://github.com/jdx/mise/compare/v2026.1.3..v2026.1.4) - 2026-01-17 ### 🚀 Features @@ -14,6 +64,7 @@ - **(conda)** fix hardcoded library paths in conda packages by @jdx in [#7713](https://github.com/jdx/mise/pull/7713) - **(env)** avoid venv/go backend deadlock during env resolution by @stk0vrfl0w in [#7696](https://github.com/jdx/mise/pull/7696) +- **(locked)** exempt tool stubs from lockfile requirements by @jdx in [#7729](https://github.com/jdx/mise/pull/7729) - **(python)** sort CPython versions at end of ls-remote output by @jdx in [#7721](https://github.com/jdx/mise/pull/7721) - **(task)** resolve remote task files before display and validation commands by @yannrouillard in [#7681](https://github.com/jdx/mise/pull/7681) - **(task)** support monorepo paths in `mise tasks deps` by @chadxz in [#7699](https://github.com/jdx/mise/pull/7699) @@ -57,19 +108,6 @@ - @yannrouillard made their first contribution in [#7681](https://github.com/jdx/mise/pull/7681) - @stk0vrfl0w made their first contribution in [#7696](https://github.com/jdx/mise/pull/7696) -### 📦 Aqua Registry Updates - -#### New Packages (4) - -- [`chevdor/tera-cli`](https://github.com/chevdor/tera-cli) -- [`goforj/wire`](https://github.com/goforj/wire) -- [`gravitational/teleport`](https://github.com/gravitational/teleport) -- [`jackchuka/mdschema`](https://github.com/jackchuka/mdschema) - -#### Updated Packages (2) - -- [`ollama/ollama`](https://github.com/ollama/ollama) -- [`twpayne/chezmoi`](https://github.com/twpayne/chezmoi) ## [2026.1.3](https://github.com/jdx/mise/compare/v2026.1.2..v2026.1.3) - 2026-01-16 ### 🚀 Features @@ -84,6 +122,7 @@ - **(backend)** allow upgrading vfox backend tools with symlinked installations by @TyceHerrman in [#7012](https://github.com/jdx/mise/pull/7012) - **(backend)** reject architecture mismatches in asset selection by @jdx in [#7672](https://github.com/jdx/mise/pull/7672) - **(backend)** canonicalize symlink target before installs check by @jdx in [#7671](https://github.com/jdx/mise/pull/7671) +- **(npm)** avoid circular dependency when npm is in dependencies by @AprilNEA in [#7644](https://github.com/jdx/mise/pull/7644) - **(self-update)** skip update when already at latest version by @jdx in [#7666](https://github.com/jdx/mise/pull/7666) - fall back to GITHUB_TOKEN for github.com by @subdigital in [#7667](https://github.com/jdx/mise/pull/7667) - GitHub token fallback by @subdigital in [#7673](https://github.com/jdx/mise/pull/7673) @@ -94,6 +133,7 @@ - **(contributing)** update registry examples by @scop in [#7660](https://github.com/jdx/mise/pull/7660) - **(contributing)** update registry PR title rule by @scop in [#7663](https://github.com/jdx/mise/pull/7663) - remove 404 link from contributing by @opswole in [#7692](https://github.com/jdx/mise/pull/7692) +- clarify that backend plugins should sort the version list by @ofalvai in [#7680](https://github.com/jdx/mise/pull/7680) ### 📦️ Dependency Updates @@ -112,23 +152,11 @@ ### New Contributors +- @AprilNEA made their first contribution in [#7644](https://github.com/jdx/mise/pull/7644) - @opswole made their first contribution in [#7692](https://github.com/jdx/mise/pull/7692) - @subdigital made their first contribution in [#7673](https://github.com/jdx/mise/pull/7673) - @aacebedo made their first contribution in [#7560](https://github.com/jdx/mise/pull/7560) -### 📦 Aqua Registry Updates - -#### New Packages (5) - -- [`BeaconBay/ck`](https://github.com/BeaconBay/ck) -- [`d-kuro/gwq`](https://github.com/d-kuro/gwq) -- [`kubernetes/cloud-provider-gcp/gke-gcloud-auth-plugin`](https://github.com/kubernetes/cloud-provider-gcp/gke-gcloud-auth-plugin) -- [`smithy-lang/smithy`](https://github.com/smithy-lang/smithy) -- [`tassiovirginio/try-rs`](https://github.com/tassiovirginio/try-rs) - -#### Updated Packages (1) - -- [`dprint/dprint`](https://github.com/dprint/dprint) ## [2026.1.2](https://github.com/jdx/mise/compare/v2026.1.1..v2026.1.2) - 2026-01-13 ### 🐛 Bug Fixes @@ -185,13 +213,6 @@ - @jonathanagustin made their first contribution in [#7638](https://github.com/jdx/mise/pull/7638) - @turbocrime made their first contribution in [#7599](https://github.com/jdx/mise/pull/7599) -### 📦 Aqua Registry Updates - -#### New Packages (3) - -- [`ampcode/zvelte-check`](https://github.com/ampcode/zvelte-check) -- [`nickel-lang/nickel`](https://github.com/nickel-lang/nickel) -- [`openshift/rosa`](https://github.com/openshift/rosa) ## [2026.1.1](https://github.com/jdx/mise/compare/v2026.1.0..v2026.1.1) - 2026-01-08 ### 🚀 Features @@ -223,15 +244,6 @@ - @tomhoover made their first contribution in [#7581](https://github.com/jdx/mise/pull/7581) - @vmaleze made their first contribution in [#7582](https://github.com/jdx/mise/pull/7582) -### 📦 Aqua Registry Updates - -#### New Packages (5) - -- [`jbangdev/jbang`](https://github.com/jbangdev/jbang) -- [`k8sgpt-ai/k8sgpt`](https://github.com/k8sgpt-ai/k8sgpt) -- [`kawaz/authsock-filter`](https://github.com/kawaz/authsock-filter) -- [`mazrean/kessoku`](https://github.com/mazrean/kessoku) -- [`static-web-server/static-web-server`](https://github.com/static-web-server/static-web-server) ## [2026.1.0](https://github.com/jdx/mise/compare/v2025.12.13..v2026.1.0) - 2026-01-07 ### 🚀 Features @@ -308,59 +320,6 @@ - @h3y6e made their first contribution in [#7527](https://github.com/jdx/mise/pull/7527) - @matixlol made their first contribution in [#7478](https://github.com/jdx/mise/pull/7478) -### 📦 Aqua Registry Updates - -#### New Packages (9) - -- [`anomalyco/opencode`](https://github.com/anomalyco/opencode) -- [`astral-sh/ty`](https://github.com/astral-sh/ty) -- [`github/copilot-cli`](https://github.com/github/copilot-cli) -- [`github/gh-ost`](https://github.com/github/gh-ost) -- [`golangci/golines`](https://github.com/golangci/golines) -- [`jamf/Notifier`](https://github.com/jamf/Notifier) -- [`microsoft/vscode/code`](https://github.com/microsoft/vscode/code) -- [`pranshuparmar/witr`](https://github.com/pranshuparmar/witr) -- [`spinel-coop/rv`](https://github.com/spinel-coop/rv) - -#### Updated Packages (37) - -- [`FiloSottile/age`](https://github.com/FiloSottile/age) -- [`alvinunreal/tmuxai`](https://github.com/alvinunreal/tmuxai) -- [`aquasecurity/starboard`](https://github.com/aquasecurity/starboard) -- [`aristocratos/btop`](https://github.com/aristocratos/btop) -- [`biomejs/biome`](https://github.com/biomejs/biome) -- [`bootandy/dust`](https://github.com/bootandy/dust) -- [`borgbackup/borg`](https://github.com/borgbackup/borg) -- [`bvaisvil/zenith`](https://github.com/bvaisvil/zenith) -- [`cri-o/cri-o`](https://github.com/cri-o/cri-o) -- [`cubefs/cubefs`](https://github.com/cubefs/cubefs) -- [`domoritz/arrow-tools/csv2arrow`](https://github.com/domoritz/arrow-tools/csv2arrow) -- [`domoritz/arrow-tools/csv2parquet`](https://github.com/domoritz/arrow-tools/csv2parquet) -- [`domoritz/arrow-tools/json2arrow`](https://github.com/domoritz/arrow-tools/json2arrow) -- [`domoritz/arrow-tools/json2parquet`](https://github.com/domoritz/arrow-tools/json2parquet) -- [`fission/fission`](https://github.com/fission/fission) -- [`folbricht/desync`](https://github.com/folbricht/desync) -- [`go-acme/lego`](https://github.com/go-acme/lego) -- [`gohugoio/hugo`](https://github.com/gohugoio/hugo) -- [`gohugoio/hugo/hugo-extended`](https://github.com/gohugoio/hugo/hugo-extended) -- [`golang.org/x/perf/cmd/benchstat`](https://github.com/golang.org/x/perf/cmd/benchstat) -- [`gsamokovarov/jump`](https://github.com/gsamokovarov/jump) -- [`haskell/cabal/cabal-install`](https://github.com/haskell/cabal/cabal-install) -- [`kptdev/kpt`](https://github.com/kptdev/kpt) -- [`kubescape/kubescape`](https://github.com/kubescape/kubescape) -- [`mas-cli/mas`](https://github.com/mas-cli/mas) -- [`maxpert/marmot`](https://github.com/maxpert/marmot) -- [`mistakenelf/fm`](https://github.com/mistakenelf/fm) -- [`psf/black`](https://github.com/psf/black) -- [`redpanda-data/connect`](https://github.com/redpanda-data/connect) -- [`rest-sh/restish`](https://github.com/rest-sh/restish) -- [`saucelabs/forwarder`](https://github.com/saucelabs/forwarder) -- [`sethvargo/ratchet`](https://github.com/sethvargo/ratchet) -- [`stackrox/kube-linter`](https://github.com/stackrox/kube-linter) -- [`steveyegge/beads`](https://github.com/steveyegge/beads) -- [`suzuki-shunsuke/rgo`](https://github.com/suzuki-shunsuke/rgo) -- [`txn2/kubefwd`](https://github.com/txn2/kubefwd) -- [`zyedidia/micro`](https://github.com/zyedidia/micro) ## [2025.12.13](https://github.com/jdx/mise/compare/v2025.12.12..v2025.12.13) - 2025-12-30 ### 🚀 Features @@ -574,12 +533,6 @@ - use github backend for sourcery by @jdx in [#7327](https://github.com/jdx/mise/pull/7327) - use github backend for swiftgen by @jdx in [#7326](https://github.com/jdx/mise/pull/7326) -### 📦 Aqua Registry Updates - -#### Updated Packages (2) - -- [`nektro/zigmod`](https://github.com/nektro/zigmod) -- [`tuist/tuist`](https://github.com/tuist/tuist) ## [2025.12.8](https://github.com/jdx/mise/compare/v2025.12.7..v2025.12.8) - 2025-12-15 ### 🚀 Features @@ -650,14 +603,6 @@ - add Versions link to nav bar by @jdx in [#7283](https://github.com/jdx/mise/pull/7283) - add mise-tools link to nav bar by @jdx in [#7285](https://github.com/jdx/mise/pull/7285) -### 📦 Aqua Registry Updates - -#### Updated Packages (4) - -- [`abhimanyu003/sttr`](https://github.com/abhimanyu003/sttr) -- [`babarot/afx`](https://github.com/babarot/afx) -- [`becheran/mlc`](https://github.com/becheran/mlc) -- [`maxpert/marmot`](https://github.com/maxpert/marmot) ## [2025.12.5](https://github.com/jdx/mise/compare/v2025.12.4..v2025.12.5) - 2025-12-13 ### 🚀 Features @@ -722,12 +667,6 @@ - @agriffis made their first contribution in [#7072](https://github.com/jdx/mise/pull/7072) - @bishopmatthew made their first contribution in [#7257](https://github.com/jdx/mise/pull/7257) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`dthagard/tforganize`](https://github.com/dthagard/tforganize) -- [`google/keep-sorted`](https://github.com/google/keep-sorted) ## [2025.12.2](https://github.com/jdx/mise/compare/v2025.12.1..v2025.12.2) - 2025-12-11 ### 🐛 Bug Fixes @@ -740,17 +679,6 @@ - added werf by @tony-sol in [#7230](https://github.com/jdx/mise/pull/7230) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`ByteNess/aws-vault`](https://github.com/ByteNess/aws-vault) - -#### Updated Packages (3) - -- [`kyverno/chainsaw`](https://github.com/kyverno/chainsaw) -- [`openai/codex`](https://github.com/openai/codex) -- [`tree-sitter/tree-sitter`](https://github.com/tree-sitter/tree-sitter) ## [2025.12.1](https://github.com/jdx/mise/compare/v2025.12.0..v2025.12.1) - 2025-12-08 ### 🚀 Features @@ -786,24 +714,6 @@ - @antonsergeyev made their first contribution in [#7205](https://github.com/jdx/mise/pull/7205) - @bodadotsh made their first contribution in [#7206](https://github.com/jdx/mise/pull/7206) -### 📦 Aqua Registry Updates - -#### New Packages (3) - -- [`skanehira/ghost`](https://github.com/skanehira/ghost) -- [`square/certigo`](https://github.com/square/certigo) -- [`steveyegge/beads`](https://github.com/steveyegge/beads) - -#### Updated Packages (8) - -- [`apache/maven`](https://github.com/apache/maven) -- [`apple/container`](https://github.com/apple/container) -- [`aquasecurity/trivy`](https://github.com/aquasecurity/trivy) -- [`charmbracelet/crush`](https://github.com/charmbracelet/crush) -- [`goreleaser/goreleaser`](https://github.com/goreleaser/goreleaser) -- [`goreleaser/nfpm`](https://github.com/goreleaser/nfpm) -- [`ninja-build/ninja`](https://github.com/ninja-build/ninja) -- [`twpayne/chezmoi`](https://github.com/twpayne/chezmoi) ## [2025.12.0](https://github.com/jdx/mise/compare/v2025.11.11..v2025.12.0) - 2025-12-04 ### 🚀 Features @@ -837,21 +747,6 @@ - @RobotSupervisor made their first contribution in [#7164](https://github.com/jdx/mise/pull/7164) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`Kitware/CMake`](https://github.com/Kitware/CMake) -- [`quarto-dev/quarto-cli`](https://github.com/quarto-dev/quarto-cli) - -#### Updated Packages (6) - -- [`apache/jena`](https://github.com/apache/jena) -- [`apache/spark`](https://github.com/apache/spark) -- [`danielfoehrKn/kubeswitch`](https://github.com/danielfoehrKn/kubeswitch) -- [`danielfoehrKn/kubeswitch/switch-sh`](https://github.com/danielfoehrKn/kubeswitch/switch-sh) -- [`evilmartians/lefthook`](https://github.com/evilmartians/lefthook) -- [`updatecli/updatecli`](https://github.com/updatecli/updatecli) ## [2025.11.11](https://github.com/jdx/mise/compare/v2025.11.10..v2025.11.11) - 2025-11-30 ### 🚀 Features @@ -934,19 +829,8 @@ - update mise.lock with checksums by @jdx in [71e9123](https://github.com/jdx/mise/commit/71e9123efac62924b5804e1f56e61400adf22470) - disable cancel-in-progress for test workflow on main branch by @risu729 in [#7152](https://github.com/jdx/mise/pull/7152) -### 📦 Aqua Registry Updates - -#### Updated Packages (1) - -- [`orf/gping`](https://github.com/orf/gping) ## [2025.11.10](https://github.com/jdx/mise/compare/v2025.11.9..v2025.11.10) - 2025-11-27 -### 📦 Registry - -- enable symlink_bins for aws-sam by @risu729 in [#7082](https://github.com/jdx/mise/pull/7082) -- use cargo backend for tokei to support latest version by @risu729 in [#7086](https://github.com/jdx/mise/pull/7086) -- add SonarSource/sonar-scanner-cli by @kapitoshka438 in [#7087](https://github.com/jdx/mise/pull/7087) - ### 🐛 Bug Fixes - **(docs)** link gitlab backended tools in registry by @risu729 in [#7078](https://github.com/jdx/mise/pull/7078) @@ -955,27 +839,18 @@ - **(hook-env)** derive config_subdirs from config filenames by @risu729 in [#7080](https://github.com/jdx/mise/pull/7080) -### New Contributors - -- @kapitoshka438 made their first contribution in [#7087](https://github.com/jdx/mise/pull/7087) - -### 📦 Aqua Registry Updates +### 📦 Registry -#### New Packages (1) +- enable symlink_bins for aws-sam by @risu729 in [#7082](https://github.com/jdx/mise/pull/7082) +- use cargo backend for tokei to support latest version by @risu729 in [#7086](https://github.com/jdx/mise/pull/7086) +- add SonarSource/sonar-scanner-cli by @kapitoshka438 in [#7087](https://github.com/jdx/mise/pull/7087) -- [`kiali/kiali`](https://github.com/kiali/kiali) +### New Contributors -#### Updated Packages (3) +- @kapitoshka438 made their first contribution in [#7087](https://github.com/jdx/mise/pull/7087) -- [`XAMPPRocky/tokei`](https://github.com/XAMPPRocky/tokei) -- [`astral-sh/uv`](https://github.com/astral-sh/uv) -- [`wtfutil/wtf`](https://github.com/wtfutil/wtf) ## [2025.11.9](https://github.com/jdx/mise/compare/v2025.11.8..v2025.11.9) - 2025-11-27 -### 📦 Registry - -- add charmbracelet/crush by @ev-the-dev in [#7075](https://github.com/jdx/mise/pull/7075) - ### 🚀 Features - **(aqua)** add symlink_bins option to filter exposed binaries by @jdx in [#7076](https://github.com/jdx/mise/pull/7076) @@ -993,33 +868,17 @@ - **(hook-env)** add fast-path to skip initialization when nothing changed by @jdx in [#7073](https://github.com/jdx/mise/pull/7073) +### 📦 Registry + +- add charmbracelet/crush by @ev-the-dev in [#7075](https://github.com/jdx/mise/pull/7075) + ### New Contributors - @ev-the-dev made their first contribution in [#7075](https://github.com/jdx/mise/pull/7075) - @SKalt made their first contribution in [#7071](https://github.com/jdx/mise/pull/7071) -### 📦 Aqua Registry Updates - -#### New Packages (3) - -- [`SonarSource/sonar-scanner-cli`](https://github.com/SonarSource/sonar-scanner-cli) -- [`Stranger6667/jsonschema`](https://github.com/Stranger6667/jsonschema) -- [`peteretelej/tree`](https://github.com/peteretelej/tree) - -#### Updated Packages (2) - -- [`astral-sh/uv`](https://github.com/astral-sh/uv) -- [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit) ## [2025.11.8](https://github.com/jdx/mise/compare/v2025.11.7..v2025.11.8) - 2025-11-26 -### 📦 Registry - -- add blender by @lucasew in [#7014](https://github.com/jdx/mise/pull/7014) -- add vespa-cli by @buinauskas in [#7037](https://github.com/jdx/mise/pull/7037) -- fix vespa-cli order by @buinauskas in [#7038](https://github.com/jdx/mise/pull/7038) -- add scooter by @TyceHerrman in [#7039](https://github.com/jdx/mise/pull/7039) -- Prefer github backend for allure by @TobiX in [#7049](https://github.com/jdx/mise/pull/7049) - ### 🚀 Features - **(plugins)** Install a plugin from a zip file over HTTPS by @KaanYT in [#6992](https://github.com/jdx/mise/pull/6992) @@ -1028,6 +887,7 @@ ### 🐛 Bug Fixes - **(core)** trim `core:` prefix in unalias_backend by @kou029w in [#7040](https://github.com/jdx/mise/pull/7040) +- **(exec)** make `mise x tool@latest` auto-install actual latest version by @jdx in [#7064](https://github.com/jdx/mise/pull/7064) - **(go)** use -mod=readonly for go install by @joonas in [#7052](https://github.com/jdx/mise/pull/7052) - **(npm)** handle v-prefixed versions correctly by @jdx in [#7062](https://github.com/jdx/mise/pull/7062) - **(tasks)** add missing task fields to JSON output by @roele in [#7044](https://github.com/jdx/mise/pull/7044) @@ -1047,6 +907,14 @@ - update actions/checkout digest to 34e1148 by @renovate[bot] in [#7032](https://github.com/jdx/mise/pull/7032) - lock file maintenance by @renovate[bot] in [#7048](https://github.com/jdx/mise/pull/7048) +### 📦 Registry + +- add blender by @lucasew in [#7014](https://github.com/jdx/mise/pull/7014) +- add vespa-cli by @buinauskas in [#7037](https://github.com/jdx/mise/pull/7037) +- fix vespa-cli order by @buinauskas in [#7038](https://github.com/jdx/mise/pull/7038) +- add scooter by @TyceHerrman in [#7039](https://github.com/jdx/mise/pull/7039) +- Prefer github backend for allure by @TobiX in [#7049](https://github.com/jdx/mise/pull/7049) + ### Chore - upgrade actionlint to 1.7.9 and fix lint issues by @jdx in [#7065](https://github.com/jdx/mise/pull/7065) @@ -1060,23 +928,8 @@ - @buinauskas made their first contribution in [#7038](https://github.com/jdx/mise/pull/7038) - @lucasew made their first contribution in [#7014](https://github.com/jdx/mise/pull/7014) -### 📦 Aqua Registry Updates - -#### New Packages (3) - -- [`m7medVision/lazycommit`](https://github.com/m7medVision/lazycommit) -- [`microsoft/component-detection`](https://github.com/microsoft/component-detection) -- [`owenlamont/ryl`](https://github.com/owenlamont/ryl) - -#### Updated Packages (1) - -- [`sst/opencode`](https://github.com/sst/opencode) ## [2025.11.7](https://github.com/jdx/mise/compare/v2025.11.6..v2025.11.7) - 2025-11-20 -### 📦 Registry - -- added nelm by @tony-sol in [#7020](https://github.com/jdx/mise/pull/7020) - ### 🚀 Features - **(exec)** ensure MISE_ENV is set in spawned shell when specified via -E flag by @ceelian in [#7007](https://github.com/jdx/mise/pull/7007) @@ -1088,6 +941,10 @@ - **(nushell)** test `use` not `source`, fix pipeline parse error by @jokeyrhyme in [#7013](https://github.com/jdx/mise/pull/7013) - **(tasks)** make file paths relative to config location and templateable by @halms in [#7005](https://github.com/jdx/mise/pull/7005) +### 📦 Registry + +- added nelm by @tony-sol in [#7020](https://github.com/jdx/mise/pull/7020) + ### Chore - **(deny)** add exclusion for number_prefix by @jdx in [e955ecb](https://github.com/jdx/mise/commit/e955ecbb733d61ef1d0b522a979a7d1998ec8061) @@ -1097,23 +954,8 @@ - @mariduv made their first contribution in [#7006](https://github.com/jdx/mise/pull/7006) - @ceelian made their first contribution in [#7007](https://github.com/jdx/mise/pull/7007) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`blender/blender`](https://github.com/blender/blender) -- [`werf/werf`](https://github.com/werf/werf) - -#### Updated Packages (1) - -- [`mas-cli/mas`](https://github.com/mas-cli/mas) ## [2025.11.6](https://github.com/jdx/mise/compare/v2025.11.5..v2025.11.6) - 2025-11-18 -### 📦 Registry - -- add tbls by @artemklevtsov in [#6987](https://github.com/jdx/mise/pull/6987) -- add kubeswitch tool and add test for ruff by @jylenhof in [#6990](https://github.com/jdx/mise/pull/6990) - ### 🐛 Bug Fixes - **(nushell)** add missing `| parse env | update-env` for deactivation operations by @jokeyrhyme in [#6994](https://github.com/jdx/mise/pull/6994) @@ -1135,6 +977,11 @@ - lock file maintenance by @renovate[bot] in [#6997](https://github.com/jdx/mise/pull/6997) +### 📦 Registry + +- add tbls by @artemklevtsov in [#6987](https://github.com/jdx/mise/pull/6987) +- add kubeswitch tool and add test for ruff by @jylenhof in [#6990](https://github.com/jdx/mise/pull/6990) + ### New Contributors - @cspotcode made their first contribution in [#7001](https://github.com/jdx/mise/pull/7001) @@ -1142,19 +989,6 @@ - @artemklevtsov made their first contribution in [#6987](https://github.com/jdx/mise/pull/6987) - @leosuncin made their first contribution in [#6993](https://github.com/jdx/mise/pull/6993) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`houseabsolute/omegasort`](https://github.com/houseabsolute/omegasort) - -#### Updated Packages (5) - -- [`apache/maven`](https://github.com/apache/maven) -- [`chaqchase/lla`](https://github.com/chaqchase/lla) -- [`leoafarias/fvm`](https://github.com/leoafarias/fvm) -- [`rustic-rs/rustic`](https://github.com/rustic-rs/rustic) -- [`sigstore/rekor`](https://github.com/sigstore/rekor) ## [2025.11.5](https://github.com/jdx/mise/compare/v2025.11.4..v2025.11.5) - 2025-11-15 ### 🚀 Features @@ -1179,23 +1013,8 @@ - @blampe made their first contribution in [#6969](https://github.com/jdx/mise/pull/6969) - @thejcannon made their first contribution in [#6964](https://github.com/jdx/mise/pull/6964) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`cirruslabs/cirrus-cli`](https://github.com/cirruslabs/cirrus-cli) - -#### Updated Packages (1) - -- [`axodotdev/cargo-dist`](https://github.com/axodotdev/cargo-dist) ## [2025.11.4](https://github.com/jdx/mise/compare/v2025.11.3..v2025.11.4) - 2025-11-13 -### 📦 Registry - -- add xcsift by @alexey1312 in [#6923](https://github.com/jdx/mise/pull/6923) -- add tools: magika & xxh by @IceCodeNew in [#6909](https://github.com/jdx/mise/pull/6909) -- add aliases to aqua-backend tools by @IceCodeNew in [#6910](https://github.com/jdx/mise/pull/6910) - ### 🚀 Features - **(gem-backend)** use gem command for backend operations by @andrewthauer in [#6650](https://github.com/jdx/mise/pull/6650) @@ -1219,6 +1038,12 @@ - lock file maintenance by @renovate[bot] in [#6932](https://github.com/jdx/mise/pull/6932) +### 📦 Registry + +- add xcsift by @alexey1312 in [#6923](https://github.com/jdx/mise/pull/6923) +- add tools: magika & xxh by @IceCodeNew in [#6909](https://github.com/jdx/mise/pull/6909) +- add aliases to aqua-backend tools by @IceCodeNew in [#6910](https://github.com/jdx/mise/pull/6910) + ### Chore - bump cargo deps by @jdx in [#6960](https://github.com/jdx/mise/pull/6960) @@ -1230,34 +1055,8 @@ - @IceCodeNew made their first contribution in [#6910](https://github.com/jdx/mise/pull/6910) - @alexey1312 made their first contribution in [#6923](https://github.com/jdx/mise/pull/6923) -### 📦 Aqua Registry Updates - -#### New Packages (6) - -- [`CrociDB/bulletty`](https://github.com/CrociDB/bulletty) -- [`Gaurav-Gosain/tuios`](https://github.com/Gaurav-Gosain/tuios) -- [`ck-zhang/reddix`](https://github.com/ck-zhang/reddix) -- [`hokaccha/spannerdef`](https://github.com/hokaccha/spannerdef) -- [`lasantosr/intelli-shell`](https://github.com/lasantosr/intelli-shell) -- [`zerocore-ai/microsandbox`](https://github.com/zerocore-ai/microsandbox) - -#### Updated Packages (4) - -- [`cue-lang/cue`](https://github.com/cue-lang/cue) -- [`flutter/flutter`](https://github.com/flutter/flutter) -- [`phiresky/ripgrep-all`](https://github.com/phiresky/ripgrep-all) -- [`topgrade-rs/topgrade`](https://github.com/topgrade-rs/topgrade) ## [2025.11.3](https://github.com/jdx/mise/compare/v2025.11.2..v2025.11.3) - 2025-11-07 -### 📦 Registry - -- rename yt-dlp bin by @risu729 in [#6883](https://github.com/jdx/mise/pull/6883) -- use aqua backend for slsa-verifier by @risu729 in [#6872](https://github.com/jdx/mise/pull/6872) -- added devcontainer-cli by @moisesmorillo in [#6888](https://github.com/jdx/mise/pull/6888) -- add amazon-ecs-cli by @ducvuongpham in [#6898](https://github.com/jdx/mise/pull/6898) -- add helm-ls by @ldrouard in [#6899](https://github.com/jdx/mise/pull/6899) -- add ubi backend and test for oxipng, change aqua backend by @ldrouard in [#6900](https://github.com/jdx/mise/pull/6900) - ### 🚀 Features - **(aqua)** support `Asset` template for cosign and slsa verification by @risu729 in [#6875](https://github.com/jdx/mise/pull/6875) @@ -1274,6 +1073,15 @@ - **(security)** use long-form GPG key fingerprint in installation docs by @jdx in [#6885](https://github.com/jdx/mise/pull/6885) +### 📦 Registry + +- rename yt-dlp bin by @risu729 in [#6883](https://github.com/jdx/mise/pull/6883) +- use aqua backend for slsa-verifier by @risu729 in [#6872](https://github.com/jdx/mise/pull/6872) +- added devcontainer-cli by @moisesmorillo in [#6888](https://github.com/jdx/mise/pull/6888) +- add amazon-ecs-cli by @ducvuongpham in [#6898](https://github.com/jdx/mise/pull/6898) +- add helm-ls by @ldrouard in [#6899](https://github.com/jdx/mise/pull/6899) +- add ubi backend and test for oxipng, change aqua backend by @ldrouard in [#6900](https://github.com/jdx/mise/pull/6900) + ### Chore - update Java LTS to 25 by @sargunv in [#6897](https://github.com/jdx/mise/pull/6897) @@ -1284,27 +1092,8 @@ - @sargunv made their first contribution in [#6897](https://github.com/jdx/mise/pull/6897) - @ducvuongpham made their first contribution in [#6898](https://github.com/jdx/mise/pull/6898) -### 📦 Aqua Registry Updates - -#### New Packages (5) - -- [`minc-org/minc`](https://github.com/minc-org/minc) -- [`neilpa/yajsv`](https://github.com/neilpa/yajsv) -- [`nmstate/nmstate`](https://github.com/nmstate/nmstate) -- [`openshift-pipelines/pipelines-as-code`](https://github.com/openshift-pipelines/pipelines-as-code) -- [`pete911/certinfo`](https://github.com/pete911/certinfo) - -#### Updated Packages (3) - -- [`amir20/dtop`](https://github.com/amir20/dtop) -- [`borgbackup/borg`](https://github.com/borgbackup/borg) -- [`caarlos0/svu`](https://github.com/caarlos0/svu) ## [2025.11.2](https://github.com/jdx/mise/compare/v2025.11.1..v2025.11.2) - 2025-11-03 -### 📦 Registry - -- rename mise-haskell -> asdf-haskell by @jdx in [#6859](https://github.com/jdx/mise/pull/6859) - ### 🚀 Features - **(cli)** switch manpage generation from clap_mangen to usage by @jdx in [#6868](https://github.com/jdx/mise/pull/6868) @@ -1334,17 +1123,16 @@ - lock file maintenance by @renovate[bot] in [#6873](https://github.com/jdx/mise/pull/6873) +### 📦 Registry + +- rename mise-haskell -> asdf-haskell by @jdx in [#6859](https://github.com/jdx/mise/pull/6859) + ### New Contributors - @dragoscirjan made their first contribution in [#6853](https://github.com/jdx/mise/pull/6853) ## [2025.11.1](https://github.com/jdx/mise/compare/v2025.11.0..v2025.11.1) - 2025-11-01 -### 📦 Registry - -- Disable libsql-server on Windows by @jayvdb in [#6837](https://github.com/jdx/mise/pull/6837) -- add infisical by @jdx in [#6845](https://github.com/jdx/mise/pull/6845) - ### 🚀 Features - **(age)** add strict mode for non-strict decryption mode by @iamkroot in [#6838](https://github.com/jdx/mise/pull/6838) @@ -1355,6 +1143,11 @@ - **(activate)** prevent hash table errors during deactivation by @jdx in [#6846](https://github.com/jdx/mise/pull/6846) - **(install)** error on non-existent tools in `mise install` by @jdx in [#6844](https://github.com/jdx/mise/pull/6844) +### 📦 Registry + +- Disable libsql-server on Windows by @jayvdb in [#6837](https://github.com/jdx/mise/pull/6837) +- add infisical by @jdx in [#6845](https://github.com/jdx/mise/pull/6845) + ## [2025.11.0](https://github.com/jdx/mise/compare/v2025.10.21..v2025.11.0) - 2025-11-01 ### 🐛 Bug Fixes @@ -1379,6 +1172,7 @@ ### 🐛 Bug Fixes - **(cli)** show friendly error when --cd path does not exist by @jdx in [#6818](https://github.com/jdx/mise/pull/6818) +- **(env)** prevent PATH corruption when paths are interleaved with original PATH by @jdx in [#6821](https://github.com/jdx/mise/pull/6821) - **(node)** update lts version by @risu729 in [#6816](https://github.com/jdx/mise/pull/6816) - **(schema,settings)** update type and descriptions for shell argument settings by @astrochemx in [#6805](https://github.com/jdx/mise/pull/6805) @@ -1391,17 +1185,8 @@ - @astrochemx made their first contribution in [#6805](https://github.com/jdx/mise/pull/6805) - @rbino made their first contribution in [#6809](https://github.com/jdx/mise/pull/6809) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`goharbor/harbor-cli`](https://github.com/goharbor/harbor-cli) ## [2025.10.20](https://github.com/jdx/mise/compare/v2025.10.19..v2025.10.20) - 2025-10-29 -### 📦 Registry - -- add cpz and rmz by @sassdavid in [#6793](https://github.com/jdx/mise/pull/6793) - ### 🚀 Features - Add MSVC asset matching on Windows by @trolleyman in [#6798](https://github.com/jdx/mise/pull/6798) @@ -1417,23 +1202,17 @@ - change 'claude-code' to 'claude' in examples by @bradleybuda in [#6801](https://github.com/jdx/mise/pull/6801) +### 📦 Registry + +- add cpz and rmz by @sassdavid in [#6793](https://github.com/jdx/mise/pull/6793) + ### New Contributors - @trolleyman made their first contribution in [#6798](https://github.com/jdx/mise/pull/6798) - @bradleybuda made their first contribution in [#6801](https://github.com/jdx/mise/pull/6801) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`jreisinger/checkip`](https://github.com/jreisinger/checkip) -- [`suzuki-shunsuke/ghaperf`](https://github.com/suzuki-shunsuke/ghaperf) ## [2025.10.19](https://github.com/jdx/mise/compare/v2025.10.18..v2025.10.19) - 2025-10-28 -### 📦 Registry - -- update bat-extras backends by @TyceHerrman in [#6784](https://github.com/jdx/mise/pull/6784) - ### 🚀 Features - **(zig)** Download zig tarballs from vetted community mirrors when available. by @Maarrk in [#6670](https://github.com/jdx/mise/pull/6670) @@ -1459,12 +1238,10 @@ - lock file maintenance by @renovate[bot] in [#6780](https://github.com/jdx/mise/pull/6780) -### 📦 Aqua Registry Updates +### 📦 Registry -#### Updated Packages (2) +- update bat-extras backends by @TyceHerrman in [#6784](https://github.com/jdx/mise/pull/6784) -- [`alvinunreal/tmuxai`](https://github.com/alvinunreal/tmuxai) -- [`mvdan/gofumpt`](https://github.com/mvdan/gofumpt) ## [2025.10.18](https://github.com/jdx/mise/compare/v2025.10.17..v2025.10.18) - 2025-10-25 ### 🚀 Features @@ -1480,22 +1257,8 @@ - **(task)** deprecate Tera template functions for task arguments by @jdx in [#6764](https://github.com/jdx/mise/pull/6764) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`gittower/git-flow-next`](https://github.com/gittower/git-flow-next) - -#### Updated Packages (1) - -- [`suzuki-shunsuke/ci-info`](https://github.com/suzuki-shunsuke/ci-info) ## [2025.10.17](https://github.com/jdx/mise/compare/v2025.10.16..v2025.10.17) - 2025-10-24 -### 📦 Registry - -- add superhtml by @Maarrk in [#6742](https://github.com/jdx/mise/pull/6742) -- add opengrep by @vmeurisse in [#6745](https://github.com/jdx/mise/pull/6745) - ### 🚀 Features - **(plugins)** Implement missing `file.exists()` Lua function by @ofalvai in [#6754](https://github.com/jdx/mise/pull/6754) @@ -1523,7 +1286,12 @@ - update ghcr.io/jdx/mise:rpm docker digest to 308b042 by @renovate[bot] in [#6752](https://github.com/jdx/mise/pull/6752) - update ghcr.io/jdx/mise:deb docker digest to e28b4fd by @renovate[bot] in [#6751](https://github.com/jdx/mise/pull/6751) -### New Contributors +### 📦 Registry + +- add superhtml by @Maarrk in [#6742](https://github.com/jdx/mise/pull/6742) +- add opengrep by @vmeurisse in [#6745](https://github.com/jdx/mise/pull/6745) + +### New Contributors - @richardgill made their first contribution in [#6757](https://github.com/jdx/mise/pull/6757) - @nickbabcock made their first contribution in [#6744](https://github.com/jdx/mise/pull/6744) @@ -1555,23 +1323,6 @@ - @iamkroot made their first contribution in [#6729](https://github.com/jdx/mise/pull/6729) - @the-wondersmith made their first contribution in [#6180](https://github.com/jdx/mise/pull/6180) -### 📦 Aqua Registry Updates - -#### New Packages (8) - -- [`SUPERCILEX/fuc/cpz`](https://github.com/SUPERCILEX/fuc/cpz) -- [`SUPERCILEX/fuc/rmz`](https://github.com/SUPERCILEX/fuc/rmz) -- [`dinoDanic/diny`](https://github.com/dinoDanic/diny) -- [`eth-p/bat-extras`](https://github.com/eth-p/bat-extras) -- [`k1LoW/tailor-log`](https://github.com/k1LoW/tailor-log) -- [`mashiike/acrun`](https://github.com/mashiike/acrun) -- [`opengrep/opengrep`](https://github.com/opengrep/opengrep) -- [`praetorian-inc/noseyparker`](https://github.com/praetorian-inc/noseyparker) - -#### Updated Packages (2) - -- [`bufbuild/buf`](https://github.com/bufbuild/buf) -- [`bytecodealliance/wasm-tools`](https://github.com/bytecodealliance/wasm-tools) ## [2025.10.15](https://github.com/jdx/mise/compare/v2025.10.14..v2025.10.15) - 2025-10-22 ### 🚀 Features @@ -1634,6 +1385,10 @@ - **(rust)** preserve original PATH entries when managing tool paths by @jdx in [#6689](https://github.com/jdx/mise/pull/6689) +### 📦️ Dependency Updates + +- update rust crate ubi to 0.8.2 by @risu729 in [#6693](https://github.com/jdx/mise/pull/6693) + ## [2025.10.11](https://github.com/jdx/mise/compare/v2025.10.10..v2025.10.11) - 2025-10-18 ### 🚀 Features @@ -1657,16 +1412,6 @@ - @LER0ever made their first contribution in [#6682](https://github.com/jdx/mise/pull/6682) -### 📦 Aqua Registry Updates - -#### New Packages (1) - -- [`mas-cli/mas`](https://github.com/mas-cli/mas) - -#### Updated Packages (2) - -- [`microsoft/edit`](https://github.com/microsoft/edit) -- [`nodejs/node`](https://github.com/nodejs/node) ## [2025.10.10](https://github.com/jdx/mise/compare/v2025.10.9..v2025.10.10) - 2025-10-16 ### 🐛 Bug Fixes @@ -1698,11 +1443,6 @@ ## [2025.10.8](https://github.com/jdx/mise/compare/v2025.10.7..v2025.10.8) - 2025-10-13 -### 📦 Registry - -- add codex (`npm:@openai/codex`) by @risu729 in [#6634](https://github.com/jdx/mise/pull/6634) -- add tests (1password-certstrap) by @risu729 in [#6592](https://github.com/jdx/mise/pull/6592) - ### 🚀 Features - **(plugins)** more archiver extensions by @blaubaer in [#6644](https://github.com/jdx/mise/pull/6644) @@ -1721,29 +1461,17 @@ - update rust crate ubi to 0.8 by @risu729 in [#6637](https://github.com/jdx/mise/pull/6637) -### New Contributors - -- @neongreen made their first contribution in [#6641](https://github.com/jdx/mise/pull/6641) - -### 📦 Aqua Registry Updates - -#### New Packages (3) +### 📦 Registry -- [`defenseunicorns/uds-cli`](https://github.com/defenseunicorns/uds-cli) -- [`google/addlicense`](https://github.com/google/addlicense) -- [`zarf-dev/zarf`](https://github.com/zarf-dev/zarf) +- add codex (`npm:@openai/codex`) by @risu729 in [#6634](https://github.com/jdx/mise/pull/6634) +- add tests (1password-certstrap) by @risu729 in [#6592](https://github.com/jdx/mise/pull/6592) -#### Updated Packages (2) +### New Contributors -- [`golang/tools/godoc`](https://github.com/golang/tools/godoc) -- [`release-plz/release-plz`](https://github.com/release-plz/release-plz) +- @neongreen made their first contribution in [#6641](https://github.com/jdx/mise/pull/6641) ## [2025.10.7](https://github.com/jdx/mise/compare/v2025.10.6..v2025.10.7) - 2025-10-10 -### 📦 Registry - -- add lazyssh by @TyceHerrman in [#6610](https://github.com/jdx/mise/pull/6610) - ### 🚀 Features - **(config)** Add a ceiling to how mise searchs for config & tasks by @richardthe3rd in [#6041](https://github.com/jdx/mise/pull/6041) @@ -1757,6 +1485,10 @@ - **(tasks)** restore MISE_ENV environment inheritance for tasks by @glasser in [#6621](https://github.com/jdx/mise/pull/6621) - **(ui)** prevent OSC 9;4 progress sequences from being written to non-terminals by @jdx in [#6615](https://github.com/jdx/mise/pull/6615) +### 📦 Registry + +- add lazyssh by @TyceHerrman in [#6610](https://github.com/jdx/mise/pull/6610) + ### Chore - remove cosign/slsa-verifier from mise.toml by @jdx in [#6616](https://github.com/jdx/mise/pull/6616) @@ -1765,29 +1497,8 @@ - @richardthe3rd made their first contribution in [#6041](https://github.com/jdx/mise/pull/6041) -### 📦 Aqua Registry Updates - -#### New Packages (3) - -- [`kachick/selfup`](https://github.com/kachick/selfup) -- [`madelynnblue/sqlfmt`](https://github.com/madelynnblue/sqlfmt) -- [`yonaskolb/XcodeGen`](https://github.com/yonaskolb/XcodeGen) - -#### Updated Packages (6) - -- [`AGWA/git-crypt`](https://github.com/AGWA/git-crypt) -- [`apache/maven-mvnd`](https://github.com/apache/maven-mvnd) -- [`benbjohnson/litestream`](https://github.com/benbjohnson/litestream) -- [`dex4er/tf`](https://github.com/dex4er/tf) -- [`oxc-project/oxc/oxlint`](https://github.com/oxc-project/oxc/oxlint) -- [`sigstore/cosign`](https://github.com/sigstore/cosign) - ## [2025.10.6](https://github.com/jdx/mise/compare/v2025.10.5..v2025.10.6) - 2025-10-08 -### 📦 Registry - -- add vfox-mongod by @blaubaer in [#6586](https://github.com/jdx/mise/pull/6586) - ### 🚀 Features - add OSC 9;4 terminal progress indicators by @jdx in [#6584](https://github.com/jdx/mise/pull/6584) @@ -1803,27 +1514,16 @@ - **(exec)** remove redundant tty check for auto-install by @jdx in [#6589](https://github.com/jdx/mise/pull/6589) - remove duplicated task loads by @risu729 in [#6594](https://github.com/jdx/mise/pull/6594) -### New Contributors - -- @blaubaer made their first contribution in [#6586](https://github.com/jdx/mise/pull/6586) - -### 📦 Aqua Registry Updates - -#### New Packages (1) +### 📦 Registry -- [`walles/moor`](https://github.com/walles/moor) +- add vfox-mongod by @blaubaer in [#6586](https://github.com/jdx/mise/pull/6586) -#### Updated Packages (2) +### New Contributors -- [`linkerd/linkerd2`](https://github.com/linkerd/linkerd2) -- [`minio/mc`](https://github.com/minio/mc) +- @blaubaer made their first contribution in [#6586](https://github.com/jdx/mise/pull/6586) ## [2025.10.5](https://github.com/jdx/mise/compare/v2025.10.4..v2025.10.5) - 2025-10-07 -### 📦 Registry - -- add jules by @alefteris in [#6568](https://github.com/jdx/mise/pull/6568) - ### 🐛 Bug Fixes - **(docs)** improve favicon support for Safari by @jdx in [#6567](https://github.com/jdx/mise/pull/6567) @@ -1837,16 +1537,9 @@ - **(tasks)** create dedicated monorepo tasks documentation by @jdx in [#6561](https://github.com/jdx/mise/pull/6561) - **(tasks)** enhance monorepo documentation with tool comparisons by @jdx in [#6563](https://github.com/jdx/mise/pull/6563) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`flutter/flutter`](https://github.com/flutter/flutter) -- [`grafana/grafanactl`](https://github.com/grafana/grafanactl) - -#### Updated Packages (1) +### 📦 Registry -- [`borgbackup/borg`](https://github.com/borgbackup/borg) +- add jules by @alefteris in [#6568](https://github.com/jdx/mise/pull/6568) ## [2025.10.4](https://github.com/jdx/mise/compare/v2025.10.3..v2025.10.4) - 2025-10-06 @@ -1864,19 +1557,8 @@ - @equirosa made their first contribution in [#6555](https://github.com/jdx/mise/pull/6555) -### 📦 Aqua Registry Updates - -#### New Packages (2) - -- [`jackchuka/confluence-md`](https://github.com/jackchuka/confluence-md) -- [`NikitaCOEUR/dirvana`](https://github.com/NikitaCOEUR/dirvana) - ## [2025.10.3](https://github.com/jdx/mise/compare/v2025.10.2..v2025.10.3) - 2025-10-06 -### 📦 Registry - -- added cloudflare wrangler by @moisesmorillo in [#6534](https://github.com/jdx/mise/pull/6534) - ### 🚀 Features - **(tasks)** add experimental monorepo task support with target paths by @jdx in [#6535](https://github.com/jdx/mise/pull/6535) @@ -1896,6 +1578,10 @@ - Update Python virtual environment documentation by @Konfekt in [#6538](https://github.com/jdx/mise/pull/6538) +### 📦 Registry + +- added cloudflare wrangler by @moisesmorillo in [#6534](https://github.com/jdx/mise/pull/6534) + ### Chore - **(hk)** bump to v1.18.1 by @jdx in [#6546](https://github.com/jdx/mise/pull/6546) @@ -1935,10 +1621,6 @@ ## [2025.10.1](https://github.com/jdx/mise/compare/v2025.10.0..v2025.10.1) - 2025-10-03 -### 📦 Registry - -- add tombi by @TyceHerrman in [#6520](https://github.com/jdx/mise/pull/6520) - ### 🚀 Features - **(snapcraft)** add snap package by @phanect in [#6472](https://github.com/jdx/mise/pull/6472) @@ -1947,6 +1629,10 @@ - **(cache)** remove duplicate bytes in prune output by @risu729 in [#6515](https://github.com/jdx/mise/pull/6515) +### 📦 Registry + +- add tombi by @TyceHerrman in [#6520](https://github.com/jdx/mise/pull/6520) + ### Chore - **(copr)** increase COPR publish timeout by 60 minutes by @Copilot in [#6512](https://github.com/jdx/mise/pull/6512) @@ -1957,10 +1643,6 @@ ## [2025.10.0](https://github.com/jdx/mise/compare/v2025.9.25..v2025.10.0) - 2025-10-01 -### 📦 Registry - -- add code by @TyceHerrman in [#6492](https://github.com/jdx/mise/pull/6492) - ### 🚀 Features - change idiomatic_version_file to default disabled by @jdx in [#6501](https://github.com/jdx/mise/pull/6501) @@ -1979,16 +1661,16 @@ - **(e2e)** remove deprecated MISE_LEGACY_VERSION_FILE assertions by @jdx in [#6505](https://github.com/jdx/mise/pull/6505) +### 📦 Registry + +- add code by @TyceHerrman in [#6492](https://github.com/jdx/mise/pull/6492) + ### New Contributors - @minusfive made their first contribution in [#6497](https://github.com/jdx/mise/pull/6497) ## [2025.9.25](https://github.com/jdx/mise/compare/v2025.9.24..v2025.9.25) - 2025-09-30 -### 📦 Registry - -- prefer k3s from Aqua over ASDF plugin by @TobiX in [#6486](https://github.com/jdx/mise/pull/6486) - ### 🐛 Bug Fixes - **(auto-install)** support installing non-active backend versions by @jdx in [#6484](https://github.com/jdx/mise/pull/6484) @@ -1999,6 +1681,10 @@ - **(e2e)** use local HTTP server instead of httpbin.org for tool-stub tests by @jdx in [#6488](https://github.com/jdx/mise/pull/6488) +### 📦 Registry + +- prefer k3s from Aqua over ASDF plugin by @TobiX in [#6486](https://github.com/jdx/mise/pull/6486) + ### Chore - **(ci)** prevent release workflow from running on release branch pushes by @jdx in [#6490](https://github.com/jdx/mise/pull/6490) @@ -2010,11 +1696,6 @@ ## [2025.9.24](https://github.com/jdx/mise/compare/v2025.9.23..v2025.9.24) - 2025-09-29 -### 📦 Registry - -- add ggshield by @TyceHerrman in [#6435](https://github.com/jdx/mise/pull/6435) -- add jaq by @TyceHerrman in [#6434](https://github.com/jdx/mise/pull/6434) - ### 🚀 Features - **(age)** support age encrypted env vars in mise.toml files by @jdx in [#6463](https://github.com/jdx/mise/pull/6463) @@ -2023,6 +1704,11 @@ - **(vfox)** integrate `parse_legacy_file` into backend by @malept in [#6471](https://github.com/jdx/mise/pull/6471) +### 📦 Registry + +- add ggshield by @TyceHerrman in [#6435](https://github.com/jdx/mise/pull/6435) +- add jaq by @TyceHerrman in [#6434](https://github.com/jdx/mise/pull/6434) + ## [2025.9.23](https://github.com/jdx/mise/compare/v2025.9.22..v2025.9.23) - 2025-09-28 ### 🚀 Features @@ -2039,23 +1725,18 @@ ## [2025.9.22](https://github.com/jdx/mise/compare/v2025.9.21..v2025.9.22) - 2025-09-28 -### 📦 Registry - -- re-enable tests by @risu729 in [#6454](https://github.com/jdx/mise/pull/6454) -- restore comments and tests by @risu729 in [#6378](https://github.com/jdx/mise/pull/6378) -- add github backend for graphite by @jdx in [#6455](https://github.com/jdx/mise/pull/6455) - ### 🚀 Features - **(backend)** add environment variable override for tool backends by @jdx in [#6456](https://github.com/jdx/mise/pull/6456) - add a http_retries setting to define number of retry attempts by @roele in [#6444](https://github.com/jdx/mise/pull/6444) -## [2025.9.21](https://github.com/jdx/mise/compare/v2025.9.20..v2025.9.21) - 2025-09-27 - ### 📦 Registry -- remove incorrect bin_path from balena-cli by @jdx in [#6445](https://github.com/jdx/mise/pull/6445) -- disable oxlint test temporarily by @jdx in [#6446](https://github.com/jdx/mise/pull/6446) +- re-enable tests by @risu729 in [#6454](https://github.com/jdx/mise/pull/6454) +- restore comments and tests by @risu729 in [#6378](https://github.com/jdx/mise/pull/6378) +- add github backend for graphite by @jdx in [#6455](https://github.com/jdx/mise/pull/6455) + +## [2025.9.21](https://github.com/jdx/mise/compare/v2025.9.20..v2025.9.21) - 2025-09-27 ### 🚀 Features @@ -2074,18 +1755,17 @@ - optimize git remote task tests with local repositories by @jdx in [#6441](https://github.com/jdx/mise/pull/6441) - mark slow e2e tests and add runtime warnings by @jdx in [#6449](https://github.com/jdx/mise/pull/6449) +### 📦 Registry + +- remove incorrect bin_path from balena-cli by @jdx in [#6445](https://github.com/jdx/mise/pull/6445) +- disable oxlint test temporarily by @jdx in [#6446](https://github.com/jdx/mise/pull/6446) + ### Chore - **(ci)** run release workflow on PRs to main for branch protection by @jdx in [#6448](https://github.com/jdx/mise/pull/6448) ## [2025.9.20](https://github.com/jdx/mise/compare/v2025.9.19..v2025.9.20) - 2025-09-26 -### 📦 Registry - -- use version_prefix for github backends by @risu729 in [#6409](https://github.com/jdx/mise/pull/6409) -- fix hivemind by @mnm364 in [#6431](https://github.com/jdx/mise/pull/6431) -- revert opam/k3kcli backends to ubi by @risu729 in [#6406](https://github.com/jdx/mise/pull/6406) - ### 🚀 Features - **(spm)** add support for self-hosted and GitLab repositories by @roele in [#6358](https://github.com/jdx/mise/pull/6358) @@ -2106,13 +1786,13 @@ - update ghcr.io/jdx/mise:deb docker digest to af96f8e by @renovate[bot] in [#6428](https://github.com/jdx/mise/pull/6428) - update ghcr.io/jdx/mise:copr docker digest to 0f98c77 by @renovate[bot] in [#6427](https://github.com/jdx/mise/pull/6427) -## [2025.9.19](https://github.com/jdx/mise/compare/v2025.9.18..v2025.9.19) - 2025-09-25 - ### 📦 Registry -- fix mise-ghcup plugin managed tools descriptions by @risu729 in [#6411](https://github.com/jdx/mise/pull/6411) -- add Tinymist by @3w36zj6 in [#6412](https://github.com/jdx/mise/pull/6412) -- revert djinni backend to ubi by @risu729 in [#6410](https://github.com/jdx/mise/pull/6410) +- use version_prefix for github backends by @risu729 in [#6409](https://github.com/jdx/mise/pull/6409) +- fix hivemind by @mnm364 in [#6431](https://github.com/jdx/mise/pull/6431) +- revert opam/k3kcli backends to ubi by @risu729 in [#6406](https://github.com/jdx/mise/pull/6406) + +## [2025.9.19](https://github.com/jdx/mise/compare/v2025.9.18..v2025.9.19) - 2025-09-25 ### 🚀 Features @@ -2127,16 +1807,18 @@ - **(vfox)** replace flaky external tests with local dummy plugin by @jdx in [#6403](https://github.com/jdx/mise/pull/6403) +### 📦 Registry + +- fix mise-ghcup plugin managed tools descriptions by @risu729 in [#6411](https://github.com/jdx/mise/pull/6411) +- add Tinymist by @3w36zj6 in [#6412](https://github.com/jdx/mise/pull/6412) +- revert djinni backend to ubi by @risu729 in [#6410](https://github.com/jdx/mise/pull/6410) + ### New Contributors - @Copilot made their first contribution in [#6415](https://github.com/jdx/mise/pull/6415) ## [2025.9.18](https://github.com/jdx/mise/compare/v2025.9.17..v2025.9.18) - 2025-09-25 -### 📦 Registry - -- replace amplify-cli github backend with ubi by @eggplants in [#6396](https://github.com/jdx/mise/pull/6396) - ### 🚀 Features - **(config)** support vars in tool versions by @jdx in [#6401](https://github.com/jdx/mise/pull/6401) @@ -2151,6 +1833,10 @@ - **(test-tool)** uninstall all versions and clear cache before installation by @jdx in [#6393](https://github.com/jdx/mise/pull/6393) +### 📦 Registry + +- replace amplify-cli github backend with ubi by @eggplants in [#6396](https://github.com/jdx/mise/pull/6396) + ### New Contributors - @eggplants made their first contribution in [#6396](https://github.com/jdx/mise/pull/6396) @@ -2176,10 +1862,6 @@ ## [2025.9.16](https://github.com/jdx/mise/compare/v2025.9.15..v2025.9.16) - 2025-09-22 -### 📦 Registry - -- use npm backend for zbctl by @risu729 in [#6379](https://github.com/jdx/mise/pull/6379) - ### 🐛 Bug Fixes - **(aqua)** remove blake3 support from aqua checksum algorithms by @risu729 in [#6370](https://github.com/jdx/mise/pull/6370) @@ -2191,16 +1873,16 @@ - minisign doesn't require cli by @risu729 in [#6369](https://github.com/jdx/mise/pull/6369) +### 📦 Registry + +- use npm backend for zbctl by @risu729 in [#6379](https://github.com/jdx/mise/pull/6379) + ### Chore - ignore renovate new bot name by @risu729 in [#6364](https://github.com/jdx/mise/pull/6364) ## [2025.9.15](https://github.com/jdx/mise/compare/v2025.9.14..v2025.9.15) - 2025-09-21 -### 📦 Registry - -- add missing cargo backends by @jayvdb in [#6307](https://github.com/jdx/mise/pull/6307) - ### 🚀 Features - add env propagation by @Its-Just-Nans in [#6342](https://github.com/jdx/mise/pull/6342) @@ -2225,6 +1907,10 @@ - pin dependencies by @renovate[bot] in [#6243](https://github.com/jdx/mise/pull/6243) +### 📦 Registry + +- add missing cargo backends by @jayvdb in [#6307](https://github.com/jdx/mise/pull/6307) + ### Chore - **(install.sh)** add `MISE_INSTALL_MUSL` to force installing musl variants on Linux by @malept in [#6355](https://github.com/jdx/mise/pull/6355) @@ -2245,11 +1931,6 @@ ## [2025.9.13](https://github.com/jdx/mise/compare/v2025.9.12..v2025.9.13) - 2025-09-19 -### 📦 Registry - -- remove deprecated virtualos by @jdx in [166379f](https://github.com/jdx/mise/commit/166379f71c79fccacfc980dd14d4e18642c7d1e5) -- add trufflehog ([aqua:trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)) by @risu729 in [#6316](https://github.com/jdx/mise/pull/6316) - ### 🚀 Features - **(aqua)** integrate native sigstore-verification for security verification by @jdx in [#6332](https://github.com/jdx/mise/pull/6332) @@ -2276,6 +1957,11 @@ - update rust crate console to v0.16.1 by @renovate[bot] in [#6336](https://github.com/jdx/mise/pull/6336) - update rust crate indexmap to v2.11.4 by @renovate[bot] in [#6337](https://github.com/jdx/mise/pull/6337) +### 📦 Registry + +- remove deprecated virtualos by @jdx in [166379f](https://github.com/jdx/mise/commit/166379f71c79fccacfc980dd14d4e18642c7d1e5) +- add trufflehog ([aqua:trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)) by @risu729 in [#6316](https://github.com/jdx/mise/pull/6316) + ### Chore - fixing typos by @Its-Just-Nans in [#6331](https://github.com/jdx/mise/pull/6331) @@ -2299,10 +1985,6 @@ ## [2025.9.11](https://github.com/jdx/mise/compare/v2025.9.10..v2025.9.11) - 2025-09-16 -### 📦 Registry - -- indicate aws-cli is v2 by @jayvdb in [#6300](https://github.com/jdx/mise/pull/6300) - ### 🚀 Features - **(ci)** run all registry tools when workflow_dispatch is triggered by @jdx in [#6295](https://github.com/jdx/mise/pull/6295) @@ -2323,6 +2005,10 @@ - fix mkdir paths by @risu729 in [#6298](https://github.com/jdx/mise/pull/6298) - fix rust profile default by @risu729 in [#6305](https://github.com/jdx/mise/pull/6305) +### 📦 Registry + +- indicate aws-cli is v2 by @jayvdb in [#6300](https://github.com/jdx/mise/pull/6300) + ### Chore - **(aqua-registry)** remove unused aqua-registry files by @jdx in [#6294](https://github.com/jdx/mise/pull/6294) @@ -2336,10 +2022,6 @@ ## [2025.9.10](https://github.com/jdx/mise/compare/v2025.9.9..v2025.9.10) - 2025-09-13 -### 📦 Registry - -- use asdf to install semver-tool by @jylenhof in [#6233](https://github.com/jdx/mise/pull/6233) - ### 🐛 Bug Fixes - **(tool-stub)** detect binary names from single-file downloads by @jdx in [#6281](https://github.com/jdx/mise/pull/6281) @@ -2360,6 +2042,10 @@ - update rust crate chrono to v0.4.42 by @renovate[bot] in [#6274](https://github.com/jdx/mise/pull/6274) - update taiki-e/install-action digest to 0154864 by @renovate[bot] in [#6273](https://github.com/jdx/mise/pull/6273) +### 📦 Registry + +- use asdf to install semver-tool by @jylenhof in [#6233](https://github.com/jdx/mise/pull/6233) + ### Chore - **(schema)** fix schema for subtasks by @risu729 in [#6289](https://github.com/jdx/mise/pull/6289) @@ -2557,10 +2243,6 @@ ## [2025.8.21](https://github.com/jdx/mise/compare/v2025.8.20..v2025.8.21) - 2025-08-27 -### 📦 Registry - -- prefer 1password asdf plugin for ls-remote by @risu729 in [#6116](https://github.com/jdx/mise/pull/6116) - ### 🚀 Features - allow use of templates in task confirmation by @roele in [#6129](https://github.com/jdx/mise/pull/6129) @@ -2573,6 +2255,10 @@ - Split run command so that copy button is useful by @anujdeshpande in [#6099](https://github.com/jdx/mise/pull/6099) +### 📦 Registry + +- prefer 1password asdf plugin for ls-remote by @risu729 in [#6116](https://github.com/jdx/mise/pull/6116) + ### New Contributors - @anujdeshpande made their first contribution in [#6099](https://github.com/jdx/mise/pull/6099) @@ -2585,15 +2271,15 @@ ## [2025.8.19](https://github.com/jdx/mise/compare/v2025.8.18..v2025.8.19) - 2025-08-22 +### 🐛 Bug Fixes + +- **(aqua)** bake in aliased registries by @risu729 in [#6105](https://github.com/jdx/mise/pull/6105) + ### 📦 Registry - update kubectl aqua alias by @malept in [#6107](https://github.com/jdx/mise/pull/6107) - remove asdf plugin for watchexec by @risu729 in [#6106](https://github.com/jdx/mise/pull/6106) -### 🐛 Bug Fixes - -- **(aqua)** bake in aliased registries by @risu729 in [#6105](https://github.com/jdx/mise/pull/6105) - ## [2025.8.18](https://github.com/jdx/mise/compare/v2025.8.17..v2025.8.18) - 2025-08-22 ### 🚀 Features @@ -2602,10 +2288,6 @@ ## [2025.8.17](https://github.com/jdx/mise/compare/v2025.8.16..v2025.8.17) - 2025-08-22 -### 📦 Registry - -- remove asdf plugin for zoxide by @risu729 in [#6100](https://github.com/jdx/mise/pull/6100) - ### 🐛 Bug Fixes - **(aqua)** remove mise-versions aqua registry by @risu729 in [#6097](https://github.com/jdx/mise/pull/6097) @@ -2619,6 +2301,10 @@ - update apple-actions/import-codesign-certs digest to 95e84a1 by @renovate[bot] in [#6093](https://github.com/jdx/mise/pull/6093) - update taiki-e/install-action digest to 36fe651 by @renovate[bot] in [#6094](https://github.com/jdx/mise/pull/6094) +### 📦 Registry + +- remove asdf plugin for zoxide by @risu729 in [#6100](https://github.com/jdx/mise/pull/6100) + ### Chore - remove submodules option for actions/checkout by @risu729 in [#6090](https://github.com/jdx/mise/pull/6090) @@ -2679,10 +2365,6 @@ ## [2025.8.12](https://github.com/jdx/mise/compare/v2025.8.11..v2025.8.12) - 2025-08-17 -### 📦 Registry - -- support tenv idiomatic files by @risu729 in [#6050](https://github.com/jdx/mise/pull/6050) - ### 🚀 Features - respect PREFER_OFFLINE for aqua package metadata fetching by @jdx in [#6058](https://github.com/jdx/mise/pull/6058) @@ -2697,17 +2379,16 @@ - update actions/checkout digest to 08eba0b by @renovate[bot] in [#6030](https://github.com/jdx/mise/pull/6030) - update actions/cache digest to 0400d5f by @renovate[bot] in [#5957](https://github.com/jdx/mise/pull/5957) +### 📦 Registry + +- support tenv idiomatic files by @risu729 in [#6050](https://github.com/jdx/mise/pull/6050) + ### Chore - check for warnings in gha with rust stable by @jdx in [#6055](https://github.com/jdx/mise/pull/6055) ## [2025.8.11](https://github.com/jdx/mise/compare/v2025.8.10..v2025.8.11) - 2025-08-17 -### 📦 Registry - -- add container-use ([aqua:dagger/container-use](https://github.com/dagger/container-use)) by @TyceHerrman in [#6029](https://github.com/jdx/mise/pull/6029) -- add prek ([aqua:j178/prek](https://github.com/j178/prek)) by @HenryZhang-ZHY in [#6023](https://github.com/jdx/mise/pull/6023) - ### 🚀 Features - **(task)** allow more #MISE comments patterns by @risu729 in [#6011](https://github.com/jdx/mise/pull/6011) @@ -2724,6 +2405,11 @@ - added openSUSE zypper install instructions by @lfromanini in [#6037](https://github.com/jdx/mise/pull/6037) - update `contributing.md` for discussions by @br3ndonland in [#6047](https://github.com/jdx/mise/pull/6047) +### 📦 Registry + +- add container-use ([aqua:dagger/container-use](https://github.com/dagger/container-use)) by @TyceHerrman in [#6029](https://github.com/jdx/mise/pull/6029) +- add prek ([aqua:j178/prek](https://github.com/j178/prek)) by @HenryZhang-ZHY in [#6023](https://github.com/jdx/mise/pull/6023) + ### Chore - fix warnings by @jdx in [#6043](https://github.com/jdx/mise/pull/6043) @@ -2738,14 +2424,6 @@ ## [2025.8.10](https://github.com/jdx/mise/compare/v2025.8.9..v2025.8.10) - 2025-08-14 -### 📦 Registry - -- enable kubecolor test by @risu729 in [#6008](https://github.com/jdx/mise/pull/6008) -- fix os specific backends for usage by @risu729 in [#6007](https://github.com/jdx/mise/pull/6007) -- use aqua backend for restish by @risu729 in [#5986](https://github.com/jdx/mise/pull/5986) -- add cfssljson ([aqua:cloudflare/cfssl/cfssljson](https://github.com/cloudflare/cfssl/cfssljson)) by @disintegrator in [#6013](https://github.com/jdx/mise/pull/6013) -- add claude-squad ([aqua:smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad)) by @TyceHerrman in [#5894](https://github.com/jdx/mise/pull/5894) - ### 🚀 Features - **(aqua)** make bin paths executable by @risu729 in [#6010](https://github.com/jdx/mise/pull/6010) @@ -2757,19 +2435,20 @@ - version prefix detection by @risu729 in [#5943](https://github.com/jdx/mise/pull/5943) - respect MISE_DEFAULT_CONFIG_FILENAME by @risu729 in [#5899](https://github.com/jdx/mise/pull/5899) +### 📦 Registry + +- enable kubecolor test by @risu729 in [#6008](https://github.com/jdx/mise/pull/6008) +- fix os specific backends for usage by @risu729 in [#6007](https://github.com/jdx/mise/pull/6007) +- use aqua backend for restish by @risu729 in [#5986](https://github.com/jdx/mise/pull/5986) +- add cfssljson ([aqua:cloudflare/cfssl/cfssljson](https://github.com/cloudflare/cfssl/cfssljson)) by @disintegrator in [#6013](https://github.com/jdx/mise/pull/6013) +- add claude-squad ([aqua:smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad)) by @TyceHerrman in [#5894](https://github.com/jdx/mise/pull/5894) + ### New Contributors - @disintegrator made their first contribution in [#6013](https://github.com/jdx/mise/pull/6013) ## [2025.8.9](https://github.com/jdx/mise/compare/v2025.8.8..v2025.8.9) - 2025-08-13 -### 📦 Registry - -- add vfox-yarn as primary yarn backend by @jdx in [#5982](https://github.com/jdx/mise/pull/5982) -- add missing description field for a lot of tools by @jylenhof in [#5966](https://github.com/jdx/mise/pull/5966) -- rename benthos to redpanda-connect by @risu729 in [#5984](https://github.com/jdx/mise/pull/5984) -- rename coq to rocq by @risu729 in [#5985](https://github.com/jdx/mise/pull/5985) - ### 🚀 Features - **(timeout)** show duration, URL, and config hint on timeouts; increase fetch timeout default to 10s by @jdx in [#5991](https://github.com/jdx/mise/pull/5991) @@ -2798,6 +2477,13 @@ - update docker/metadata-action digest to c1e5197 by @renovate[bot] in [#5961](https://github.com/jdx/mise/pull/5961) - update docker/login-action digest to 184bdaa by @renovate[bot] in [#5958](https://github.com/jdx/mise/pull/5958) +### 📦 Registry + +- add vfox-yarn as primary yarn backend by @jdx in [#5982](https://github.com/jdx/mise/pull/5982) +- add missing description field for a lot of tools by @jylenhof in [#5966](https://github.com/jdx/mise/pull/5966) +- rename benthos to redpanda-connect by @risu729 in [#5984](https://github.com/jdx/mise/pull/5984) +- rename coq to rocq by @risu729 in [#5985](https://github.com/jdx/mise/pull/5985) + ### Chore - cargo up by @jdx in [#5992](https://github.com/jdx/mise/pull/5992) @@ -2809,6 +2495,10 @@ ## [2025.8.8](https://github.com/jdx/mise/compare/v2025.8.7..v2025.8.8) - 2025-08-11 +### 📚 Documentation + +- add documentation for os field in tool configuration by @jdx in [#5947](https://github.com/jdx/mise/pull/5947) + ### 📦 Registry - add bob ([aqua:MordechaiHadad/bob](https://github.com/MordechaiHadad/bob)) by @TyceHerrman in [#5914](https://github.com/jdx/mise/pull/5914) @@ -2817,10 +2507,6 @@ - use pipx aqua backend by @itochan in [#5971](https://github.com/jdx/mise/pull/5971) - only use aqua backend for yarn on windows by @jdx in [#5978](https://github.com/jdx/mise/pull/5978) -### 📚 Documentation - -- add documentation for os field in tool configuration by @jdx in [#5947](https://github.com/jdx/mise/pull/5947) - ### Chore - **(ci)** accept @ in regular expressions for new registry PR titles by @mst-mkt in [#5969](https://github.com/jdx/mise/pull/5969) @@ -2834,17 +2520,21 @@ ## [2025.8.7](https://github.com/jdx/mise/compare/v2025.8.6..v2025.8.7) - 2025-08-06 -### 📦 Registry - -- add python to gcloud dependencies by @risu729 in [#5936](https://github.com/jdx/mise/pull/5936) - ### 🐛 Bug Fixes - **(lockfile)** fix multiple lockfile issues with version management by @jdx in [#5907](https://github.com/jdx/mise/pull/5907) - **(toolset)** properly handle MISE_ADD_PATH from plugins by @jdx in [#5937](https://github.com/jdx/mise/pull/5937) +### 📦 Registry + +- add python to gcloud dependencies by @risu729 in [#5936](https://github.com/jdx/mise/pull/5936) + ## [2025.8.6](https://github.com/jdx/mise/compare/v2025.8.5..v2025.8.6) - 2025-08-06 +### 🚀 Features + +- **(tool-stub)** improve stub generation with bin inference, error handling, and fetch mode by @jdx in [#5932](https://github.com/jdx/mise/pull/5932) + ### 📦 Registry - add resvg ([aqua:linebender/resvg](https://github.com/linebender/resvg)) by @TyceHerrman in [#5926](https://github.com/jdx/mise/pull/5926) @@ -2852,11 +2542,18 @@ - add oxker ([aqua:mrjackwills/oxker](https://github.com/mrjackwills/oxker)) by @TyceHerrman in [#5929](https://github.com/jdx/mise/pull/5929) - add tssh ([aqua:trzsz/trzsz-ssh](https://github.com/trzsz/trzsz-ssh)) by @TyceHerrman in [#5928](https://github.com/jdx/mise/pull/5928) +## [2025.8.5](https://github.com/jdx/mise/compare/v2025.8.4..v2025.8.5) - 2025-08-05 + ### 🚀 Features -- **(tool-stub)** improve stub generation with bin inference, error handling, and fetch mode by @jdx in [#5932](https://github.com/jdx/mise/pull/5932) +- **(ci)** enhance registry PR validation with strict format checking by @jdx in [#5897](https://github.com/jdx/mise/pull/5897) +- add Model Context Protocol (MCP) server command by @jdx in [#5920](https://github.com/jdx/mise/pull/5920) -## [2025.8.5](https://github.com/jdx/mise/compare/v2025.8.4..v2025.8.5) - 2025-08-05 +### 🐛 Bug Fixes + +- **(elixir)** support `.exenv-version` by @risu729 in [#5901](https://github.com/jdx/mise/pull/5901) +- **(env)** improve PATH handling for env._.path directives by @jdx in [#5922](https://github.com/jdx/mise/pull/5922) +- allow devcontainer creation without a git repository by @acesyde in [#5891](https://github.com/jdx/mise/pull/5891) ### 📦 Registry @@ -2870,17 +2567,6 @@ - add container ([aqua:apple/container](https://github.com/apple/container)) by @TyceHerrman in [#5917](https://github.com/jdx/mise/pull/5917) - support `.packer-version` by @risu729 in [#5900](https://github.com/jdx/mise/pull/5900) -### 🚀 Features - -- **(ci)** enhance registry PR validation with strict format checking by @jdx in [#5897](https://github.com/jdx/mise/pull/5897) -- add Model Context Protocol (MCP) server command by @jdx in [#5920](https://github.com/jdx/mise/pull/5920) - -### 🐛 Bug Fixes - -- **(elixir)** support `.exenv-version` by @risu729 in [#5901](https://github.com/jdx/mise/pull/5901) -- **(env)** improve PATH handling for env._.path directives by @jdx in [#5922](https://github.com/jdx/mise/pull/5922) -- allow devcontainer creation without a git repository by @acesyde in [#5891](https://github.com/jdx/mise/pull/5891) - ### Chore - add synchronize to registry_comment gha by @jdx in [cbb1429](https://github.com/jdx/mise/commit/cbb14294072e9cbd3b0b9f21b2cb0a993a71d5ff) @@ -2900,10 +2586,6 @@ ## [2025.8.3](https://github.com/jdx/mise/compare/v2025.8.2..v2025.8.3) - 2025-08-03 -### 📦 Registry - -- add git-lfs ([aqua:git-lfs/git-lfs](https://github.com/git-lfs/git-lfs)) by @TyceHerrman in [#5885](https://github.com/jdx/mise/pull/5885) - ### 🚀 Features - **(registry)** add atuin package to registry by @TyceHerrman in [#5883](https://github.com/jdx/mise/pull/5883) @@ -2925,6 +2607,10 @@ - reduce render env task calls by @jdx in [#5888](https://github.com/jdx/mise/pull/5888) +### 📦 Registry + +- add git-lfs ([aqua:git-lfs/git-lfs](https://github.com/git-lfs/git-lfs)) by @TyceHerrman in [#5885](https://github.com/jdx/mise/pull/5885) + ## [2025.8.2](https://github.com/jdx/mise/compare/v2025.8.1..v2025.8.2) - 2025-08-02 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index c8539327c6..9b75e5b7a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "aqua-registry" -version = "2026.1.4" +version = "2026.1.5" dependencies = [ "expr-lang", "eyre", @@ -4993,7 +4993,7 @@ dependencies = [ [[package]] name = "mise" -version = "2026.1.4" +version = "2026.1.5" dependencies = [ "age", "anyhow", @@ -8705,7 +8705,7 @@ dependencies = [ [[package]] name = "vfox" -version = "2026.1.1" +version = "2026.1.2" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9d5e83b464..7f2066f2f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"] [package] name = "mise" -version = "2026.1.4" +version = "2026.1.5" edition = "2024" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index c5d1e695a1..55bb3a68eb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ $ ~/.local/bin/mise --version / / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/ /_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/ /_/ by @jdx -2026.1.4 macos-arm64 (2026-01-17) +2026.1.5 macos-arm64 (2026-01-19) ``` Hook mise into your shell (pick the right one for your shell): diff --git a/completions/_mise b/completions/_mise index 9529b16a9a..afec540c0f 100644 --- a/completions/_mise +++ b/completions/_mise @@ -23,7 +23,7 @@ _mise() { return 1 fi - local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_1_4.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_1_5.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.bash b/completions/mise.bash index 006f5a28fd..02fa0cfbd9 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -9,7 +9,7 @@ _mise() { local cur prev words cword was_split comp_args _comp_initialize -n : -- "$@" || return - local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_1_4.spec" + local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_1_5.spec" if [[ ! -f "$spec_file" ]]; then mise usage > "$spec_file" fi diff --git a/completions/mise.fish b/completions/mise.fish index c511cbccb5..5663d7315d 100644 --- a/completions/mise.fish +++ b/completions/mise.fish @@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null return 1 end set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end) -set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_1_4.spec" +set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_1_5.spec" if not test -f "$spec_file" mise usage | string collect > "$spec_file" end diff --git a/completions/mise.ps1 b/completions/mise.ps1 index 325cc878b6..54c3782a59 100644 --- a/completions/mise.ps1 +++ b/completions/mise.ps1 @@ -10,7 +10,7 @@ Register-ArgumentCompleter -Native -CommandName 'mise' -ScriptBlock { param($wordToComplete, $commandAst, $cursorPosition) $tmpDir = if ($env:TEMP) { $env:TEMP } else { [System.IO.Path]::GetTempPath() } - $specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_1_4.kdl" + $specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_1_5.kdl" if (-not (Test-Path $specFile)) { mise usage | Out-File -FilePath $specFile -Encoding utf8 diff --git a/crates/aqua-registry/Cargo.toml b/crates/aqua-registry/Cargo.toml index 3e4daf1346..3a56a0abd5 100644 --- a/crates/aqua-registry/Cargo.toml +++ b/crates/aqua-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqua-registry" -version = "2026.1.4" +version = "2026.1.5" edition = "2024" description = "Aqua registry backend for mise" authors = ["Jeff Dickey (@jdx)"] diff --git a/crates/aqua-registry/aqua-registry/pkgs/F1bonacc1/process-compose/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/F1bonacc1/process-compose/registry.yaml new file mode 100644 index 0000000000..c2b2c1b38e --- /dev/null +++ b/crates/aqua-registry/aqua-registry/pkgs/F1bonacc1/process-compose/registry.yaml @@ -0,0 +1,95 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: F1bonacc1 + repo_name: process-compose + description: Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v0.55.0" + asset: process-compose_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: process-compose_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.5.2") + asset: process-compose-{{.OS}}-{{.Arch}} + format: raw + supported_envs: + - linux + - version_constraint: semver("<= 0.10.0") + asset: process-compose-{{.OS}}-{{.Arch}} + format: raw + windows_arm_emulation: true + supported_envs: + - linux + - windows/amd64 + - version_constraint: semver("<= 0.20.0") + asset: process-compose-{{.OS}}-{{.Arch}} + format: raw + windows_arm_emulation: true + - version_constraint: semver("<= 0.29.0") + asset: process-compose-{{.OS}}-{{.Arch}} + format: raw + - version_constraint: semver("<= 0.29.4") + asset: process-compose_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: process-compose_checksums.txt + algorithm: sha256 + - version_constraint: semver("<= 0.45.0") + asset: process-compose_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: process-compose_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.69.0") + asset: process-compose_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: process-compose_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: "true" + asset: process-compose_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + checksum: + type: github_release + asset: process-compose_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip diff --git a/crates/aqua-registry/aqua-registry/pkgs/kkinnear/zprint/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/kkinnear/zprint/registry.yaml new file mode 100644 index 0000000000..1e9d83784f --- /dev/null +++ b/crates/aqua-registry/aqua-registry/pkgs/kkinnear/zprint/registry.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: kkinnear + repo_name: zprint + description: Beautifully format Clojure and Clojurescript source code and s-expressions + version_constraint: "false" + version_overrides: + - version_constraint: semver("<= 0.4.7") + no_asset: true + - version_constraint: semver("<= 0.4.10") + asset: zprint{{.OS}}-{{.Version}} + format: raw + replacements: + linux: l + supported_envs: + - linux/amd64 + - version_constraint: semver("<= 1.2.7") + asset: zprint{{.OS}}-{{.Version}} + format: raw + replacements: + darwin: m + linux: l + supported_envs: + - darwin/amd64 + - linux/amd64 + - version_constraint: "true" + asset: zprint{{.OS}}-{{.Version}} + format: raw + replacements: + darwin: m + linux: l + supported_envs: + - darwin + - linux/amd64 + overrides: + - goos: darwin + goarch: arm64 + asset: zprint{{.OS}}a-{{.Version}} diff --git a/crates/aqua-registry/aqua-registry/pkgs/theryangeary/choose/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/theryangeary/choose/registry.yaml index 0086d0ef55..fe903c45ee 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/theryangeary/choose/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/theryangeary/choose/registry.yaml @@ -8,6 +8,32 @@ packages: version_overrides: - version_constraint: Version == "v1.3.0" no_asset: true + - version_constraint: Version == "v1.3.6" + asset: choose-{{.Arch}}-{{.OS}} + format: raw + windows_arm_emulation: true + complete_windows_ext: false + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + windows: pc-windows-gnu + overrides: + - goos: linux + goarch: amd64 + replacements: + linux: unknown-linux-musl + - goos: linux + goarch: arm64 + replacements: + linux: unknown-linux-gnu + - goos: darwin + replacements: + amd64: amd64 + supported_envs: + - linux + - darwin/arm64 + - windows/amd64 - version_constraint: Version == "v1.3.5" asset: choose-{{.Arch}}-{{.OS}} format: raw @@ -16,7 +42,7 @@ packages: amd64: x86_64 arm64: aarch64 darwin: apple-darwin - windows: win + windows: pc-window-gnu overrides: - goos: linux goarch: amd64 @@ -29,8 +55,6 @@ packages: - goos: darwin replacements: amd64: amd64 - - goos: windows - asset: choose-{{.Arch}}-pc-{{.OS}}dow-gnu supported_envs: - linux - darwin/arm64 @@ -47,7 +71,6 @@ packages: asset: choose-{{.Arch}}-{{.OS}} format: raw windows_arm_emulation: true - complete_windows_ext: false replacements: amd64: x86_64 arm64: aarch64 diff --git a/crates/vfox/Cargo.toml b/crates/vfox/Cargo.toml index a84848830b..3de3345d10 100644 --- a/crates/vfox/Cargo.toml +++ b/crates/vfox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vfox" -version = "2026.1.1" +version = "2026.1.2" edition = "2024" license = "MIT" description = "Interface to vfox plugins" diff --git a/crates/vfox/embedded-plugins/vfox-dotnet/hooks/post_install.lua b/crates/vfox/embedded-plugins/vfox-dotnet/hooks/post_install.lua index 27d2a46242..1d927356d1 100644 --- a/crates/vfox/embedded-plugins/vfox-dotnet/hooks/post_install.lua +++ b/crates/vfox/embedded-plugins/vfox-dotnet/hooks/post_install.lua @@ -7,15 +7,18 @@ function PLUGIN:PostInstall(ctx) local path = sdkInfo.path local version = sdkInfo.version + -- Use correct path separator for OS + local sep = RUNTIME.osType == "windows" and "\\" or "/" + if RUNTIME.osType == "windows" then -- Windows: Use PowerShell script - local scriptPath = path .. "/dotnet-install.ps1" + local scriptPath = path .. sep .. "dotnet-install.ps1" cmd.exec("powershell -ExecutionPolicy Bypass -File '" .. scriptPath .. "' -InstallDir '" .. path .. "' -Version '" .. version .. "' -NoPath") -- Clean up installer script os.remove(scriptPath) else -- Linux/macOS: Use bash script - local scriptPath = path .. "/dotnet-install.sh" + local scriptPath = path .. sep .. "dotnet-install.sh" -- Make script executable cmd.exec("chmod +x '" .. scriptPath .. "'") -- Run the installer @@ -27,9 +30,9 @@ function PLUGIN:PostInstall(ctx) -- Verify installation local dotnetBin if RUNTIME.osType == "windows" then - dotnetBin = path .. "/dotnet.exe" + dotnetBin = path .. sep .. "dotnet.exe" else - dotnetBin = path .. "/dotnet" + dotnetBin = path .. sep .. "dotnet" end local f = io.open(dotnetBin, "r") diff --git a/crates/vfox/embedded-plugins/vfox-postgres/hooks/available.lua b/crates/vfox/embedded-plugins/vfox-postgres/hooks/available.lua index 5002654051..00a4c05edb 100644 --- a/crates/vfox/embedded-plugins/vfox-postgres/hooks/available.lua +++ b/crates/vfox/embedded-plugins/vfox-postgres/hooks/available.lua @@ -31,5 +31,36 @@ function PLUGIN:Available(ctx) end end + -- Sort versions semantically (ascending order - oldest first) + table.sort(result, function(a, b) + return compare_versions(a.version, b.version) + end) + return result end + +--- Compare two version strings semantically +--- Returns true if v1 < v2 (for ascending sort) +function compare_versions(v1, v2) + local parts1 = split_version(v1) + local parts2 = split_version(v2) + + local max_len = math.max(#parts1, #parts2) + for i = 1, max_len do + local p1 = parts1[i] or 0 + local p2 = parts2[i] or 0 + if p1 ~= p2 then + return p1 < p2 + end + end + return false +end + +--- Split a version string into numeric parts +function split_version(version) + local parts = {} + for part in string.gmatch(version, "([0-9]+)") do + table.insert(parts, tonumber(part)) + end + return parts +end diff --git a/default.nix b/default.nix index 8f214dc474..fef921c4ab 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2026.1.4"; + version = "2026.1.5"; src = lib.cleanSource ./.; diff --git a/mise.lock b/mise.lock index 7b793493f7..80a1a5bfc1 100644 --- a/mise.lock +++ b/mise.lock @@ -42,19 +42,19 @@ backend = "core:bun" "platforms.windows-x64-baseline" = { checksum = "sha256:2ab7cb878041529617dcb86f9e8cb59539779ecb5ebe115a9eba2fa8361736b6", url = "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-baseline.zip"} [[tools.cargo-binstall]] -version = "1.16.6" +version = "1.16.7" backend = "aqua:cargo-bins/cargo-binstall" -"platforms.linux-arm64" = { checksum = "sha256:b556421835ba67fa98ca1570c85b5511457956b7836ce938b47d3f73899517a3", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-aarch64-unknown-linux-musl.tgz"} -"platforms.linux-arm64-musl" = { checksum = "sha256:b556421835ba67fa98ca1570c85b5511457956b7836ce938b47d3f73899517a3", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-aarch64-unknown-linux-musl.tgz"} -"platforms.linux-x64" = { checksum = "sha256:3225eea8041c30d7462761a481883e3aa8fe31c58def4b6c8dd91b7c80973df0", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-unknown-linux-musl.tgz"} -"platforms.linux-x64-baseline" = { checksum = "sha256:3225eea8041c30d7462761a481883e3aa8fe31c58def4b6c8dd91b7c80973df0", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-unknown-linux-musl.tgz"} -"platforms.linux-x64-musl" = { checksum = "sha256:3225eea8041c30d7462761a481883e3aa8fe31c58def4b6c8dd91b7c80973df0", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-unknown-linux-musl.tgz"} -"platforms.linux-x64-musl-baseline" = { checksum = "sha256:3225eea8041c30d7462761a481883e3aa8fe31c58def4b6c8dd91b7c80973df0", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-unknown-linux-musl.tgz"} -"platforms.macos-arm64" = { checksum = "sha256:30543b378b96fbddabee1edfaccde7914dd2f851f02c560de859f81a21ab665b", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-aarch64-apple-darwin.zip"} -"platforms.macos-x64" = { checksum = "sha256:633dc2f381f7000d8ba3c02eb24b2f290bf0154372bafe8d8094d777f129f21d", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-apple-darwin.zip"} -"platforms.macos-x64-baseline" = { checksum = "sha256:633dc2f381f7000d8ba3c02eb24b2f290bf0154372bafe8d8094d777f129f21d", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-apple-darwin.zip"} -"platforms.windows-x64" = { checksum = "sha256:fca962c3d12ae6192280111074db073c15abad3ba162a1a5a2af0f6f01872114", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-pc-windows-msvc.zip"} -"platforms.windows-x64-baseline" = { checksum = "sha256:fca962c3d12ae6192280111074db073c15abad3ba162a1a5a2af0f6f01872114", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.6/cargo-binstall-x86_64-pc-windows-msvc.zip"} +"platforms.linux-arm64" = { checksum = "sha256:119e6b4748ede337f8315c068698fa0cf64a2b009c5a04f45af30b062197b1e4", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-aarch64-unknown-linux-musl.tgz"} +"platforms.linux-arm64-musl" = { checksum = "sha256:119e6b4748ede337f8315c068698fa0cf64a2b009c5a04f45af30b062197b1e4", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-aarch64-unknown-linux-musl.tgz"} +"platforms.linux-x64" = { checksum = "sha256:730c2aba29f8cfa9b78d4b3fbaa705f593643ab1db579f619f90ed90fc6eefec", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-unknown-linux-musl.tgz"} +"platforms.linux-x64-baseline" = { checksum = "sha256:730c2aba29f8cfa9b78d4b3fbaa705f593643ab1db579f619f90ed90fc6eefec", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-unknown-linux-musl.tgz"} +"platforms.linux-x64-musl" = { checksum = "sha256:730c2aba29f8cfa9b78d4b3fbaa705f593643ab1db579f619f90ed90fc6eefec", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-unknown-linux-musl.tgz"} +"platforms.linux-x64-musl-baseline" = { checksum = "sha256:730c2aba29f8cfa9b78d4b3fbaa705f593643ab1db579f619f90ed90fc6eefec", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-unknown-linux-musl.tgz"} +"platforms.macos-arm64" = { checksum = "sha256:8dcaf49e099bbdd54f813838673bede9088c00111fbab0bc0cfc0e6276241c87", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-aarch64-apple-darwin.zip"} +"platforms.macos-x64" = { checksum = "sha256:e62a72d052f7ce457944072386a991e1161899456abb40e92bb54d57b95c5d12", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-apple-darwin.zip"} +"platforms.macos-x64-baseline" = { checksum = "sha256:e62a72d052f7ce457944072386a991e1161899456abb40e92bb54d57b95c5d12", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-apple-darwin.zip"} +"platforms.windows-x64" = { checksum = "sha256:d10ba1651bed7a83d55ef3d6abc8b3cd9704cd3410279781eee7a72c07b5cf71", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-pc-windows-msvc.zip"} +"platforms.windows-x64-baseline" = { checksum = "sha256:d10ba1651bed7a83d55ef3d6abc8b3cd9704cd3410279781eee7a72c07b5cf71", url = "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.16.7/cargo-binstall-x86_64-pc-windows-msvc.zip"} [[tools."cargo:cargo-edit"]] version = "0.13.8" @@ -111,17 +111,17 @@ backend = "aqua:cli/cli" "platforms.windows-x64-baseline" = { checksum = "sha256:def347c8bbb22c79109dc546d1c083753512e54fd48deca41aad73b9beef9277", url = "https://github.com/cli/cli/releases/download/v2.85.0/gh_2.85.0_windows_amd64.zip"} [[tools.hk]] -version = "1.29.0" +version = "1.31.0" backend = "aqua:jdx/hk" -"platforms.linux-arm64" = { checksum = "sha256:1917db964829c97731efb853a1ad080716b1908deb3ee1f297d3991a4c97798e", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-aarch64-unknown-linux-gnu.tar.gz"} -"platforms.linux-arm64-musl" = { checksum = "sha256:1917db964829c97731efb853a1ad080716b1908deb3ee1f297d3991a4c97798e", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-aarch64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64" = { checksum = "sha256:abf74f710639689dc7a7e9bf03c4ff14275d5261b018e1d497d0047abb2ef102", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-baseline" = { checksum = "sha256:abf74f710639689dc7a7e9bf03c4ff14275d5261b018e1d497d0047abb2ef102", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-musl" = { checksum = "sha256:abf74f710639689dc7a7e9bf03c4ff14275d5261b018e1d497d0047abb2ef102", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.linux-x64-musl-baseline" = { checksum = "sha256:abf74f710639689dc7a7e9bf03c4ff14275d5261b018e1d497d0047abb2ef102", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-unknown-linux-gnu.tar.gz"} -"platforms.macos-arm64" = { checksum = "sha256:1f610e9efbea3ec718449beeb94b5e13d4692758fd45467449767410751f1135", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-aarch64-apple-darwin.tar.gz"} -"platforms.windows-x64" = { checksum = "sha256:d93be5bbef1df5338f10338af6cf547f16ff593f4aaf24dd1a6454a4d8ec829e", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-pc-windows-msvc.zip"} -"platforms.windows-x64-baseline" = { checksum = "sha256:d93be5bbef1df5338f10338af6cf547f16ff593f4aaf24dd1a6454a4d8ec829e", url = "https://github.com/jdx/hk/releases/download/v1.29.0/hk-x86_64-pc-windows-msvc.zip"} +"platforms.linux-arm64" = { checksum = "sha256:84df691a7a21ec80bfa6aee8921da631dbef4fbe70fddf683fb88a2c868b73c4", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-aarch64-unknown-linux-gnu.tar.gz"} +"platforms.linux-arm64-musl" = { checksum = "sha256:84df691a7a21ec80bfa6aee8921da631dbef4fbe70fddf683fb88a2c868b73c4", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-aarch64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64" = { checksum = "sha256:558819d29040c4f311380a6a3b685f8249a01eebae3931b389d584ca48e647a6", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-baseline" = { checksum = "sha256:558819d29040c4f311380a6a3b685f8249a01eebae3931b389d584ca48e647a6", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-musl" = { checksum = "sha256:558819d29040c4f311380a6a3b685f8249a01eebae3931b389d584ca48e647a6", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.linux-x64-musl-baseline" = { checksum = "sha256:558819d29040c4f311380a6a3b685f8249a01eebae3931b389d584ca48e647a6", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-unknown-linux-gnu.tar.gz"} +"platforms.macos-arm64" = { checksum = "sha256:1216c76973344f9d481fec612bcbdae603d34b1be87775661811b47d54ee628f", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-aarch64-apple-darwin.tar.gz"} +"platforms.windows-x64" = { checksum = "sha256:e94a33c4b76db41fd7d8a920a6c3acc7ee5db05a529b05d1e372533f565f7d06", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-pc-windows-msvc.zip"} +"platforms.windows-x64-baseline" = { checksum = "sha256:e94a33c4b76db41fd7d8a920a6c3acc7ee5db05a529b05d1e372533f565f7d06", url = "https://github.com/jdx/hk/releases/download/v1.31.0/hk-x86_64-pc-windows-msvc.zip"} [[tools.jq]] version = "1.8.1" diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 8ec336eb26..03b1ec5173 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -1,6 +1,6 @@ Summary: The front-end to your dev env Name: mise -Version: 2026.1.4 +Version: 2026.1.5 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/snapcraft.yaml b/snapcraft.yaml index 045f08f092..84f5631845 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,7 @@ name: mise title: mise-en-place -version: "2026.1.4" +version: "2026.1.5" summary: The front-end to your dev env description: | mise-en-place is a command line tool to manage your development environment.