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
chore: release 2025.11.10
  • Loading branch information
mise-en-dev committed Nov 27, 2025
commit b255cf7d0c0e697caa53093efc1a58299ea6b5ba
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [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)

### 🚜 Refactor

- **(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

#### New Packages (1)

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

#### Updated Packages (3)

- [`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
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"]

[package]
name = "mise"
version = "2025.11.9"
version = "2025.11.10"
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 @@ -55,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.11.9 macos-arm64 (a1b2d3e 2025-11-27)
2025.11.10 macos-arm64 (a1b2d3e 2025-11-27)
```

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_2025_11_9.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_11_10.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_2025_11_9.spec"
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2025_11_10.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_2025_11_9.spec"
set -l spec_file "$tmpdir/usage__usage_spec_mise_2025_11_10.spec"
if not test -f "$spec_file"
mise usage | string collect > "$spec_file"
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ packages:
supported_envs:
- linux
- darwin
- version_constraint: "true"
- version_constraint: semver("<= 13.0.0-alpha.0")
asset: tokei-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
Expand All @@ -225,3 +225,6 @@ packages:
- goos: windows
format: raw
asset: tokei-{{.Arch}}-{{.OS}}
- version_constraint: "true"
type: cargo
crate: tokei
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
format: zip
files:
- name: uv
- version_constraint: semver("<= 0.9.7")
- version_constraint: semver("<= 0.9.7") || Version == "0.9.11"
asset: uv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
Expand Down
15 changes: 15 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/kiali/kiali/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: kiali
repo_name: kiali
description: Kiali project, observability for the Istio service mesh
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 2.14.0")
no_asset: true
- version_constraint: "true"
asset: kiali-{{.OS}}-{{.Arch}}
format: raw
supported_envs:
- linux
136 changes: 126 additions & 10 deletions crates/aqua-registry/aqua-registry/pkgs/wtfutil/wtf/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,131 @@ packages:
- type: github_release
repo_owner: wtfutil
repo_name: wtf
description: WTF is the personal information dashboard for your terminal
supported_envs:
- darwin
- linux
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
description: The personal information dashboard for your terminal
files:
- name: wtfutil
src: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}/wtfutil
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.39.2"
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtfutil"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: semver("<= 0.0.7")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: wtf
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.0.10")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtf"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.9.1")
asset: wtf_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtf"
checksum:
type: github_release
asset: wtf_{{.Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.14.0")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtf"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.19.0")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtfutil"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.35.0")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtfutil"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: semver("<= 0.46.1")
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: wtfutil
src: "{{.AssetWithoutExt}}/wtfutil"
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: wtf_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
files:
- name: wtfutil
checksum:
type: github_release
asset: wtf_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
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 = "2025.11.9";
version = "2025.11.10";

src = lib.cleanSource ./.;

Expand Down
4 changes: 2 additions & 2 deletions mise.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version = "0.13.8"
backend = "cargo:cargo-edit"

[[tools."cargo:cargo-insta"]]
version = "1.44.1"
version = "1.44.2"
backend = "cargo:cargo-insta"

[[tools."cargo:cargo-release"]]
Expand Down Expand Up @@ -117,7 +117,7 @@ version = "0.46.0"
backend = "npm:markdownlint-cli"

[[tools."npm:prettier"]]
version = "3.6.2"
version = "3.7.1"
backend = "npm:prettier"

[[tools.pkl]]
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: 2025.11.9
Version: 2025.11.10
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: "2025.11.9"
version: "2025.11.10"
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