From 0d37f3378ff388553c322001beddc448c5854766 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Thu, 19 Dec 2024 12:43:40 -0600 Subject: [PATCH] chore: release 2024.12.15 (#3687) --- CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- aqua-registry | 2 +- completions/_mise | 6 ++--- completions/mise.bash | 6 ++--- completions/mise.fish | 6 ++--- default.nix | 2 +- packaging/rpm/mise.spec | 2 +- 10 files changed, 65 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dac12776..111be278ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,55 @@ # Changelog +## [2024.12.15](https://github.com/jdx/mise/compare/v2024.12.14..v2024.12.15) - 2024-12-19 + +### ๐Ÿš€ Features + +- unnest output when `mise run` is nested by [@jdx](https://github.com/jdx) in [#3686](https://github.com/jdx/mise/pull/3686) +- `mise rm` by [@jdx](https://github.com/jdx) in [#3627](https://github.com/jdx/mise/pull/3627) +- added *:_default task name by [@jdx](https://github.com/jdx) in [#3690](https://github.com/jdx/mise/pull/3690) +- `mise run --continue-on-error by [@jdx](https://github.com/jdx) in [#3692](https://github.com/jdx/mise/pull/3692) +- added .tool-versions -> mise.toml converter by [@jdx](https://github.com/jdx) in [#3693](https://github.com/jdx/mise/pull/3693) +- get mise sync python --uv to work by [@jdx](https://github.com/jdx) in [#3706](https://github.com/jdx/mise/pull/3706) +- `mise install-into` by [@jdx](https://github.com/jdx) in [#3711](https://github.com/jdx/mise/pull/3711) +- added `mise dr --json` by [@jdx](https://github.com/jdx) in [#3715](https://github.com/jdx/mise/pull/3715) + +### ๐Ÿ› Bug Fixes + +- retain "os" options in `mise up --bump` by [@jdx](https://github.com/jdx) in [#3688](https://github.com/jdx/mise/pull/3688) +- unnest task cmd output by [@jdx](https://github.com/jdx) in [#3691](https://github.com/jdx/mise/pull/3691) +- ensure MISE_PROJECT_ROOT is set with no mise.toml by [@jdx](https://github.com/jdx) in [#3695](https://github.com/jdx/mise/pull/3695) +- create venv uses absolute tool paths by [@syhol](https://github.com/syhol) in [#3698](https://github.com/jdx/mise/pull/3698) +- jj repository moved to an organization by [@phyrog](https://github.com/phyrog) in [#3703](https://github.com/jdx/mise/pull/3703) +- disable reverse uv syncing by [@jdx](https://github.com/jdx) in [#3704](https://github.com/jdx/mise/pull/3704) +- add full tera context to tasks by [@jdx](https://github.com/jdx) in [#3708](https://github.com/jdx/mise/pull/3708) +- powershell warning by [@jdx](https://github.com/jdx) in [#3713](https://github.com/jdx/mise/pull/3713) + +### ๐Ÿšœ Refactor + +- **(registry)** use aqua for more tools by [@scop](https://github.com/scop) in [#3614](https://github.com/jdx/mise/pull/3614) +- **(registry)** use aqua:skaji/relocatable-perl for perl by [@scop](https://github.com/scop) in [#3716](https://github.com/jdx/mise/pull/3716) +- switch to std::sync::LazyLock by [@jdx](https://github.com/jdx) in [#3707](https://github.com/jdx/mise/pull/3707) + +### ๐Ÿ“š Documentation + +- fix some broken anchor links by [@hverlin](https://github.com/hverlin) in [#3694](https://github.com/jdx/mise/pull/3694) +- note hooks require `mise activate` by [@jdx](https://github.com/jdx) in [211d3d3](https://github.com/jdx/mise/commit/211d3d3b91c52e418a3e25af4a021da93c64ed4d) + +### ๐Ÿงช Testing + +- fix conduit test for new structure by [@jdx](https://github.com/jdx) in [8691331](https://github.com/jdx/mise/commit/86913318f7705e6cabb999970475c958605219d1) + +### ๐Ÿ” Other Changes + +- Update continuous-integration.md by [@highb](https://github.com/highb) in [#3696](https://github.com/jdx/mise/pull/3696) +- Update installing-mise.md by [@jdx](https://github.com/jdx) in [8b805de](https://github.com/jdx/mise/commit/8b805de7dc52fed1f07ff689c2f3658faa55b90a) +- hide non-functioning docker tasks by [@jdx](https://github.com/jdx) in [40fd3f6](https://github.com/jdx/mise/commit/40fd3f60ebde1d549503a6d9927b79b37622b1b0) +- Update contributing.md by [@jdx](https://github.com/jdx) in [4f960eb](https://github.com/jdx/mise/commit/4f960ebe6f9350399bf09c1701320b896c34eef0) + +### New Contributors + +- @highb made their first contribution in [#3696](https://github.com/jdx/mise/pull/3696) + ## [2024.12.14](https://github.com/jdx/mise/compare/v2024.12.13..v2024.12.14) - 2024-12-18 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 6759fe84f5..3bd175ed1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2597,7 +2597,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.12.14" +version = "2024.12.15" dependencies = [ "base64 0.22.1", "built", diff --git a/Cargo.toml b/Cargo.toml index f4a1c6c408..fd16cecf41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.12.14" +version = "2024.12.15" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index c03994072f..0a09465d17 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.14 macos-arm64 (a1b2d3e 2024-12-18) +2024.12.15 macos-arm64 (a1b2d3e 2024-12-19) ``` or install a specific a version: diff --git a/aqua-registry b/aqua-registry index cb6f5b85c0..05e88a4740 160000 --- a/aqua-registry +++ b/aqua-registry @@ -1 +1 @@ -Subproject commit cb6f5b85c01f60da866db7e016472d9cb92ef41a +Subproject commit 05e88a4740dc34913bea18669e36ab2740cbd163 diff --git a/completions/_mise b/completions/_mise index 6658285c66..1c5c4d7403 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_14:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_14 ) \ - && ! _retrieve_cache _usage_spec_mise_2024_12_14; + if ( [[ -z "${_usage_spec_mise_2024_12_15:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_15 ) \ + && ! _retrieve_cache _usage_spec_mise_2024_12_15; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2024_12_14 spec + _store_cache _usage_spec_mise_2024_12_15 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index dac098fdc4..826220b2d4 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,14 +6,14 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2024_12_14:-} ]]; then - _usage_spec_mise_2024_12_14="$(mise usage)" + if [[ -z ${_usage_spec_mise_2024_12_15:-} ]]; then + _usage_spec_mise_2024_12_15="$(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_2024_12_14}" --cword="$cword" -- "${words[@]}")" + _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_15}" --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 3b18ec5c4d..4bd3758df3 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_14 - set -g _usage_spec_mise_2024_12_14 (mise usage | string collect) +if ! set -q _usage_spec_mise_2024_12_15 + set -g _usage_spec_mise_2024_12_15 (mise usage | string collect) end -complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_14" -- (commandline -cop) (commandline -t))' +complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_15" -- (commandline -cop) (commandline -t))' diff --git a/default.nix b/default.nix index 60d8ce977d..f2c9085ebd 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.12.14"; + version = "2024.12.15"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 6b7d8db589..26f125b5b6 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.14 +Version: 2024.12.15 Release: 1 URL: https://github.com/jdx/mise/ Group: System