From 0e849fc9850f54f479e0df6c84843c4f322f6a6a Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Sun, 8 Dec 2024 10:11:05 -0600 Subject: [PATCH] chore: release 2024.12.3 (#3397) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- README.md | 2 +- aqua-registry | 2 +- completions/_mise | 6 +++--- completions/mise.bash | 6 +++--- completions/mise.fish | 6 +++--- default.nix | 2 +- man/man1/mise.1 | 4 ++-- packaging/rpm/mise.spec | 2 +- 11 files changed, 56 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e488094b..dc6d84e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index bdfddf355..b3cfdef44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 947aa5498..86a18eb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)"] diff --git a/README.md b/README.md index 8f30909e7..92e99fc99 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/aqua-registry b/aqua-registry index f69e8385c..a5e775bea 160000 --- a/aqua-registry +++ b/aqua-registry @@ -1 +1 @@ -Subproject commit f69e8385c6e329245ff2e7b843bd1da52c3bf0c3 +Subproject commit a5e775bead5f16df42e0514c1b080898e822568e diff --git a/completions/_mise b/completions/_mise index 23a9a0bf6..311c88103 100644 --- a/completions/_mise +++ b/completions/_mise @@ -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[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index 6097ab836..562b06a48 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -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 diff --git a/completions/mise.fish b/completions/mise.fish index e27fc9541..faffbe05e 100644 --- a/completions/mise.fish +++ b/completions/mise.fish @@ -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))' diff --git a/default.nix b/default.nix index 9b8fbb65f..739469639 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.12.2"; + version = "2024.12.3"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 1d9ea9324..fb92814f7 100644 --- a/man/man1/mise.1 +++ b/man/man1/mise.1 @@ -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> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index e0c6d51a3..bc79f4eab 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -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