diff --git a/CHANGELOG.md b/CHANGELOG.md index 522f6d5d8b..0e5f93ded6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,142 @@ # Changelog +## [2024.11.27](https://github.com/jdx/mise/compare/v2024.11.26..v2024.11.27) - 2024-11-23 + +### 🔍 Other Changes + +- reset CHANGELOG by [@jdx](https://github.com/jdx) in [531d7f4](https://github.com/jdx/mise/commit/531d7f4d0231b338bc06faa09403a0b78c386cf4) + +### New Contributors + +- @jdx made their first contribution +- @mise-en-dev made their first contribution +- @syhol made their first contribution +- @muescha made their first contribution +- @swfz made their first contribution +- @yodatak made their first contribution +- @Guria made their first contribution +- @roele made their first contribution +- @renovate[bot] made their first contribution +- @risu729 made their first contribution +- @AlecRust made their first contribution +- @knu made their first contribution +- @erickguan made their first contribution +- @miguelmig made their first contribution +- @rodvieirasilva made their first contribution +- @drewwells made their first contribution +- @powerman made their first contribution +- @hverlin made their first contribution +- @liskin made their first contribution +- @SolitudeSF made their first contribution +- @glasser made their first contribution +- @BurnerWah made their first contribution +- @jasisk made their first contribution +- @vrslev made their first contribution +- @laozc made their first contribution +- @jimeh made their first contribution +- @rgeraskin made their first contribution +- @htunnicliff made their first contribution +- @jahands made their first contribution +- @autarch made their first contribution +- @finalchild made their first contribution +- @yanskun made their first contribution +- @samuelallan72 made their first contribution +- @TobiX made their first contribution +- @Shobhit0109 made their first contribution +- @josb made their first contribution +- @matukoto made their first contribution +- @cwegener made their first contribution +- @gauravkumar37 made their first contribution +- @mtweeman made their first contribution +- @fesplugas made their first contribution +- @fiadliel made their first contribution +- @MustCodeAl made their first contribution +- @xavdid made their first contribution +- @stanhu made their first contribution +- @antoniomdk made their first contribution +- @mcallaway made their first contribution +- @CharString made their first contribution +- @kianmeng made their first contribution +- @mollyIV made their first contribution +- @chasinglogic made their first contribution +- @dependabot[bot] made their first contribution +- @gzurowski made their first contribution +- @light-planck made their first contribution +- @adamdickinson made their first contribution +- @kattouf made their first contribution +- @chrmod made their first contribution +- @donaldguy made their first contribution +- @bklebe made their first contribution +- @Its-Alex made their first contribution +- @Adirelle made their first contribution +- @jiz4oh made their first contribution +- @FranklinYinanDing made their first contribution +- @KlotzAndrew made their first contribution +- @noirbizarre made their first contribution +- @offbyone made their first contribution +- @zph made their first contribution +- @sjpalf made their first contribution +- @GabDug made their first contribution +- @joshbode made their first contribution +- @texastoland made their first contribution +- @yggdr made their first contribution +- @kalvinnchau made their first contribution +- @nicolas-geniteau made their first contribution +- @MartyBeGood made their first contribution +- @splinter98 made their first contribution +- @fxsalazar made their first contribution +- @grant0417 made their first contribution +- @booniepepper made their first contribution +- @Ajpantuso made their first contribution +- @wheinze made their first contribution +- @tlockney made their first contribution +- @endigma made their first contribution +- @sirenkovladd made their first contribution +- @ made their first contribution +- @tamasfe made their first contribution +- @bnheise made their first contribution +- @deriamis made their first contribution +- @gasuketsu made their first contribution +- @alikefia made their first contribution +- @defhacks made their first contribution +- @nokazn made their first contribution +- @pdecat made their first contribution +- @inverse made their first contribution +- @Andrew-Chen-Wang made their first contribution +- @joshuataylor made their first contribution +- @hkoosha made their first contribution +- @ysthakur made their first contribution +- @benweint made their first contribution +- @Nezteb made their first contribution +- @duckpuppy made their first contribution +- @jguddas made their first contribution +- @Jaxwood made their first contribution +- @scottdotau made their first contribution +- @xanderificnl made their first contribution +- @dfang made their first contribution +- @tsukimizake made their first contribution +- @scop made their first contribution +- @Sacro made their first contribution +- @ProducerMatt made their first contribution +- @pedorich-n made their first contribution +- @smbl64 made their first contribution +- @tombh made their first contribution +- @luccahuguet made their first contribution +- @andrewthauer made their first contribution +- @KokaKiwi made their first contribution +- @toadslop made their first contribution +- @jonathanmorley made their first contribution +- @chadac made their first contribution +- @tomocrafter made their first contribution +- @issmo made their first contribution +- @jaybosamiya made their first contribution +- @nrjais made their first contribution +- @Alex23rodriguez made their first contribution +- @gerbal made their first contribution +- @chhe made their first contribution +- @cserino made their first contribution +- @amoosbr made their first contribution +- @eugenesvk made their first contribution +- @delicb made their first contribution + diff --git a/Cargo.lock b/Cargo.lock index 3f901c2a26..0aa9bd4aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,9 +165,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" +checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" dependencies = [ "flate2", "futures-core", @@ -2018,7 +2018,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.11.26" +version = "2024.11.27" dependencies = [ "assert_cmd", "base64", diff --git a/Cargo.toml b/Cargo.toml index 96d1ce8d39..c64a6e23c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.11.26" +version = "2024.11.27" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index d3bb89c474..5ebd5a101e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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.11.26 macos-arm64 (a1b2d3e 2024-11-23) +2024.11.27 macos-arm64 (a1b2d3e 2024-11-23) ``` or install a specific a version: diff --git a/completions/_mise b/completions/_mise index 5024b1a30d..aff9aaae62 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_11_26:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_26 ) \ - && ! _retrieve_cache _usage_spec_mise_2024_11_26; + if ( [[ -z "${_usage_spec_mise_2024_11_27:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_27 ) \ + && ! _retrieve_cache _usage_spec_mise_2024_11_27; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2024_11_26 spec + _store_cache _usage_spec_mise_2024_11_27 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index 8bb7662a10..08dba2703e 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,12 +6,12 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2024_11_26:-} ]]; then - _usage_spec_mise_2024_11_26="$(mise usage)" + if [[ -z ${_usage_spec_mise_2024_11_27:-} ]]; then + _usage_spec_mise_2024_11_27="$(mise usage)" fi # shellcheck disable=SC2207 - COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_26}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) + COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_27}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) if [[ $? -ne 0 ]]; then unset COMPREPLY fi diff --git a/completions/mise.fish b/completions/mise.fish index f66fa2cf1b..bcf1da1aeb 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_11_26 - set -g _usage_spec_mise_2024_11_26 (mise usage | string collect) +if ! set -q _usage_spec_mise_2024_11_27 + set -g _usage_spec_mise_2024_11_27 (mise usage | string collect) end -complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_26" -- (commandline -cop) (commandline -t))' +complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_27" -- (commandline -cop) (commandline -t))' diff --git a/default.nix b/default.nix index 13f36c53e1..5e75ec5f54 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.11.26"; + version = "2024.11.27"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 88d6e2f3ba..f343b951c7 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.11.26" +.TH mise 1 "mise 2024.11.27" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -192,6 +192,6 @@ Examples: $ mise settings Show settings in use $ mise settings color=0 Disable color by modifying global config file .SH VERSION -v2024.11.26 +v2024.11.27 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 1ce70a53f4..b543ad4099 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.11.26 +Version: 2024.11.27 Release: 1 URL: https://github.com/jdx/mise/ Group: System