Skip to content

Commit 1931ee2

Browse files
authored
chore: release 2026.2.12 (jdx#8131)
### πŸš€ Features - **(java)** add a java.shorthand_vendor setting by @roele in [jdx#8134](jdx#8134) ## πŸ“¦ Aqua Registry Updates #### New Packages (4) - [`IvanIsCoding/celq`](https://github.com/IvanIsCoding/celq) - [`postfinance/topf`](https://github.com/postfinance/topf) - [`runkids/skillshare`](https://github.com/runkids/skillshare) - [`sandreas/tone`](https://github.com/sandreas/tone)
1 parent 9555810 commit 1931ee2

File tree

18 files changed

+196
-25
lines changed

18 files changed

+196
-25
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## [2026.2.12](https://github.com/jdx/mise/compare/v2026.2.11..v2026.2.12) - 2026-02-14
4+
5+
### πŸš€ Features
6+
7+
- **(java)** add a java.shorthand_vendor setting by @roele in [#8134](https://github.com/jdx/mise/pull/8134)
8+
9+
### πŸ“¦ Aqua Registry Updates
10+
11+
#### New Packages (4)
12+
13+
- [`IvanIsCoding/celq`](https://github.com/IvanIsCoding/celq)
14+
- [`postfinance/topf`](https://github.com/postfinance/topf)
15+
- [`runkids/skillshare`](https://github.com/runkids/skillshare)
16+
- [`sandreas/tone`](https://github.com/sandreas/tone)
17+
318
## [2026.2.11](https://github.com/jdx/mise/compare/v2026.2.10..v2026.2.11) - 2026-02-12
419

520
### πŸš€ Features

β€Ž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.2.11"
11+
version = "2026.2.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
@@ -61,7 +61,7 @@ $ ~/.local/bin/mise --version
6161
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
6262
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
6363
/_/ by @jdx
64-
2026.2.11 macos-arm64 (2026-02-12)
64+
2026.2.12 macos-arm64 (2026-02-14)
6565
```
6666

6767
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_2_11.spec"
26+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_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_2_11.spec"
12+
local spec_file="${TMPDIR:-/tmp}/usage__usage_spec_mise_2026_2_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_2_11.spec"
11+
set -l spec_file "$tmpdir/usage__usage_spec_mise_2026_2_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_2_11.kdl"
13+
$specFile = Join-Path $tmpDir "usage__usage_spec_mise_2026_2_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.2.5"
3+
version = "2026.2.6"
44
edition = "2024"
55
description = "Aqua registry backend for mise"
66
authors = ["Jeff Dickey (@jdx)"]
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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: IvanIsCoding
5+
repo_name: celq
6+
description: "celq - A Common Expression Language (CEL) CLI Tool"
7+
version_filter: not (Version matches "-(alpha|beta)")
8+
version_constraint: "false"
9+
version_overrides:
10+
- version_constraint: semver("<= 0.1.1-alpha.10")
11+
no_asset: true
12+
- version_constraint: semver("<= 0.1.2-alpha.1")
13+
asset: celq-{{.Arch}}-{{.OS}}.{{.Format}}
14+
format: tar.gz
15+
windows_arm_emulation: true
16+
replacements:
17+
amd64: x86_64
18+
arm64: aarch64
19+
darwin: apple-darwin
20+
linux: unknown-linux-musl
21+
windows: pc-windows-msvc
22+
overrides:
23+
- goos: darwin
24+
replacements:
25+
amd64: amd64
26+
- goos: windows
27+
format: zip
28+
supported_envs:
29+
- linux
30+
- darwin/arm64
31+
- windows/amd64
32+
- version_constraint: semver("<= 0.2.0-alpha.1")
33+
asset: celq-{{.Arch}}-{{.OS}}.{{.Format}}
34+
format: tar.gz
35+
windows_arm_emulation: true
36+
replacements:
37+
amd64: x86_64
38+
arm64: aarch64
39+
darwin: apple-darwin
40+
linux: unknown-linux-musl
41+
windows: pc-windows-msvc
42+
overrides:
43+
- goos: windows
44+
format: zip
45+
- version_constraint: semver("<= 0.2.0-beta.1")
46+
asset: celq-{{.Arch}}-{{.OS}}.{{.Format}}
47+
format: tar.gz
48+
windows_arm_emulation: true
49+
replacements:
50+
amd64: x86_64
51+
arm64: aarch64
52+
darwin: apple-darwin
53+
linux: unknown-linux-musl
54+
windows: pc-windows-msvc
55+
checksum:
56+
type: github_release
57+
asset: SHA256SUMS
58+
algorithm: sha256
59+
overrides:
60+
- goos: windows
61+
format: zip
62+
- version_constraint: "true"
63+
asset: celq-{{.OS}}-{{.Arch}}.{{.Format}}
64+
format: tar.gz
65+
windows_arm_emulation: true
66+
replacements:
67+
amd64: x86_64
68+
arm64: aarch64
69+
darwin: macos
70+
checksum:
71+
type: github_release
72+
asset: SHA256SUMS
73+
algorithm: sha256
74+
overrides:
75+
- goos: linux
76+
asset: celq-{{.OS}}-{{.Arch}}-gnu.{{.Format}}
77+
- goos: windows
78+
format: zip
79+
github_artifact_attestations:
80+
signer_workflow: IvanIsCoding/celq/.github/workflows/release_github.yml

0 commit comments

Comments
Β (0)