diff --git a/CHANGELOG.md b/CHANGELOG.md index 34364ae1da..193ab3a66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [2025.1.1](https://github.com/jdx/mise/compare/v2025.1.0..v2025.1.1) - 2025-01-06 + +### 🚀 Features + +- add databricks-cli to registry by [@benberryallwood](https://github.com/benberryallwood) in [#3937](https://github.com/jdx/mise/pull/3937) +- add navi to registry by [@kit494way](https://github.com/kit494way) in [#3943](https://github.com/jdx/mise/pull/3943) +- added allurectl to registry by [@MontakOleg](https://github.com/MontakOleg) in [#3918](https://github.com/jdx/mise/pull/3918) +- Add setting description to mise settings --json-extended output by [@hverlin](https://github.com/hverlin) in [#3919](https://github.com/jdx/mise/pull/3919) + +### 🐛 Bug Fixes + +- improve mise generate bootstrap by [@hverlin](https://github.com/hverlin) in [#3939](https://github.com/jdx/mise/pull/3939) + +### 📚 Documentation + +- Fix broken link to environment variables doc by [@xcapaldi](https://github.com/xcapaldi) in [#3938](https://github.com/jdx/mise/pull/3938) +- Add usage property to mise schema by [@hverlin](https://github.com/hverlin) in [#3942](https://github.com/jdx/mise/pull/3942) +- clarity on relative paths vs config_root in _.path by [@glasser](https://github.com/glasser) in [#3923](https://github.com/jdx/mise/pull/3923) + +### 📦️ Dependency Updates + +- update rust crate itertools to 0.14 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3926](https://github.com/jdx/mise/pull/3926) +- update rust crate petgraph to 0.7 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3927](https://github.com/jdx/mise/pull/3927) +- update rust crate self_update to 0.42 by [@renovate[bot]](https://github.com/renovate[bot]) in [#3931](https://github.com/jdx/mise/pull/3931) + +### Chore + +- upgrade expr by [@jdx](https://github.com/jdx) in [c06a415](https://github.com/jdx/mise/commit/c06a41544e2cb09912244efe6a8f5bcc03eb24d7) +- mise up by [@jdx](https://github.com/jdx) in [678f648](https://github.com/jdx/mise/commit/678f6489a9501b32bf3c36771977771d933f2466) +- cargo-show by [@jdx](https://github.com/jdx) in [69d44fd](https://github.com/jdx/mise/commit/69d44fd064d2fdaae08ff9ea3300a42e560630cd) +- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [ab8e9e9](https://github.com/jdx/mise/commit/ab8e9e9e429beeb23731c356537525f64bc59b28) +- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [ca2f89c](https://github.com/jdx/mise/commit/ca2f89c6cd36d828a9eab2884a3f8c9cc1fe2c19) +- remove cargo-show dependency by [@jdx](https://github.com/jdx) in [82e3390](https://github.com/jdx/mise/commit/82e3390c5fc9a97c942dc407b2073edfcb3974bc) + +### New Contributors + +- @MontakOleg made their first contribution in [#3918](https://github.com/jdx/mise/pull/3918) +- @kit494way made their first contribution in [#3943](https://github.com/jdx/mise/pull/3943) +- @benberryallwood made their first contribution in [#3937](https://github.com/jdx/mise/pull/3937) +- @xcapaldi made their first contribution in [#3938](https://github.com/jdx/mise/pull/3938) +- @auxesis made their first contribution in [#3914](https://github.com/jdx/mise/pull/3914) + ## [2025.1.0](https://github.com/jdx/mise/compare/v2024.12.24..v2025.1.0) - 2025-01-01 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 587f98e03d..c1d74f45d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,7 +2623,7 @@ dependencies = [ [[package]] name = "mise" -version = "2025.1.0" +version = "2025.1.1" dependencies = [ "base64 0.22.1", "built", diff --git a/Cargo.toml b/Cargo.toml index 2c73398cca..c84df0612d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2025.1.0" +version = "2025.1.1" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 2297488c86..97f77501d2 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.1.0 macos-arm64 (a1b2d3e 2025-01-01) +2025.1.1 macos-arm64 (a1b2d3e 2025-01-06) ``` or install a specific a version: diff --git a/aqua-registry b/aqua-registry index 42c5df96df..367509cba3 160000 --- a/aqua-registry +++ b/aqua-registry @@ -1 +1 @@ -Subproject commit 42c5df96df400c7badf7d2e42b9c2ab8c0a5af1e +Subproject commit 367509cba335d6032c1921cc4d09931ea4e15f73 diff --git a/completions/_mise b/completions/_mise index f595b8ca44..0e05a23d07 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_1_0:-}" ]] || _cache_invalid _usage_spec_mise_2025_1_0 ) \ - && ! _retrieve_cache _usage_spec_mise_2025_1_0; + if ( [[ -z "${_usage_spec_mise_2025_1_1:-}" ]] || _cache_invalid _usage_spec_mise_2025_1_1 ) \ + && ! _retrieve_cache _usage_spec_mise_2025_1_1; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2025_1_0 spec + _store_cache _usage_spec_mise_2025_1_1 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index b7243f83b9..6ea052ac4f 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,14 +6,14 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2025_1_0:-} ]]; then - _usage_spec_mise_2025_1_0="$(mise usage)" + if [[ -z ${_usage_spec_mise_2025_1_1:-} ]]; then + _usage_spec_mise_2025_1_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_1_0}" --cword="$cword" -- "${words[@]}")" + _comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2025_1_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 db0a8a1eac..7189e5c47e 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_2025_1_0 - set -g _usage_spec_mise_2025_1_0 (mise usage | string collect) +if ! set -q _usage_spec_mise_2025_1_1 + set -g _usage_spec_mise_2025_1_1 (mise usage | string collect) end -complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_0" -- (commandline -cop) (commandline -t))' +complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2025_1_1" -- (commandline -cop) (commandline -t))' diff --git a/default.nix b/default.nix index 11fc729c8c..a554f8298d 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2025.1.0"; + version = "2025.1.1"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 63e81ef669..225602f42a 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.1.0 +Version: 2025.1.1 Release: 1 URL: https://github.com/jdx/mise/ Group: System