Skip to content

Commit d4baf88

Browse files
committed
chore: release 2026.4.12
1 parent 447bed4 commit d4baf88

22 files changed

Lines changed: 387 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [2026.4.12](https://github.com/jdx/mise/compare/v2026.4.11..v2026.4.12) - 2026-04-14
4+
5+
### 🐛 Bug Fixes
6+
7+
- filter empty segments in colon-separated env var parsing by @baby-joel in [#9076](https://github.com/jdx/mise/pull/9076)
8+
9+
### 📚 Documentation
10+
11+
- fix wrong file reference to forgejo backend implemenation by @roele in [#9090](https://github.com/jdx/mise/pull/9090)
12+
13+
### 📦 Aqua Registry Updates
14+
15+
#### New Packages (7)
16+
17+
- [`IBM-Cloud/ibm-cloud-cli-release`](https://github.com/IBM-Cloud/ibm-cloud-cli-release)
18+
- [`max-sixty/worktrunk`](https://github.com/max-sixty/worktrunk)
19+
- [`micelio.dev/hif`](https://github.com/micelio.dev/hif)
20+
- [`pgplex/pgschema`](https://github.com/pgplex/pgschema)
21+
- [`rose-pine/rose-pine-bloom`](https://github.com/rose-pine/rose-pine-bloom)
22+
- [`santosr2/TerraTidy`](https://github.com/santosr2/TerraTidy)
23+
- [`trzsz/trzsz-go`](https://github.com/trzsz/trzsz-go)
24+
25+
#### Updated Packages (3)
26+
27+
- [`mvdan/sh`](https://github.com/mvdan/sh)
28+
- [`rvben/rumdl`](https://github.com/rvben/rumdl)
29+
- [`temporalio/temporal`](https://github.com/temporalio/temporal)
30+
331
## [2026.4.11](https://github.com/jdx/mise/compare/v2026.4.10..v2026.4.11) - 2026-04-13
432

533
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "mise"
11-
version = "2026.4.11"
11+
version = "2026.4.12"
1212
edition = "2024"
1313
description = "The front-end to your dev env"
1414
authors = ["Jeff Dickey (@jdx)"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ ~/.local/bin/mise --version
6464
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
6565
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
6666
/_/ by @jdx
67-
2026.4.11 macos-arm64 (2026-04-13)
67+
2026.4.12 macos-arm64 (2026-04-14)
6868
```
6969

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

completions/_mise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _mise() {
2323
return 1
2424
fi
2525

26-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_11.spec"
26+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_12.spec"
2727
if [[ ! -f "$spec_file" ]]; then
2828
mise usage >| "$spec_file"
2929
fi

completions/mise.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _mise() {
99

1010
local cur prev words cword was_split comp_args
1111
_comp_initialize -n : -- "$@" || return
12-
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_11.spec"
12+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_4_12.spec"
1313
if [[ ! -f "$spec_file" ]]; then
1414
mise usage >| "$spec_file"
1515
fi

completions/mise.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! type -p usage &> /dev/null
88
return 1
99
end
1010
set -l tmpdir (if set -q TMPDIR; echo $TMPDIR; else; echo /tmp; end)
11-
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_4_11.spec"
11+
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_4_12.spec"
1212
if not test -f "$spec_file"
1313
mise usage | string collect > "$spec_file"
1414
end

completions/mise.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Register-ArgumentCompleter -Native -CommandName 'mise' -ScriptBlock {
1010
param($wordToComplete, $commandAst, $cursorPosition)
1111

1212
$tmpDir = if ($env:TEMP) { $env:TEMP } else { [System.IO.Path]::GetTempPath() }
13-
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_4_11.kdl"
13+
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_4_12.kdl"
1414

1515
if (-not (Test-Path $specFile)) {
1616
mise usage | Out-File -FilePath $specFile -Encoding utf8

crates/aqua-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aqua-registry"
3-
version = "2026.4.3"
3+
version = "2026.4.4"
44
edition = "2024"
55
description = "Aqua registry backend for mise"
66
authors = ["Jeff Dickey (@jdx)"]
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
2+
packages:
3+
- type: http
4+
repo_owner: IBM-Cloud
5+
repo_name: ibm-cloud-cli-release
6+
description: Command line interface for IBM Cloud
7+
search_words:
8+
- ibmcloud
9+
- bluemix
10+
files:
11+
- name: ibmcloud
12+
src: IBM_Cloud_CLI/ibmcloud
13+
version_constraint: "false"
14+
version_overrides:
15+
# distribution wasn't properly multi-arch until v2.5.0 and newer
16+
- version_constraint: semver("< 2.5.0")
17+
error_message: Please use v2.5.0 or later
18+
# the download base path changed from ibm-cloud-cli to ibm-cloud-cli-dn at v2.38.0
19+
- version_constraint: semver("< 2.38.0")
20+
url: https://download.clis.cloud.ibm.com/ibm-cloud-cli/{{trimV .Version}}/binaries/IBM_Cloud_CLI_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
21+
format: tgz
22+
windows_arm_emulation: true
23+
replacements:
24+
darwin: macos
25+
overrides:
26+
- goos: darwin
27+
goarch: amd64
28+
url: https://download.clis.cloud.ibm.com/ibm-cloud-cli/{{trimV .Version}}/binaries/IBM_Cloud_CLI_{{trimV .Version}}_macos.tgz
29+
- goos: windows
30+
format: zip
31+
- version_constraint: "true"
32+
# binaries are hosted on IBM's CDN, not as GitHub Release assets
33+
url: https://download.clis.cloud.ibm.com/ibm-cloud-cli-dn/{{trimV .Version}}/binaries/IBM_Cloud_CLI_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
34+
format: tgz
35+
windows_arm_emulation: true
36+
replacements:
37+
darwin: macos
38+
overrides:
39+
# macOS x86_64 has no arch suffix in the filename
40+
- goos: darwin
41+
goarch: amd64
42+
url: https://download.clis.cloud.ibm.com/ibm-cloud-cli-dn/{{trimV .Version}}/binaries/IBM_Cloud_CLI_{{trimV .Version}}_{{.OS}}.{{.Format}}
43+
- goos: windows
44+
format: zip

0 commit comments

Comments
 (0)