chore: release 2025.3.2 (#4585)

This commit is contained in:
mise-en-dev 2025-03-07 10:24:37 -06:00 committed by GitHub
parent 9dc0f0c795
commit a9fa1db92e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 60 additions and 41 deletions

View File

@ -5,6 +5,7 @@
### 🚀 Features ### 🚀 Features
- **(registry)** added sampler by [@tony-sol](https://github.com/tony-sol) in [#4577](https://github.com/jdx/mise/pull/4577) - **(registry)** added sampler by [@tony-sol](https://github.com/tony-sol) in [#4577](https://github.com/jdx/mise/pull/4577)
- **(registry)** added lazyjournal by [@tony-sol](https://github.com/tony-sol) in [#4584](https://github.com/jdx/mise/pull/4584)
- add support for components property in rust-toolchain.toml by [@roele](https://github.com/roele) in [#4579](https://github.com/jdx/mise/pull/4579) - add support for components property in rust-toolchain.toml by [@roele](https://github.com/roele) in [#4579](https://github.com/jdx/mise/pull/4579)
- add --local flag for ls by [@tony-sol](https://github.com/tony-sol) in [#4565](https://github.com/jdx/mise/pull/4565) - add --local flag for ls by [@tony-sol](https://github.com/tony-sol) in [#4565](https://github.com/jdx/mise/pull/4565)

70
Cargo.lock generated
View File

@ -892,7 +892,7 @@ dependencies = [
"bitflags", "bitflags",
"crossterm_winapi", "crossterm_winapi",
"parking_lot", "parking_lot",
"rustix", "rustix 0.38.44",
"winapi", "winapi",
] ]
@ -2059,7 +2059,7 @@ dependencies = [
"itoa", "itoa",
"libc", "libc",
"memmap2", "memmap2",
"rustix", "rustix 0.38.44",
"smallvec", "smallvec",
"thiserror 2.0.12", "thiserror 2.0.12",
] ]
@ -2227,7 +2227,7 @@ dependencies = [
"gix-command", "gix-command",
"gix-config-value", "gix-config-value",
"parking_lot", "parking_lot",
"rustix", "rustix 0.38.44",
"thiserror 2.0.12", "thiserror 2.0.12",
] ]
@ -3281,9 +3281,9 @@ dependencies = [
[[package]] [[package]]
name = "jiff-tzdb" name = "jiff-tzdb"
version = "0.1.2" version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2cec2f5d266af45a071ece48b1fb89f3b00b2421ac3a5fe10285a6caaa60d3" checksum = "962e1dfe9b2d75a84536cf5bf5eaaa4319aa7906c7160134a22883ac316d5f31"
[[package]] [[package]]
name = "jiff-tzdb-platform" name = "jiff-tzdb-platform"
@ -3408,6 +3408,12 @@ version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
[[package]] [[package]]
name = "litemap" name = "litemap"
version = "0.7.5" version = "0.7.5"
@ -3631,7 +3637,7 @@ dependencies = [
[[package]] [[package]]
name = "mise" name = "mise"
version = "2025.3.1" version = "2025.3.2"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"built", "built",
@ -4519,7 +4525,7 @@ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [ dependencies = [
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"rand_core 0.9.3", "rand_core 0.9.3",
"zerocopy 0.8.22", "zerocopy 0.8.23",
] ]
[[package]] [[package]]
@ -4699,9 +4705,9 @@ dependencies = [
[[package]] [[package]]
name = "ring" name = "ring"
version = "0.17.11" version = "0.17.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" checksum = "ed9b823fa29b721a59671b41d6b06e66b29e0628e207e8b1c3ceeda701ec928d"
dependencies = [ dependencies = [
"cc", "cc",
"cfg-if", "cfg-if",
@ -4852,7 +4858,20 @@ dependencies = [
"bitflags", "bitflags",
"errno 0.3.10", "errno 0.3.10",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0"
dependencies = [
"bitflags",
"errno 0.3.10",
"libc",
"linux-raw-sys 0.9.2",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -5592,15 +5611,15 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.17.1" version = "3.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",
"getrandom 0.3.1", "getrandom 0.3.1",
"once_cell", "once_cell",
"rustix", "rustix 1.0.0",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -5641,7 +5660,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
dependencies = [ dependencies = [
"rustix", "rustix 0.38.44",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -5725,9 +5744,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.38" version = "0.3.39"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb041120f25f8fbe8fd2dbe4671c7c2ed74d83be2e7a77529bf7e0790ae3f472" checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8"
dependencies = [ dependencies = [
"deranged", "deranged",
"itoa", "itoa",
@ -6457,7 +6476,7 @@ checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
dependencies = [ dependencies = [
"either", "either",
"env_home", "env_home",
"rustix", "rustix 0.38.44",
"winsafe", "winsafe",
] ]
@ -6803,13 +6822,12 @@ dependencies = [
[[package]] [[package]]
name = "xattr" name = "xattr"
version = "1.4.0" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
dependencies = [ dependencies = [
"libc", "libc",
"linux-raw-sys", "rustix 1.0.0",
"rustix",
] ]
[[package]] [[package]]
@ -6887,11 +6905,11 @@ dependencies = [
[[package]] [[package]]
name = "zerocopy" name = "zerocopy"
version = "0.8.22" version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09612fda0b63f7cb9e0af7e5916fe5a1f8cdcb066829f10f36883207628a4872" checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
dependencies = [ dependencies = [
"zerocopy-derive 0.8.22", "zerocopy-derive 0.8.23",
] ]
[[package]] [[package]]
@ -6907,9 +6925,9 @@ dependencies = [
[[package]] [[package]]
name = "zerocopy-derive" name = "zerocopy-derive"
version = "0.8.22" version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79f81d38d7a2ed52d8f034e62c568e111df9bf8aba2f7cf19ddc5bf7bd89d520" checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mise" name = "mise"
version = "2025.3.1" version = "2025.3.2"
edition = "2024" edition = "2024"
description = "The front-end to your dev env" description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"] authors = ["Jeff Dickey (@jdx)"]

View File

@ -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.3.1 macos-arm64 (a1b2d3e 2025-03-06) 2025.3.2 macos-arm64 (a1b2d3e 2025-03-07)
``` ```
or install a specific a version: or install a specific a version:

@ -1 +1 @@
Subproject commit 9be574ffbc4e58a3f89c5481295383ab8e72bee8 Subproject commit 93f13d2c0f0e4baa2b31f7d05f682dc0c82e9d1e

View File

@ -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_3_1:-}" ]] || _cache_invalid _usage_spec_mise_2025_3_1 ) \ if ( [[ -z "${_usage_spec_mise_2025_3_2:-}" ]] || _cache_invalid _usage_spec_mise_2025_3_2 ) \
&& ! _retrieve_cache _usage_spec_mise_2025_3_1; && ! _retrieve_cache _usage_spec_mise_2025_3_2;
then then
spec="$(mise usage)" spec="$(mise usage)"
_store_cache _usage_spec_mise_2025_3_1 spec _store_cache _usage_spec_mise_2025_3_2 spec
fi fi
_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"

View File

@ -6,14 +6,14 @@ _mise() {
return 1 return 1
fi fi
if [[ -z ${_usage_spec_mise_2025_3_1:-} ]]; then if [[ -z ${_usage_spec_mise_2025_3_2:-} ]]; then
_usage_spec_mise_2025_3_1="$(mise usage)" _usage_spec_mise_2025_3_2="$(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_3_1}" --cword="$cword" -- "${words[@]}")" _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_3_2}" --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

View File

@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null
return 1 return 1
end end
if ! set -q _usage_spec_mise_2025_3_1 if ! set -q _usage_spec_mise_2025_3_2
set -g _usage_spec_mise_2025_3_1 (mise usage | string collect) set -g _usage_spec_mise_2025_3_2 (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_3_1" -- (commandline -xpc) (commandline -t))' complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_3_2" -- (commandline -xpc) (commandline -t))'
else else
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_3_1" -- (commandline -opc) (commandline -t))' complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_3_2" -- (commandline -opc) (commandline -t))'
end end

View File

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "mise"; pname = "mise";
version = "2025.3.1"; version = "2025.3.2";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;

View File

@ -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.3.1 Version: 2025.3.2
Release: 1 Release: 1
URL: https://github.com/jdx/mise/ URL: https://github.com/jdx/mise/
Group: System Group: System