chore: release 2024.12.3 (#3397)

This commit is contained in:
mise-en-dev 2024-12-08 10:11:05 -06:00 committed by GitHub
parent a37580e36c
commit 0e849fc985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 56 additions and 32 deletions

View File

@ -1,5 +1,29 @@
# Changelog # Changelog
## [2024.12.3](https://github.com/jdx/mise/compare/v2024.12.2..v2024.12.3) - 2024-12-08
### 🚀 Features
- add danger-swift by [@msnazarow](https://github.com/msnazarow) in [#3406](https://github.com/jdx/mise/pull/3406)
### 📚 Documentation
- **(backend)** fix git url syntax example by [@risu729](https://github.com/risu729) in [#3404](https://github.com/jdx/mise/pull/3404)
- update dev-tools overview documentation by [@hverlin](https://github.com/hverlin) in [#3400](https://github.com/jdx/mise/pull/3400)
### ⚡ Performance
- increase performance of watch_files by [@jdx](https://github.com/jdx) in [#3407](https://github.com/jdx/mise/pull/3407)
- make `ls --offline` default behavior by [@jdx](https://github.com/jdx) in [#3409](https://github.com/jdx/mise/pull/3409)
### 🔍 Other Changes
- Update environments.md by [@jdx](https://github.com/jdx) in [aa5eeff](https://github.com/jdx/mise/commit/aa5eeff161a8b01435c87dcae124fd54f8ddcf4d)
### New Contributors
- @msnazarow made their first contribution in [#3406](https://github.com/jdx/mise/pull/3406)
## [2024.12.2](https://github.com/jdx/mise/compare/v2024.12.1..v2024.12.2) - 2024-12-07 ## [2024.12.2](https://github.com/jdx/mise/compare/v2024.12.1..v2024.12.2) - 2024-12-07
### 🚀 Features ### 🚀 Features

32
Cargo.lock generated
View File

@ -968,7 +968,7 @@ dependencies = [
"pest_derive", "pest_derive",
"regex", "regex",
"strum", "strum",
"thiserror 2.0.4", "thiserror 2.0.5",
] ]
[[package]] [[package]]
@ -2006,7 +2006,7 @@ dependencies = [
[[package]] [[package]]
name = "mise" name = "mise"
version = "2024.12.2" version = "2024.12.3"
dependencies = [ dependencies = [
"base64", "base64",
"built", "built",
@ -2085,7 +2085,7 @@ dependencies = [
"tera", "tera",
"terminal_size", "terminal_size",
"test-log", "test-log",
"thiserror 2.0.4", "thiserror 2.0.5",
"tokio", "tokio",
"toml", "toml",
"toml_edit", "toml_edit",
@ -2429,7 +2429,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.4", "thiserror 2.0.5",
"ucd-trie", "ucd-trie",
] ]
@ -2633,7 +2633,7 @@ dependencies = [
"rustc-hash", "rustc-hash",
"rustls", "rustls",
"socket2", "socket2",
"thiserror 2.0.4", "thiserror 2.0.5",
"tokio", "tokio",
"tracing", "tracing",
] ]
@ -2652,7 +2652,7 @@ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"slab", "slab",
"thiserror 2.0.4", "thiserror 2.0.5",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@ -3582,11 +3582,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.4" version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" checksum = "643caef17e3128658ff44d85923ef2d28af81bb71e0d67bbfe1d76f19a73e053"
dependencies = [ dependencies = [
"thiserror-impl 2.0.4", "thiserror-impl 2.0.5",
] ]
[[package]] [[package]]
@ -3602,9 +3602,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.4" version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" checksum = "995d0bbc9995d1f19d28b7215a9352b0fc3cd3a2d2ec95c2cadc485cdedbcdde"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -3874,7 +3874,7 @@ dependencies = [
"serde", "serde",
"strum", "strum",
"tempfile", "tempfile",
"thiserror 2.0.4", "thiserror 2.0.5",
"url", "url",
"which 7.0.0", "which 7.0.0",
"xz2", "xz2",
@ -4009,7 +4009,7 @@ dependencies = [
"serde", "serde",
"strum", "strum",
"tera", "tera",
"thiserror 2.0.4", "thiserror 2.0.5",
"versions", "versions",
"xx", "xx",
] ]
@ -4077,7 +4077,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tempfile", "tempfile",
"thiserror 2.0.4", "thiserror 2.0.5",
"tokio", "tokio",
"url", "url",
"xx", "xx",
@ -4516,7 +4516,7 @@ dependencies = [
"reqwest", "reqwest",
"sha2", "sha2",
"tar", "tar",
"thiserror 2.0.4", "thiserror 2.0.5",
"tokio", "tokio",
"xz2", "xz2",
"zip", "zip",
@ -4667,7 +4667,7 @@ dependencies = [
"pbkdf2", "pbkdf2",
"rand", "rand",
"sha1", "sha1",
"thiserror 2.0.4", "thiserror 2.0.5",
"time", "time",
"zeroize", "zeroize",
"zopfli", "zopfli",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mise" name = "mise"
version = "2024.12.2" version = "2024.12.3"
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)"]

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
2024.12.2 macos-arm64 (a1b2d3e 2024-12-07) 2024.12.3 macos-arm64 (a1b2d3e 2024-12-08)
``` ```
or install a specific a version: or install a specific a version:

@ -1 +1 @@
Subproject commit f69e8385c6e329245ff2e7b843bd1da52c3bf0c3 Subproject commit a5e775bead5f16df42e0514c1b080898e822568e

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

View File

@ -6,12 +6,12 @@ _mise() {
return 1 return 1
fi fi
if [[ -z ${_usage_spec_mise_2024_12_2:-} ]]; then if [[ -z ${_usage_spec_mise_2024_12_3:-} ]]; then
_usage_spec_mise_2024_12_2="$(mise usage)" _usage_spec_mise_2024_12_3="$(mise usage)"
fi fi
# shellcheck disable=SC2207 # shellcheck disable=SC2207
COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_2}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_3}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) )
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
unset COMPREPLY unset COMPREPLY
fi fi

View File

@ -6,7 +6,7 @@ if ! command -v usage &> /dev/null
return 1 return 1
end end
if ! set -q _usage_spec_mise_2024_12_2 if ! set -q _usage_spec_mise_2024_12_3
set -g _usage_spec_mise_2024_12_2 (mise usage | string collect) set -g _usage_spec_mise_2024_12_3 (mise usage | string collect)
end end
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_2" -- (commandline -cop) (commandline -t))' complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_3" -- (commandline -cop) (commandline -t))'

View File

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

View File

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.TH mise 1 "mise 2024.12.2" .TH mise 1 "mise 2024.12.3"
.SH NAME .SH NAME
mise \- The front\-end to your dev env mise \- The front\-end to your dev env
.SH SYNOPSIS .SH SYNOPSIS
@ -210,6 +210,6 @@ Examples:
$ mise settings Show settings in use $ mise settings Show settings in use
$ mise settings color=0 Disable color by modifying global config file $ mise settings color=0 Disable color by modifying global config file
.SH VERSION .SH VERSION
v2024.12.2 v2024.12.3
.SH AUTHORS .SH AUTHORS
Jeff Dickey <@jdx> Jeff Dickey <@jdx>

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