Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2026.3.7](https://github.com/jdx/mise/compare/v2026.3.6..v2026.3.7) - 2026-03-10

### 🐛 Bug Fixes

- **(conda)** exclude transitive dependency binaries from PATH by @simonepri in [#8543](https://github.com/jdx/mise/pull/8543)

### New Contributors

- @simonepri made their first contribution in [#8543](https://github.com/jdx/mise/pull/8543)

### 📦 Aqua Registry Updates

#### New Packages (1)

- [`stackrox/stackrox/roxctl`](https://github.com/stackrox/stackrox/roxctl)

#### Updated Packages (7)

- [`dprint/dprint`](https://github.com/dprint/dprint)
- [`j178/prek`](https://github.com/j178/prek)
- [`jdx/hk`](https://github.com/jdx/hk)
- [`jdx/mise`](https://github.com/jdx/mise)
- [`jdx/usage`](https://github.com/jdx/usage)
- [`mvdan/sh`](https://github.com/mvdan/sh)
- [`pnpm/pnpm`](https://github.com/pnpm/pnpm)

## [2026.3.6](https://github.com/jdx/mise/compare/v2026.3.5..v2026.3.6) - 2026-03-09

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[package]
name = "mise"
version = "2026.3.6"
version = "2026.3.7"
edition = "2024"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ ~/.local/bin/mise --version
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
/_/ by @jdx
2026.3.6 macos-arm64 (2026-03-09)
2026.3.7 macos-arm64 (2026-03-10)
```

Hook mise into your shell (pick the right one for your shell):
Expand Down
2 changes: 1 addition & 1 deletion completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _mise() {
return 1
fi

local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_3_6.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_3_7.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage >| "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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_3_6.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_3_7.spec"
if [[ ! -f "$spec_file" ]]; then
mise usage >| "$spec_file"
fi
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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_3_6.spec"
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_3_7.spec"
if not test -f "$spec_file"
mise usage | string collect > "$spec_file"
end
Expand Down
2 changes: 1 addition & 1 deletion completions/mise.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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_3_6.kdl"
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_3_7.kdl"

if (-not (Test-Path $specFile)) {
mise usage | Out-File -FilePath $specFile -Encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion crates/aqua-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqua-registry"
version = "2026.3.3"
version = "2026.3.4"
edition = "2024"
description = "Aqua registry backend for mise"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ packages:
type: github_release
asset: SHASUMS256.txt
algorithm: sha256
- version_constraint: semver("< 0.52.0")
asset: dprint-{{.Arch}}-{{.OS}}.zip
windows_arm_emulation: true
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: SHASUMS256.txt
algorithm: sha256
- version_constraint: "true"
asset: dprint-{{.Arch}}-{{.OS}}.zip
windows_arm_emulation: true
Expand All @@ -43,3 +56,4 @@ packages:
type: github_release
asset: SHASUMS256.txt
algorithm: sha256
github_immutable_release: true
23 changes: 23 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/j178/prek/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ packages:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.1.6")
asset: prek-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
files:
- name: prek
src: "{{.AssetWithoutExt}}/prek"
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: windows
format: zip
files:
- name: prek
- version_constraint: semver("<= 0.3.0")
asset: prek-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand All @@ -113,6 +134,7 @@ packages:
format: zip
files:
- name: prek
github_immutable_release: true
- version_constraint: "true"
asset: prek-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand All @@ -136,3 +158,4 @@ packages:
- name: prek
github_artifact_attestations:
signer_workflow: j178/prek/.github/workflows/release.yml
github_immutable_release: true
20 changes: 20 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/jdx/hk/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ packages:
supported_envs:
- linux
- darwin/arm64
- version_constraint: semver("< 1.11.0")
asset: hk-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
overrides:
- goos: darwin
replacements:
amd64: amd64
Comment thread
greptile-apps[bot] marked this conversation as resolved.
- goos: windows
format: zip
supported_envs:
- linux
- darwin/arm64
- windows
- version_constraint: "true"
asset: hk-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand All @@ -41,3 +60,4 @@ packages:
- linux
- darwin/arm64
- windows
github_immutable_release: true
16 changes: 16 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/jdx/mise/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@ packages:
- darwin
- version_constraint: semver(">= 2025.7.13, <= 2025.7.15")
no_asset: true
- version_constraint: semver("<= 2025.8.21")
asset: mise-{{.Version}}-{{.OS}}-{{.Arch}}-musl.{{.Format}}
format: tar.gz
files:
- name: mise
src: mise/bin/mise
overrides:
- goos: darwin
asset: mise-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
replacements:
amd64: x64
darwin: macos
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: mise-{{.Version}}-{{.OS}}-{{.Arch}}-musl.{{.Format}}
format: tar.gz
Expand All @@ -53,3 +68,4 @@ packages:
supported_envs:
- linux
- darwin
github_immutable_release: true
18 changes: 18 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/jdx/usage/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ packages:
- darwin
- version_constraint: semver("<= 0.7.2")
no_asset: true
- version_constraint: semver("<= 2.2.0")
asset: usage-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
darwin: apple-darwin
linux: unknown-linux-musl
overrides:
- goos: linux
replacements:
amd64: x86_64
arm64: aarch64
- goos: darwin
asset: usage-universal-{{.OS}}.{{.Format}}
supported_envs:
- linux
- darwin
- version_constraint: semver("<= 2.15.1")
asset: usage-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand All @@ -41,6 +57,7 @@ packages:
supported_envs:
- linux
- darwin
github_immutable_release: true
- version_constraint: "true"
asset: usage-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
Expand All @@ -55,3 +72,4 @@ packages:
asset: usage-universal-{{.OS}}.{{.Format}}
- goos: windows
format: zip
github_immutable_release: true
11 changes: 10 additions & 1 deletion crates/aqua-registry/aqua-registry/pkgs/mvdan/sh/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:
- amd64
files:
- name: shfmt
- version_constraint: "true"
- version_constraint: semver("<= 3.12.0")
format: raw
asset: shfmt_{{.Version}}_{{.OS}}_{{.Arch}}
supported_envs:
Expand All @@ -30,3 +30,12 @@ packages:
type: github_release
asset: sha256sums.txt
algorithm: sha256
- version_constraint: "true"
format: raw
asset: shfmt_{{.Version}}_{{.OS}}_{{.Arch}}
supported_envs:
- darwin
- linux
- amd64
files:
- name: shfmt
Comment thread
greptile-apps[bot] marked this conversation as resolved.
13 changes: 13 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/pnpm/pnpm/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ packages:
windows: win
- version_constraint: Version == "v7.0.0-alpha.1"
no_asset: true
- version_constraint: semver("<= 10.26.1")
asset: pnpm-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
files:
- name: pnpm
link: pnpm
hard: true
replacements:
amd64: x64
darwin: macos
windows: win
- version_constraint: "true"
asset: pnpm-{{.OS}}-{{.Arch}}
format: raw
Expand All @@ -70,3 +82,4 @@ packages:
amd64: x64
darwin: macos
windows: win
github_immutable_release: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: http
repo_owner: stackrox
repo_name: stackrox
name: stackrox/stackrox/roxctl
description: CLI for StackRox Kubernetes Security Platform
link: https://www.stackrox.io/
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 4.4.8")
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/{{.OS}}/roxctl
format: raw
supported_envs:
- linux/amd64
- darwin
- windows
checksum:
type: http
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/{{.OS}}/sha256sum.txt
algorithm: sha256
- version_constraint: "true"
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/{{.OS}}/roxctl
format: raw
overrides:
- goos: windows
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/windows/roxctl.exe
- goarch: arm64
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/{{.OS}}/roxctl-arm64
Comment thread
greptile-apps[bot] marked this conversation as resolved.
checksum:
type: http
url: https://mirror.openshift.com/pub/rhacs/assets/{{.Version}}/bin/{{.OS}}/sha256sum.txt
algorithm: sha256
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "mise";
version = "2026.3.6";
version = "2026.3.7";

src = lib.cleanSource ./.;

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/mise.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2026.3.6
Version: 2026.3.7
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

name: mise
title: mise-en-place
version: "2026.3.6"
version: "2026.3.7"
summary: The front-end to your dev env
description: |
mise-en-place is a command line tool to manage your development environment.
Expand Down
Loading