Skip to content

Commit d88d995

Browse files
committed
chore: release 2025.9.13
1 parent 98c4555 commit d88d995

File tree

21 files changed

+230
-35
lines changed

21 files changed

+230
-35
lines changed

CHANGELOG.md

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [2025.9.13](https://github.com/jdx/mise/compare/v2025.9.12..v2025.9.13) - 2025-09-19
4+
5+
### 📦 Registry
6+
7+
- remove deprecated virtualos by @jdx in [166379f](https://github.com/jdx/mise/commit/166379f71c79fccacfc980dd14d4e18642c7d1e5)
8+
- add trufflehog ([aqua:trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog)) by @risu729 in [#6316](https://github.com/jdx/mise/pull/6316)
9+
10+
### 🚀 Features
11+
12+
- **(aqua)** integrate native sigstore-verification for security verification by @jdx in [#6332](https://github.com/jdx/mise/pull/6332)
13+
- **(docs)** improve search result readability with lighter teal background by @jdx in [#6328](https://github.com/jdx/mise/pull/6328)
14+
- **(ui)** update logo as favicon and fix hover transitions by @jdx in [#6325](https://github.com/jdx/mise/pull/6325)
15+
- **(vfox)** add file.read lua function by @malept in [#6333](https://github.com/jdx/mise/pull/6333)
16+
- add documentation for "Environment in tasks" #5134 #5638 by @Its-Just-Nans in [#6329](https://github.com/jdx/mise/pull/6329)
17+
18+
### 🐛 Bug Fixes
19+
20+
- **(github)** correctly paginate releases/tags for private repos by @malept in [#6318](https://github.com/jdx/mise/pull/6318)
21+
- **(hk)** exclude aqua-registry from prettier linting by @jdx in [#6327](https://github.com/jdx/mise/pull/6327)
22+
- **(ui)** improve GitHub star badge layout and alignment by @jdx in [#6326](https://github.com/jdx/mise/pull/6326)
23+
24+
### 📚 Documentation
25+
26+
- change 'hello.py' to 'main.py' in python.md by @my1e5 in [#6319](https://github.com/jdx/mise/pull/6319)
27+
- customize VitePress theme with unique branding by @jdx in [#6324](https://github.com/jdx/mise/pull/6324)
28+
29+
### 📦️ Dependency Updates
30+
31+
- update taiki-e/install-action digest to 0aa4f22 by @renovate[bot] in [#6334](https://github.com/jdx/mise/pull/6334)
32+
- update rust crate comfy-table to v7.2.1 by @renovate[bot] in [#6335](https://github.com/jdx/mise/pull/6335)
33+
34+
### Chore
35+
36+
- fixing typos by @Its-Just-Nans in [#6331](https://github.com/jdx/mise/pull/6331)
37+
38+
### New Contributors
39+
40+
- @Its-Just-Nans made their first contribution in [#6331](https://github.com/jdx/mise/pull/6331)
41+
- @my1e5 made their first contribution in [#6319](https://github.com/jdx/mise/pull/6319)
42+
343
## [2025.9.12](https://github.com/jdx/mise/compare/v2025.9.11..v2025.9.12) - 2025-09-16
444

545
### 🐛 Bug Fixes
@@ -251,10 +291,10 @@
251291
### 🐛 Bug Fixes
252292

253293
- **(aqua)** respect order of asset_strs by @risu729 in [#6143](https://github.com/jdx/mise/pull/6143)
254-
- **(java)** treat freebsd as linux (assuming linux compatibility) by @roele in [#6161](https://github.com/jdx/mise/pull/6161)
294+
- **(java)** treat freebsd as linux (assuming linux compatability) by @roele in [#6161](https://github.com/jdx/mise/pull/6161)
255295
- **(nushell/windows)** Fix $env.PATH getting converted to a string by @zackyancey in [#6157](https://github.com/jdx/mise/pull/6157)
256296
- **(sync)** create uv_versions_path dir if it doesn't exist by @risu729 in [#6142](https://github.com/jdx/mise/pull/6142)
257-
- **(ubi)** show relevant error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183)
297+
- **(ubi)** show relevent error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183)
258298
- remove nodejs/golang alias migrate code by @risu729 in [#6141](https://github.com/jdx/mise/pull/6141)
259299
- mise activate not working on powershell v5 by @L0RD-ZER0 in [#6168](https://github.com/jdx/mise/pull/6168)
260300

@@ -2122,7 +2162,7 @@
21222162

21232163
### 🐛 Bug Fixes
21242164

2125-
- **(ubi)** API URL for GitHub should not have /repos segment by @roele in [#4848](https://github.com/jdx/mise/pull/4848)
2165+
- **(ubi)** API URL for GitHub should not have /repos segement by @roele in [#4848](https://github.com/jdx/mise/pull/4848)
21262166
- **(ubi)** URL syntax fails by @roele in [#4859](https://github.com/jdx/mise/pull/4859)
21272167
- allow to install non-numeric elixir versions by @roele in [#4850](https://github.com/jdx/mise/pull/4850)
21282168
- removed possible single-point-of-failure while running `mise upgrade` by @hitblast in [#4847](https://github.com/jdx/mise/pull/4847)
@@ -2771,7 +2811,7 @@
27712811
### Chore
27722812

27732813
- make self_update optional by @jdx in [#4230](https://github.com/jdx/mise/pull/4230)
2774-
- added some default reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232)
2814+
- added some defaul reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232)
27752815

27762816
### New Contributors
27772817

@@ -3701,9 +3741,9 @@
37013741
### 🚀 Features
37023742

37033743
- add the users PATH to `mise doctor` by @syhol in [#3474](https://github.com/jdx/mise/pull/3474)
3704-
- feat : Add superfile with aqua backend to registry by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479)
3744+
- feat : Add superfile with aqua backend to registery by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479)
37053745
- added `task_auto_install` setting by @jdx in [#3481](https://github.com/jdx/mise/pull/3481)
3706-
- Add yazi with aqua backend to registry by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485)
3746+
- Add yazi with aqua backend to registery by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485)
37073747
- Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in [#3486](https://github.com/jdx/mise/pull/3486)
37083748
- add settings for python venv creation by @jdx in [#3489](https://github.com/jdx/mise/pull/3489)
37093749
- added MISE_ARCH setting by @jdx in [#3490](https://github.com/jdx/mise/pull/3490)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/vfox", "crates/aqua-registry"]
33

44
[package]
55
name = "mise"
6-
version = "2025.9.12"
6+
version = "2025.9.13"
77
edition = "2024"
88
description = "The front-end to your dev env"
99
authors = ["Jeff Dickey (@jdx)"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
5555
```sh-session
5656
$ curl https://mise.run | sh
5757
$ ~/.local/bin/mise --version
58-
2025.9.12 macos-arm64 (a1b2d3e 2025-09-16)
58+
2025.9.13 macos-arm64 (a1b2d3e 2025-09-19)
5959
```
6060

6161
Hook mise into your shell (pick the right one for your shell):

completions/_mise

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ _mise() {
2727
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
2828
fi
2929

30-
if ( [[ -z "${_usage_spec_mise_2025_9_12:-}" ]] || _cache_invalid _usage_spec_mise_2025_9_12 ) \
31-
&& ! _retrieve_cache _usage_spec_mise_2025_9_12;
30+
if ( [[ -z "${_usage_spec_mise_2025_9_13:-}" ]] || _cache_invalid _usage_spec_mise_2025_9_13 ) \
31+
&& ! _retrieve_cache _usage_spec_mise_2025_9_13;
3232
then
3333
spec="$(mise usage)"
34-
_store_cache _usage_spec_mise_2025_9_12 spec
34+
_store_cache _usage_spec_mise_2025_9_13 spec
3535
fi
3636

3737
_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"

completions/mise.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ _mise() {
66
return 1
77
fi
88

9-
if [[ -z ${_usage_spec_mise_2025_9_12:-} ]]; then
10-
_usage_spec_mise_2025_9_12="$(mise usage)"
9+
if [[ -z ${_usage_spec_mise_2025_9_13:-} ]]; then
10+
_usage_spec_mise_2025_9_13="$(mise usage)"
1111
fi
1212

1313
local cur prev words cword was_split comp_args
1414
_comp_initialize -n : -- "$@" || return
1515
# shellcheck disable=SC2207
16-
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_9_12}" --cword="$cword" -- "${words[@]}")"
16+
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_9_13}" --cword="$cword" -- "${words[@]}")"
1717
_comp_ltrim_colon_completions "$cur"
1818
# shellcheck disable=SC2181
1919
if [[ $? -ne 0 ]]; then

completions/mise.fish

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null
66
return 1
77
end
88

9-
if ! set -q _usage_spec_mise_2025_9_12
10-
set -g _usage_spec_mise_2025_9_12 (mise usage | string collect)
9+
if ! set -q _usage_spec_mise_2025_9_13
10+
set -g _usage_spec_mise_2025_9_13 (mise usage | string collect)
1111
end
1212
set -l tokens
1313
if commandline -x >/dev/null 2>&1
14-
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_12" -- (commandline -xpc) (commandline -t))'
14+
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_13" -- (commandline -xpc) (commandline -t))'
1515
else
16-
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_12" -- (commandline -opc) (commandline -t))'
16+
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_9_13" -- (commandline -opc) (commandline -t))'
1717
end

crates/aqua-registry/aqua-registry/pkgs/Songmu/maltmill/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages:
55
repo_name: maltmill
66
asset: maltmill_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
77
format: zip
8-
description: create and update Homebrew third party Formulae
8+
description: create and update Homebrew thrid party Formulae
99
overrides:
1010
- goos: linux
1111
format: tar.gz
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
2+
packages:
3+
- type: github_release
4+
repo_owner: alebeck
5+
repo_name: boring
6+
description: The `boring` SSH tunnel manager
7+
version_constraint: "false"
8+
version_overrides:
9+
- version_constraint: "true"
10+
asset: boring-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
11+
format: tar.gz
12+
supported_envs:
13+
- linux
14+
- darwin
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
2+
packages:
3+
- type: github_release
4+
repo_owner: asciinema
5+
repo_name: asciinema
6+
description: Terminal session recorder, streamer and player
7+
version_constraint: "false"
8+
version_overrides:
9+
- version_constraint: semver("< 3.0.0")
10+
error_message: "asciinema v3.0.0 or later is required"
11+
- version_constraint: "true"
12+
asset: asciinema-{{.Arch}}-{{.OS}}
13+
format: raw
14+
overrides:
15+
- goos: linux
16+
goarch: amd64
17+
replacements:
18+
linux: unknown-linux-musl
19+
- goos: linux
20+
goarch: arm64
21+
replacements:
22+
linux: unknown-linux-gnu
23+
replacements:
24+
amd64: x86_64
25+
arm64: aarch64
26+
darwin: apple-darwin
27+
supported_envs:
28+
- linux
29+
- darwin

0 commit comments

Comments
 (0)