From e67c653de35ff83d4ee280bf5cb2381741a2108e Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:47:00 -0600 Subject: [PATCH 1/2] chore: fix winget releaser job --- .github/workflows/winget.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 423190970b..ee6d77f960 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -18,7 +18,6 @@ jobs: - run: git pull --rebase microsoft master - run: git push -f origin master - uses: vedantmgoyal9/winget-releaser@main - if: endsWith(github.event.payload.release.tag_name, '0') with: identifier: jdx.mise max-versions-to-keep: 5 From 11b600054af7bc7b56d34d40b0bc2fbdcb2a0cb6 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Mon, 3 Feb 2025 05:24:41 -0600 Subject: [PATCH 2/2] chore: release 2025.2.1 (#4292) ### Chore - fix winget releaser job by [@jdx](https://github.com/jdx) in [e67c653](https://github.com/jdx/mise/commit/e67c653de35ff83d4ee280bf5cb2381741a2108e) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- README.md | 2 +- aqua-registry | 2 +- completions/_mise | 6 +++--- completions/mise.bash | 6 +++--- completions/mise.fish | 8 ++++---- default.nix | 2 +- packaging/rpm/mise.spec | 2 +- 10 files changed, 26 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6759f4030c..ad78000235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2025.2.1](https://github.com/jdx/mise/compare/v2025.2.0..v2025.2.1) - 2025-02-03 + +### Chore + +- fix winget releaser job by [@jdx](https://github.com/jdx) in [e67c653](https://github.com/jdx/mise/commit/e67c653de35ff83d4ee280bf5cb2381741a2108e) + ## [2025.2.0](https://github.com/jdx/mise/compare/v2025.1.17..v2025.2.0) - 2025-02-02 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 22cb0b0bd0..afe059cc09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3645,7 +3645,7 @@ dependencies = [ [[package]] name = "mise" -version = "2025.2.0" +version = "2025.2.1" dependencies = [ "base64 0.22.1", "built", @@ -3994,9 +3994,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.69" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags", "cfg-if", @@ -4026,9 +4026,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 110916c61a..34461265e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2025.2.0" +version = "2025.2.1" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index c0de037cf4..fa2a679e18 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 -2025.2.0 macos-arm64 (a1b2d3e 2025-02-02) +2025.2.1 macos-arm64 (a1b2d3e 2025-02-03) ``` or install a specific a version: diff --git a/aqua-registry b/aqua-registry index c005270de9..5bcc70220d 160000 --- a/aqua-registry +++ b/aqua-registry @@ -1 +1 @@ -Subproject commit c005270de9ee77c76e7ef7e8a427142f051d340c +Subproject commit 5bcc70220d4477926384caab8b0d4d46f8d68b45 diff --git a/completions/_mise b/completions/_mise index 0f0978118c..37f06b6974 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_2025_2_0:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_0 ) \ - && ! _retrieve_cache _usage_spec_mise_2025_2_0; + if ( [[ -z "${_usage_spec_mise_2025_2_1:-}" ]] || _cache_invalid _usage_spec_mise_2025_2_1 ) \ + && ! _retrieve_cache _usage_spec_mise_2025_2_1; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2025_2_0 spec + _store_cache _usage_spec_mise_2025_2_1 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index b56484d6e4..595c1a3998 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,14 +6,14 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2025_2_0:-} ]]; then - _usage_spec_mise_2025_2_0="$(mise usage)" + if [[ -z ${_usage_spec_mise_2025_2_1:-} ]]; then + _usage_spec_mise_2025_2_1="$(mise usage)" fi local cur prev words cword was_split comp_args _comp_initialize -n : -- "$@" || return # shellcheck disable=SC2207 - _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_0}" --cword="$cword" -- "${words[@]}")" + _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_2_1}" --cword="$cword" -- "${words[@]}")" _comp_ltrim_colon_completions "$cur" # shellcheck disable=SC2181 if [[ $? -ne 0 ]]; then diff --git a/completions/mise.fish b/completions/mise.fish index aa13e712cc..8aaade0999 100644 --- a/completions/mise.fish +++ b/completions/mise.fish @@ -6,12 +6,12 @@ if ! command -v usage &> /dev/null return 1 end -if ! set -q _usage_spec_mise_2025_2_0 - set -g _usage_spec_mise_2025_2_0 (mise usage | string collect) +if ! set -q _usage_spec_mise_2025_2_1 + set -g _usage_spec_mise_2025_2_1 (mise usage | string collect) end set -l tokens if commandline -x >/dev/null 2>&1 - complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_0" -- (commandline -xpc) (commandline -t))' + complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_1" -- (commandline -xpc) (commandline -t))' else - complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_0" -- (commandline -opc) (commandline -t))' + complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_2_1" -- (commandline -opc) (commandline -t))' end diff --git a/default.nix b/default.nix index 15186111e7..0358dec4fe 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2025.2.0"; + version = "2025.2.1"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 6f211d2905..bf50c3b2b3 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: 2025.2.0 +Version: 2025.2.1 Release: 1 URL: https://github.com/jdx/mise/ Group: System