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
## [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
### 🚀 Features

32
Cargo.lock generated
View File

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

View File

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

View File

@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
```sh-session
$ curl https://mise.run | sh
$ ~/.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:

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

View File

@ -27,11 +27,11 @@ _mise() {
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
fi
if ( [[ -z "${_usage_spec_mise_2024_12_2:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_2 ) \
&& ! _retrieve_cache _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_3;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2024_12_2 spec
_store_cache _usage_spec_mise_2024_12_3 spec
fi
_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"

View File

@ -6,12 +6,12 @@ _mise() {
return 1
fi
if [[ -z ${_usage_spec_mise_2024_12_2:-} ]]; then
_usage_spec_mise_2024_12_2="$(mise usage)"
if [[ -z ${_usage_spec_mise_2024_12_3:-} ]]; then
_usage_spec_mise_2024_12_3="$(mise usage)"
fi
# 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
unset COMPREPLY
fi

View File

@ -6,7 +6,7 @@ if ! command -v usage &> /dev/null
return 1
end
if ! set -q _usage_spec_mise_2024_12_2
set -g _usage_spec_mise_2024_12_2 (mise usage | string collect)
if ! set -q _usage_spec_mise_2024_12_3
set -g _usage_spec_mise_2024_12_3 (mise usage | string collect)
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 {
pname = "mise";
version = "2024.12.2";
version = "2024.12.3";
src = lib.cleanSource ./.;

View File

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

View File

@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2024.12.2
Version: 2024.12.3
Release: 1
URL: https://github.com/jdx/mise/
Group: System