From 75c7759c871c828bf3f99b8d4b0b730ab4957e24 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Fri, 11 Jul 2025 14:53:26 +0000 Subject: [PATCH] chore: release 2025.7.4 --- CHANGELOG.md | 77 ++++++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- 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, 92 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be4906e61..1f55230460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [2025.7.4](https://github.com/jdx/mise/compare/v2025.7.3..v2025.7.4) - 2025-07-11 + +### 🐛 Bug Fixes + +- **(aqua)** align version resolution logic in list_bin_paths by [@risu729](https://github.com/risu729) in [#5562](https://github.com/jdx/mise/pull/5562) +- Xonsh integration by [@jfmontanaro](https://github.com/jfmontanaro) in [#5557](https://github.com/jdx/mise/pull/5557) + +### 📚 Documentation + +- create comprehensive architecture documentation suite and enhance development guides by [@jdx](https://github.com/jdx) in [d2b4a05](https://github.com/jdx/mise/commit/d2b4a050261b685279c502009f55a3e260b72ff9) + +### 📦️ Dependency Updates + +- update rust crate bzip2 to 0.6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5568](https://github.com/jdx/mise/pull/5568) +- update rust crate clap_mangen to v0.2.28 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5566](https://github.com/jdx/mise/pull/5566) +- update rust crate clap to v4.5.41 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5565](https://github.com/jdx/mise/pull/5565) +- update rust crate taplo to 0.14 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5158](https://github.com/jdx/mise/pull/5158) + +### Chore + +- added xonsh for release builds by [@jdx](https://github.com/jdx) in [#5561](https://github.com/jdx/mise/pull/5561) +- enable backtrace lines on panic by [@jdx](https://github.com/jdx) in [#5571](https://github.com/jdx/mise/pull/5571) +- shfmt update by [@jdx](https://github.com/jdx) in [67ee245](https://github.com/jdx/mise/commit/67ee24556f1533c508e422513399ae04ecf6bdaa) + +### New Contributors + +- @jfmontanaro made their first contribution in [#5557](https://github.com/jdx/mise/pull/5557) + ## [2025.7.3](https://github.com/jdx/mise/compare/v2025.7.2..v2025.7.3) - 2025-07-10 ### 🚀 Features @@ -2984,7 +3012,7 @@ - gitignore aqua-registry by [@jdx](https://github.com/jdx) in [1c38bca](https://github.com/jdx/mise/commit/1c38bca434cfc17792eb3053be2f4271a9e92fdd) - gitignore aqua-registry by [@jdx](https://github.com/jdx) in [644cb6d](https://github.com/jdx/mise/commit/644cb6dfa762d6360b5aaa7fce0502fe61ac1067) -## [2024.11.28] - 2024-11-24 +## [2024.11.28](https://github.com/jdx/mise/compare/v2023.12.0..v2024.11.28) - 2024-11-24 ### 🚀 Features @@ -3007,4 +3035,51 @@ - clean up CHANGELOG by [@jdx](https://github.com/jdx) in [8ec0ca2](https://github.com/jdx/mise/commit/8ec0ca20fce57d07d769209fd9043a129daa86f1) +## [2023.12.0] - 2023-12-01 + +### New Contributors + +- @jdx made their first contribution +- @dependabot[bot] made their first contribution +- @benweint made their first contribution +- @CharString made their first contribution +- @Nezteb made their first contribution +- @duckpuppy made their first contribution +- @jguddas made their first contribution +- @Jaxwood made their first contribution +- @booniepepper made their first contribution +- @fiadliel made their first contribution +- @roele 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 +- @splinter98 made their first contribution +- @AlecRust made their first contribution +- @pedorich-n made their first contribution +- @knu 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 +- @kianmeng 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 e482d65194..433c849590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3748,7 +3748,7 @@ dependencies = [ [[package]] name = "mise" -version = "2025.7.3" +version = "2025.7.4" dependencies = [ "async-backtrace", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 050c3944f6..6578ce3dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2025.7.3" +version = "2025.7.4" edition = "2024" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 21e8445425..5c3c0ea168 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option ```sh-session $ curl https://mise.run | sh $ ~/.local/bin/mise --version -2025.7.3 macos-arm64 (a1b2d3e 2025-07-10) +2025.7.4 macos-arm64 (a1b2d3e 2025-07-11) ``` Hook mise into your shell (pick the right one for your shell): diff --git a/aqua-registry b/aqua-registry index 2aec93c736..8e25d39c56 160000 --- a/aqua-registry +++ b/aqua-registry @@ -1 +1 @@ -Subproject commit 2aec93c73678b2465b6bb926b1123a493261cc26 +Subproject commit 8e25d39c56e60c3d8c076bc7fd662bb8967577bc diff --git a/completions/_mise b/completions/_mise index 4a5ae793e9..6da6b3a1a5 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_7_3:-}" ]] || _cache_invalid _usage_spec_mise_2025_7_3 ) \ - && ! _retrieve_cache _usage_spec_mise_2025_7_3; + if ( [[ -z "${_usage_spec_mise_2025_7_4:-}" ]] || _cache_invalid _usage_spec_mise_2025_7_4 ) \ + && ! _retrieve_cache _usage_spec_mise_2025_7_4; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2025_7_3 spec + _store_cache _usage_spec_mise_2025_7_4 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index c9824e4f1b..216a25c656 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,14 +6,14 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2025_7_3:-} ]]; then - _usage_spec_mise_2025_7_3="$(mise usage)" + if [[ -z ${_usage_spec_mise_2025_7_4:-} ]]; then + _usage_spec_mise_2025_7_4="$(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_7_3}" --cword="$cword" -- "${words[@]}")" + _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_7_4}" --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 ccc6605f9c..fa50c0c959 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_7_3 - set -g _usage_spec_mise_2025_7_3 (mise usage | string collect) +if ! set -q _usage_spec_mise_2025_7_4 + set -g _usage_spec_mise_2025_7_4 (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_7_3" -- (commandline -xpc) (commandline -t))' + complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_7_4" -- (commandline -xpc) (commandline -t))' else - complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_7_3" -- (commandline -opc) (commandline -t))' + complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_7_4" -- (commandline -opc) (commandline -t))' end diff --git a/default.nix b/default.nix index 5b988bf30f..b436404e19 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2025.7.3"; + version = "2025.7.4"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index a4fb8ddfcf..a33c572c6d 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.7.3 +Version: 2025.7.4 Release: 1 URL: https://github.com/jdx/mise/ Group: System