mirror of https://github.com/jdx/mise
chore: release 2025.2.0 (#4279)
### 🚀 Features - **(registry)** add kwokctl by [@mangkoran](https://github.com/mangkoran) in [#4282](https://github.com/jdx/mise/pull/4282) - add biome to registry by [@kit494way](https://github.com/kit494way) in [#4283](https://github.com/jdx/mise/pull/4283) - add gittool/gitversion by [@acesyde](https://github.com/acesyde) in [#4289](https://github.com/jdx/mise/pull/4289) ### 📚 Documentation - add filtering support to registry docs page by [@roele](https://github.com/roele) in [#4285](https://github.com/jdx/mise/pull/4285) - improve registry filtering performance by [@roele](https://github.com/roele) in [#4287](https://github.com/jdx/mise/pull/4287) - fix registry table rendering for mobile by [@roele](https://github.com/roele) in [#4288](https://github.com/jdx/mise/pull/4288) ### Chore - updated deps by [@jdx](https://github.com/jdx) in [#4290](https://github.com/jdx/mise/pull/4290) - do not run autofix on renovate PRs by [@jdx](https://github.com/jdx) in [41c5ce4
](41c5ce4c65
) ### New Contributors - @ELLIOTTCABLE made their first contribution in [#4280](https://github.com/jdx/mise/pull/4280)
This commit is contained in:
parent
41c5ce4c65
commit
fa353cc94c
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,5 +1,28 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2025.2.0](https://github.com/jdx/mise/compare/v2025.1.17..v2025.2.0) - 2025-02-02
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- **(registry)** add kwokctl by [@mangkoran](https://github.com/mangkoran) in [#4282](https://github.com/jdx/mise/pull/4282)
|
||||||
|
- add biome to registry by [@kit494way](https://github.com/kit494way) in [#4283](https://github.com/jdx/mise/pull/4283)
|
||||||
|
- add gittool/gitversion by [@acesyde](https://github.com/acesyde) in [#4289](https://github.com/jdx/mise/pull/4289)
|
||||||
|
|
||||||
|
### 📚 Documentation
|
||||||
|
|
||||||
|
- add filtering support to registry docs page by [@roele](https://github.com/roele) in [#4285](https://github.com/jdx/mise/pull/4285)
|
||||||
|
- improve registry filtering performance by [@roele](https://github.com/roele) in [#4287](https://github.com/jdx/mise/pull/4287)
|
||||||
|
- fix registry table rendering for mobile by [@roele](https://github.com/roele) in [#4288](https://github.com/jdx/mise/pull/4288)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- updated deps by [@jdx](https://github.com/jdx) in [#4290](https://github.com/jdx/mise/pull/4290)
|
||||||
|
- do not run autofix on renovate PRs by [@jdx](https://github.com/jdx) in [41c5ce4](https://github.com/jdx/mise/commit/41c5ce4c6581f856bf0d756e3fe99ec2fae2e7bd)
|
||||||
|
|
||||||
|
### New Contributors
|
||||||
|
|
||||||
|
- @ELLIOTTCABLE made their first contribution in [#4280](https://github.com/jdx/mise/pull/4280)
|
||||||
|
|
||||||
## [2025.1.17](https://github.com/jdx/mise/compare/v2025.1.16..v2025.1.17) - 2025-01-31
|
## [2025.1.17](https://github.com/jdx/mise/compare/v2025.1.16..v2025.1.17) - 2025-01-31
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
|
@ -3281,9 +3281,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jiff"
|
name = "jiff"
|
||||||
version = "0.1.28"
|
version = "0.1.29"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c607c728e28764fecde611a2764a3a5db19ae21dcec46f292244f5cc5c085a81"
|
checksum = "c04ef77ae73f3cf50510712722f0c4e8b46f5aaa1bf5ffad2ae213e6495e78e5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jiff-tzdb-platform",
|
"jiff-tzdb-platform",
|
||||||
"log",
|
"log",
|
||||||
|
@ -3645,7 +3645,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mise"
|
name = "mise"
|
||||||
version = "2025.1.17"
|
version = "2025.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"built",
|
"built",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mise"
|
name = "mise"
|
||||||
version = "2025.1.17"
|
version = "2025.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "The front-end to your dev env"
|
description = "The front-end to your dev env"
|
||||||
authors = ["Jeff Dickey (@jdx)"]
|
authors = ["Jeff Dickey (@jdx)"]
|
||||||
|
|
|
@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
|
||||||
```sh-session
|
```sh-session
|
||||||
$ curl https://mise.run | sh
|
$ curl https://mise.run | sh
|
||||||
$ ~/.local/bin/mise --version
|
$ ~/.local/bin/mise --version
|
||||||
2025.1.17 macos-arm64 (a1b2d3e 2025-01-31)
|
2025.2.0 macos-arm64 (a1b2d3e 2025-02-02)
|
||||||
```
|
```
|
||||||
|
|
||||||
or install a specific a version:
|
or install a specific a version:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit bed7e324eaccf1827c1c3888dd233ad8cb369135
|
Subproject commit c005270de9ee77c76e7ef7e8a427142f051d340c
|
|
@ -27,11 +27,11 @@ _mise() {
|
||||||
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
|
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ( [[ -z "${_usage_spec_mise_2025_1_17:-}" ]] || _cache_invalid _usage_spec_mise_2025_1_17 ) \
|
if ( [[ -z "${_usage_spec_mise_2025_2_0:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_0 ) \
|
||||||
&& ! _retrieve_cache _usage_spec_mise_2025_1_17;
|
&& ! _retrieve_cache _usage_spec_mise_2025_2_0;
|
||||||
then
|
then
|
||||||
spec="$(mise usage)"
|
spec="$(mise usage)"
|
||||||
_store_cache _usage_spec_mise_2025_1_17 spec
|
_store_cache _usage_spec_mise_2025_2_0 spec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"
|
_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"
|
||||||
|
|
|
@ -6,14 +6,14 @@ _mise() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z ${_usage_spec_mise_2025_1_17:-} ]]; then
|
if [[ -z ${_usage_spec_mise_2025_2_0:-} ]]; then
|
||||||
_usage_spec_mise_2025_1_17="$(mise usage)"
|
_usage_spec_mise_2025_2_0="$(mise usage)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local cur prev words cword was_split comp_args
|
local cur prev words cword was_split comp_args
|
||||||
_comp_initialize -n : -- "$@" || return
|
_comp_initialize -n : -- "$@" || return
|
||||||
# shellcheck disable=SC2207
|
# shellcheck disable=SC2207
|
||||||
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_1_17}" --cword="$cword" -- "${words[@]}")"
|
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_0}" --cword="$cword" -- "${words[@]}")"
|
||||||
_comp_ltrim_colon_completions "$cur"
|
_comp_ltrim_colon_completions "$cur"
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
|
|
@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
if ! set -q _usage_spec_mise_2025_1_17
|
if ! set -q _usage_spec_mise_2025_2_0
|
||||||
set -g _usage_spec_mise_2025_1_17 (mise usage | string collect)
|
set -g _usage_spec_mise_2025_2_0 (mise usage | string collect)
|
||||||
end
|
end
|
||||||
set -l tokens
|
set -l tokens
|
||||||
if commandline -x >/dev/null 2>&1
|
if commandline -x >/dev/null 2>&1
|
||||||
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_17" -- (commandline -xpc) (commandline -t))'
|
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_0" -- (commandline -xpc) (commandline -t))'
|
||||||
else
|
else
|
||||||
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_17" -- (commandline -opc) (commandline -t))'
|
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_0" -- (commandline -opc) (commandline -t))'
|
||||||
end
|
end
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "mise";
|
pname = "mise";
|
||||||
version = "2025.1.17";
|
version = "2025.2.0";
|
||||||
|
|
||||||
src = lib.cleanSource ./.;
|
src = lib.cleanSource ./.;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: The front-end to your dev env
|
Summary: The front-end to your dev env
|
||||||
Name: mise
|
Name: mise
|
||||||
Version: 2025.1.17
|
Version: 2025.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: https://github.com/jdx/mise/
|
URL: https://github.com/jdx/mise/
|
||||||
Group: System
|
Group: System
|
||||||
|
|
Loading…
Reference in New Issue