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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2025.9.14](https://github.com/jdx/mise/compare/v2025.9.13..v2025.9.14) - 2025-09-20

### 🐛 Bug Fixes

- fix an issue where Swift could not be installed on arm64 Ubuntu by @lish82 in [#6348](https://github.com/jdx/mise/pull/6348)

### Chore

- use cross to build on linux by @jdx in [#6346](https://github.com/jdx/mise/pull/6346)

### New Contributors

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

## [2025.9.13](https://github.com/jdx/mise/compare/v2025.9.12..v2025.9.13) - 2025-09-19

### 📦 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.9.13"
version = "2025.9.14"
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.9.13 macos-arm64 (a1b2d3e 2025-09-19)
2025.9.14 macos-arm64 (a1b2d3e 2025-09-20)
```

Hook mise into your shell (pick the right one for your shell):
Expand Down
6 changes: 3 additions & 3 deletions completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ _mise() {
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
fi

if ( [[ -z "${_usage_spec_mise_2025_9_13:-}" ]] || _cache_invalid _usage_spec_mise_2025_9_13 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_9_13;
if ( [[ -z "${_usage_spec_mise_2025_9_14:-}" ]] || _cache_invalid _usage_spec_mise_2025_9_14 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_9_14;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_9_13 spec
_store_cache _usage_spec_mise_2025_9_14 spec
fi

_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"
Expand Down
6 changes: 3 additions & 3 deletions completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ _mise() {
return 1
fi

if [[ -z ${_usage_spec_mise_2025_9_13:-} ]]; then
_usage_spec_mise_2025_9_13="$(mise usage)"
if [[ -z ${_usage_spec_mise_2025_9_14:-} ]]; then
_usage_spec_mise_2025_9_14="$(mise usage)"
fi

local cur prev words cword was_split comp_args
_comp_initialize -n : -- "$@" || return
# shellcheck disable=SC2207
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_9_13}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_9_14}" --cword="$cword" -- "${words[@]}")"
_comp_ltrim_colon_completions "$cur"
# shellcheck disable=SC2181
if [[ $? -ne 0 ]]; then
Expand Down
8 changes: 4 additions & 4 deletions completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null
return 1
end

if ! set -q _usage_spec_mise_2025_9_13
set -g _usage_spec_mise_2025_9_13 (mise usage | string collect)
if ! set -q _usage_spec_mise_2025_9_14
set -g _usage_spec_mise_2025_9_14 (mise usage | string collect)
end
set -l tokens
if commandline -x >/dev/null 2>&1
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_13" -- (commandline -xpc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_14" -- (commandline -xpc) (commandline -t))'
else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_13" -- (commandline -opc) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_14" -- (commandline -opc) (commandline -t))'
end
25 changes: 25 additions & 0 deletions crates/aqua-registry/aqua-registry/pkgs/akiomik/mado/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: akiomik
repo_name: mado
description: A fast Markdown linter written in Rust
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: mado-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: macOS
linux: Linux-gnu
windows: Windows
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: windows
format: zip
asset: mado-{{.OS}}-msvc-{{.Arch}}.{{.Format}}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
overrides:
- goos: darwin
asset: zenroom.command
- version_constraint: "true"
- version_constraint: semver("<= 5.25.0")
asset: zenroom-{{.OS}}.{{.Format}}
format: zip
files:
Expand All @@ -58,3 +58,61 @@ packages:
src: zenroom-{{.OS}}/zenroom.command
- name: zencode-exec
src: zenroom-{{.OS}}/zencode-exec.command
- version_constraint: semver("<= 5.25.3")
asset: zenroom-{{.OS}}.{{.Format}}
format: zip
files:
- name: zenroom
src: zenroom-{{.Arch}}-{{.OS}}/zenroom
- name: zencode-exec
src: zenroom-{{.Arch}}-{{.OS}}/zencode-exec
replacements:
darwin: osx
windows: win64
amd64: x86_64
supported_envs:
- darwin/arm64
- linux/amd64
- windows
overrides:
- goos: windows
files:
- name: zenroom
src: zenroom-{{.OS}}/zenroom
- name: zencode-exec
src: zenroom-{{.OS}}/zencode-exec
- goos: darwin
files:
- name: zenroom
src: zenroom-{{.OS}}/zenroom.command
- name: zencode-exec
src: zenroom-{{.OS}}/zencode-exec.command
- version_constraint: "true"
asset: zenroom-{{.OS}}.{{.Format}}
format: zip
files:
- name: zenroom
src: zenroom-{{.Arch}}-{{.OS}}/zenroom
- name: zencode-exec
src: zenroom-{{.Arch}}-{{.OS}}/zencode-exec
replacements:
darwin: osx
windows: win64
amd64: x86_64
supported_envs:
- darwin/arm64
- linux/amd64
- windows
overrides:
- goos: windows
files:
- name: zenroom
src: zenroom-{{.OS}}/zenroom
- name: zencode-exec
src: zenroom-{{.OS}}/zencode-exec
- goos: darwin
files:
- name: zenroom
src: zenroom-{{.OS}}/zenroom
- name: zencode-exec
src: zenroom-{{.OS}}/zencode-exec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ packages:
repo_owner: fish-shell
repo_name: fish-shell
description: The user-friendly command line shell
search_words:
- Linux Only # TODO: Support other platforms https://github.com/aquaproj/aqua-registry/pull/32703#issuecomment-2689385634
files:
- name: fish
- name: fish_indent
Expand All @@ -22,12 +20,58 @@ packages:
replacements:
arm64: aarch64
amd64: x86_64
overrides:
- goos: darwin
asset: fish-{{.Version}}.pkg
format: pkg
files:
- name: fish
src: fish.pkg/Payload/usr/local/bin/fish
- name: fish_indent
src: fish.pkg/Payload/usr/local/bin/fish_indent
- name: fish_key_reader
src: fish.pkg/Payload/usr/local/bin/fish_key_reader
supported_envs:
- linux
- version_constraint: "true"
- darwin
- version_constraint: semver("<= 4.0.2")
asset: fish-static-{{.Arch}}-{{.Version}}.{{.Format}}
format: tar.xz
replacements:
arm64: aarch64
overrides:
- goos: darwin
asset: fish-{{.Version}}.pkg
format: pkg
files:
- name: fish
src: fish.pkg/Payload/usr/local/bin/fish
- name: fish_indent
src: fish.pkg/Payload/usr/local/bin/fish_indent
- name: fish_key_reader
src: fish.pkg/Payload/usr/local/bin/fish_key_reader
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: fish-{{.Version}}-linux-{{.Arch}}.{{.Format}}
format: tar.xz
files:
- name: fish
replacements:
arm64: aarch64
amd64: x86_64
overrides:
- goos: darwin
asset: fish-{{.Version}}.pkg
format: pkg
files:
- name: fish
src: fish.pkg/Payload/usr/local/bin/fish
- name: fish_indent
src: fish.pkg/Payload/usr/local/bin/fish_indent
- name: fish_key_reader
src: fish.pkg/Payload/usr/local/bin/fish_key_reader
supported_envs:
- linux
- darwin
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,83 @@ packages:
repo_owner: jpillora
repo_name: chisel
description: A fast TCP/UDP tunnel over HTTP
asset: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}.gz
files:
- name: chisel
src: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}
checksum:
type: github_release
asset: chisel_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.1.3")
asset: chisel_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
windows_arm_emulation: true
files:
- name: chisel
src: "{{.AssetWithoutExt}}/chisel"
replacements:
arm64: arm
overrides:
- goos: linux
format: tar.gz
- goos: windows
files:
- name: chisel
- version_constraint: semver("<= 1.3.1")
asset: chisel_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
files:
- name: chisel
src: "{{.AssetWithoutExt}}"
overrides:
- goos: linux
replacements:
arm64: arm
- goos: windows
asset: chisel_{{.OS}}_{{.Arch}}.exe.{{.Format}}
- version_constraint: semver("<= 1.7.4")
asset: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
files:
- name: chisel
src: "{{.AssetWithoutExt}}"
checksum:
type: github_release
asset: chisel_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("<= 1.7.6")
asset: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
windows_arm_emulation: true
files:
- name: chisel
src: "{{.AssetWithoutExt}}"
checksum:
type: github_release
asset: chisel_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("<= 1.10.1")
asset: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
files:
- name: chisel
src: "{{.AssetWithoutExt}}"
checksum:
type: github_release
asset: chisel_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: chisel_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
files:
- name: chisel
src: "{{.AssetWithoutExt}}"
checksum:
type: github_release
asset: chisel_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
files:
- name: chisel
Loading
Loading