From c1b0623af500a0b66996792d1fa4dd78d2e1b392 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Mon, 11 Nov 2024 10:48:41 -0600 Subject: [PATCH] chore: release 2024.11.7 (#2983) * chore: release 2024.11.7 * chore: updated .mise.lock --------- Co-authored-by: jdx <216188+jdx@users.noreply.github.com> --- .mise.lock | 7 +++---- CHANGELOG.md | 27 +++++++++++++++++++++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 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, 42 insertions(+), 24 deletions(-) diff --git a/.mise.lock b/.mise.lock index 4f8e70b0a4..031af0c4b3 100644 --- a/.mise.lock +++ b/.mise.lock @@ -1,18 +1,17 @@ [tools] actionlint = "1.7.4" -cargo-binstall = "1.10.10" +cargo-binstall = "1.10.11" "cargo:cargo-edit" = "0.13.0" "cargo:cargo-insta" = "1.41.1" "cargo:cargo-show" = "0.6.0" "cargo:git-cliff" = "2.6.1" -"cargo:usage-cli" = "1.1.1" +"cargo:usage-cli" = "1.3.0" direnv = "latest" jq = "1.7.1" "npm:markdownlint-cli" = "0.42.0" "npm:prettier" = "3.3.3" "pipx:toml-sort" = "0.23.1" -python = "3.10.15" +python = "3.13.0" ripgrep = "14.1.1" shellcheck = "0.10.0" shfmt = "3.10.0" -tiny = "2.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe3f957a7..58dff149cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2024.11.7](https://github.com/jdx/mise/compare/v2024.11.6..v2024.11.7) - 2024-11-11 + +### ๐Ÿš€ Features + +- added backend aliases by [@jdx](https://github.com/jdx) in [#2979](https://github.com/jdx/mise/pull/2979) +- Add Fig completions by [@miguelmig](https://github.com/miguelmig) in [#2986](https://github.com/jdx/mise/pull/2986) +- support go core plugin on windows by [@jdx](https://github.com/jdx) in [#2990](https://github.com/jdx/mise/pull/2990) +- keep order and comments when make any changes in TOML config by [@roele](https://github.com/roele) in [#2992](https://github.com/jdx/mise/pull/2992) + +### ๐Ÿ› Bug Fixes + +- **(windows)** java and python fixes by [@jdx](https://github.com/jdx) in [#2993](https://github.com/jdx/mise/pull/2993) +- do not add tool options to toml when they are the defaults by [@jdx](https://github.com/jdx) in [#2982](https://github.com/jdx/mise/pull/2982) +- show warning if using outdated usage version by [@jdx](https://github.com/jdx) in [#2984](https://github.com/jdx/mise/pull/2984) + +### ๐Ÿ“š Documentation + +- document and enable MISE_MIN_VERSION setting by [@erickguan](https://github.com/erickguan) in [#2989](https://github.com/jdx/mise/pull/2989) + +### ๐Ÿงช Testing + +- updated snapshots by [@jdx](https://github.com/jdx) in [a86e372](https://github.com/jdx/mise/commit/a86e3725479342647310d4e1b3273def71683b5a) + ## [2024.11.6](https://github.com/jdx/mise/compare/v2024.11.5..v2024.11.6) - 2024-11-10 ### ๐Ÿš€ Features @@ -184,10 +207,6 @@ - add zstd compression for http requests by [@jdx](https://github.com/jdx) in [612bbd0](https://github.com/jdx/mise/commit/612bbd0374bed208752cda8674ad192b5886fde9) - Fix installed_tool@version complete script by [@miguelmig](https://github.com/miguelmig) in [#2859](https://github.com/jdx/mise/pull/2859) -### New Contributors - -- @miguelmig made their first contribution in [#2859](https://github.com/jdx/mise/pull/2859) - ## [2024.10.13](https://github.com/jdx/mise/compare/v2024.10.12..v2024.10.13) - 2024-10-28 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 162e423c89..906bb8f699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.11.6" +version = "2024.11.7" dependencies = [ "assert_cmd", "base64", diff --git a/Cargo.toml b/Cargo.toml index 670974a9d5..41644d410c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.11.6" +version = "2024.11.7" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 9395b82f7f..437c3cb5b5 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.6 macos-arm64 (a1b2d3e 2024-11-10) +2024.11.7 macos-arm64 (a1b2d3e 2024-11-11) ``` or install a specific a version: diff --git a/completions/_mise b/completions/_mise index ba9e9bafce..06cc551d35 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_6:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_6 ) \ - && ! _retrieve_cache _usage_spec_mise_2024_11_6; + if ( [[ -z "${_usage_spec_mise_2024_11_7:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_7 ) \ + && ! _retrieve_cache _usage_spec_mise_2024_11_7; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2024_11_6 spec + _store_cache _usage_spec_mise_2024_11_7 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index 57c946afdc..c299ed9e77 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,11 +6,11 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2024_11_6:-} ]]; then - _usage_spec_mise_2024_11_6="$(mise usage)" + if [[ -z ${_usage_spec_mise_2024_11_7:-} ]]; then + _usage_spec_mise_2024_11_7="$(mise usage)" fi - COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_6}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) + COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_7}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) if [[ $? -ne 0 ]]; then unset COMPREPLY fi diff --git a/completions/mise.fish b/completions/mise.fish index 3d10ad28d2..bfb6ccf763 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_6 - set -U _usage_spec_mise_2024_11_6 (mise usage | string collect) +if ! set -q _usage_spec_mise_2024_11_7 + set -U _usage_spec_mise_2024_11_7 (mise usage | string collect) end -complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_6" -- (commandline -cop) (commandline -t))' +complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_7" -- (commandline -cop) (commandline -t))' diff --git a/default.nix b/default.nix index a86a6ecdbb..03694d48a5 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.11.6"; + version = "2024.11.7"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 05d70a7a92..d59ece61c6 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.6" +.TH mise 1 "mise 2024.11.7" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -189,6 +189,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.11.6 +v2024.11.7 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index d9e82b650d..ad7ad50195 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.6 +Version: 2024.11.7 Release: 1 URL: https://github.com/jdx/mise/ Group: System