From 2802d908d32717fdfcc3e067ac1070eb09ffc3b8 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Wed, 20 Nov 2024 15:08:01 -0600 Subject: [PATCH] chore: release 2024.11.19 (#3092) --- CHANGELOG.md | 56 +++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 18 ++++++------- Cargo.toml | 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 +- 9 files changed, 79 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b37af95..cdb759341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2024.11.19](https://github.com/jdx/mise/compare/v2024.11.18..v2024.11.19) - 2024-11-20 + +### ๐Ÿš€ Features + +- checksums in lockfile by [@jdx](https://github.com/jdx) in [#3096](https://github.com/jdx/mise/pull/3096) +- allow specifying asdf plugins with full urls by [@jdx](https://github.com/jdx) in [#3067](https://github.com/jdx/mise/pull/3067) +- use aqua for etcd by [@jdx](https://github.com/jdx) in [#3101](https://github.com/jdx/mise/pull/3101) + +### ๐Ÿ› Bug Fixes + +- sort some information in `mise dr` by [@jdx](https://github.com/jdx) in [#3093](https://github.com/jdx/mise/pull/3093) +- lockfile with "latest" versions by [@jdx](https://github.com/jdx) in [#3088](https://github.com/jdx/mise/pull/3088) +- allow tasks to depend on themselves by [@jdx](https://github.com/jdx) in [#3100](https://github.com/jdx/mise/pull/3100) + +### ๐Ÿ“š Documentation + +- update comparison-to-asdf.md - add link to faq: migration from asdf by [@muescha](https://github.com/muescha) in [#3095](https://github.com/jdx/mise/pull/3095) + +### ๐Ÿงช Testing + +- remove unnecessary link test by [@jdx](https://github.com/jdx) in [164b5e8](https://github.com/jdx/mise/commit/164b5e84a81c6729b7fdc790cab83263d85193a0) + ## [2024.11.18](https://github.com/jdx/mise/compare/v2024.11.17..v2024.11.18) - 2024-11-19 ### ๐Ÿš€ Features @@ -401,6 +423,7 @@ ### New Contributors +- @hverlin made their first contribution in [#2891](https://github.com/jdx/mise/pull/2891) - @liskin made their first contribution in [#2892](https://github.com/jdx/mise/pull/2892) - @SolitudeSF made their first contribution in [#2857](https://github.com/jdx/mise/pull/2857) - @glasser made their first contribution in [#2872](https://github.com/jdx/mise/pull/2872) @@ -421,6 +444,10 @@ - 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 @@ -560,6 +587,8 @@ ### New Contributors +- @yodatak made their first contribution in [#2792](https://github.com/jdx/mise/pull/2792) +- @BurnerWah made their first contribution in [#2794](https://github.com/jdx/mise/pull/2794) - @rgeraskin made their first contribution in [#2790](https://github.com/jdx/mise/pull/2790) ## [2024.10.8](https://github.com/jdx/mise/compare/v2024.10.7..v2024.10.8) - 2024-10-22 @@ -726,6 +755,10 @@ - move /.mise/tasks to /tasks by [@jdx](https://github.com/jdx) in [#2728](https://github.com/jdx/mise/pull/2728) +### New Contributors + +- @risu729 made their first contribution in [#2729](https://github.com/jdx/mise/pull/2729) + ## [2024.10.1](https://github.com/jdx/mise/compare/v2024.10.0..v2024.10.1) - 2024-10-07 ### ๐Ÿš€ Features @@ -746,6 +779,10 @@ - fix snapshots by [@jdx](https://github.com/jdx) in [e1bc269](https://github.com/jdx/mise/commit/e1bc269b2d40bac21208969f8fb2c744586d8ed1) - reset test by [@jdx](https://github.com/jdx) in [b06878d](https://github.com/jdx/mise/commit/b06878dcadfd8a0edc80ea39381f534435f24736) +### New Contributors + +- @finalchild made their first contribution in [#2711](https://github.com/jdx/mise/pull/2711) + ## [2024.10.0](https://github.com/jdx/mise/compare/v2024.9.13..v2024.10.0) - 2024-10-03 ### ๐Ÿ› Bug Fixes @@ -799,6 +836,10 @@ - updated usage by [@jdx](https://github.com/jdx) in [1764c8b](https://github.com/jdx/mise/commit/1764c8bba912b59d61f87bd0f10e488a918e12ca) - updated usage by [@jdx](https://github.com/jdx) in [9c18637](https://github.com/jdx/mise/commit/9c18637c52cbdabd81ab84167f94d4578662a995) +### New Contributors + +- @TobiX made their first contribution in [#2684](https://github.com/jdx/mise/pull/2684) + ## [2024.9.12](https://github.com/jdx/mise/compare/v2024.9.11..v2024.9.12) - 2024-09-29 ### ๐Ÿš€ Features @@ -1095,6 +1136,7 @@ ### New Contributors +- @Shobhit0109 made their first contribution in [#2542](https://github.com/jdx/mise/pull/2542) - @xavdid made their first contribution in [#2532](https://github.com/jdx/mise/pull/2532) - @stanhu made their first contribution in [#2524](https://github.com/jdx/mise/pull/2524) @@ -1155,6 +1197,7 @@ ### New Contributors - @mcallaway made their first contribution in [#2511](https://github.com/jdx/mise/pull/2511) +- @antoniomdk made their first contribution in [#2509](https://github.com/jdx/mise/pull/2509) ## [2024.8.13](https://github.com/jdx/mise/compare/v2024.8.12..v2024.8.13) - 2024-08-26 @@ -1426,6 +1469,10 @@ - Use correct capitalization of GitHub by [@jahands](https://github.com/jahands) in [#2372](https://github.com/jdx/mise/pull/2372) - loosen git2 requirements by [@jdx](https://github.com/jdx) in [#2374](https://github.com/jdx/mise/pull/2374) +### New Contributors + +- @jahands made their first contribution in [#2372](https://github.com/jdx/mise/pull/2372) + ## [2024.7.2](https://github.com/jdx/mise/compare/v2024.7.1..v2024.7.2) - 2024-07-13 ### ๐Ÿš€ Features @@ -1483,6 +1530,10 @@ - Fixes nix flake by [@laozc](https://github.com/laozc) in [#2305](https://github.com/jdx/mise/pull/2305) +### New Contributors + +- @laozc made their first contribution in [#2305](https://github.com/jdx/mise/pull/2305) + ## [2024.6.4](https://github.com/jdx/mise/compare/v2024.6.3..v2024.6.4) - 2024-06-15 ### ๐Ÿ› Bug Fixes @@ -1547,6 +1598,7 @@ ### New Contributors - @chrmod made their first contribution in [#2248](https://github.com/jdx/mise/pull/2248) +- @kattouf made their first contribution in [#2241](https://github.com/jdx/mise/pull/2241) ## [2024.6.0](https://github.com/jdx/mise/compare/v2024.5.28..v2024.6.0) - 2024-06-01 @@ -1783,6 +1835,10 @@ - add rustfmt to release-plz by [@jdx](https://github.com/jdx) in [2d530f6](https://github.com/jdx/mise/commit/2d530f645b6263c6162380684ab7914efc3dce39) +### New Contributors + +- @vrslev made their first contribution in [#2116](https://github.com/jdx/mise/pull/2116) + ## [2024.5.15](https://github.com/jdx/mise/compare/v2024.5.14..v2024.5.15) - 2024-05-14 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 9597ec43d..427cda593 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,9 +676,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" +checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" dependencies = [ "quote", "syn 2.0.87", @@ -1696,9 +1696,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" [[package]] name = "jobserver" @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.11.18" +version = "2024.11.19" dependencies = [ "assert_cmd", "base64", @@ -3429,9 +3429,9 @@ dependencies = [ [[package]] name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] @@ -3998,9 +3998,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-segmentation" diff --git a/Cargo.toml b/Cargo.toml index 250911023..fa7856d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.11.18" +version = "2024.11.19" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/completions/_mise b/completions/_mise index 437b146ad..a92b7c078 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_18:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_18 ) \ - && ! _retrieve_cache _usage_spec_mise_2024_11_18; + if ( [[ -z "${_usage_spec_mise_2024_11_19:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_19 ) \ + && ! _retrieve_cache _usage_spec_mise_2024_11_19; then spec="$(mise usage)" - _store_cache _usage_spec_mise_2024_11_18 spec + _store_cache _usage_spec_mise_2024_11_19 spec fi _arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))" diff --git a/completions/mise.bash b/completions/mise.bash index 2537c04c2..5e4612a10 100644 --- a/completions/mise.bash +++ b/completions/mise.bash @@ -6,11 +6,11 @@ _mise() { return 1 fi - if [[ -z ${_usage_spec_mise_2024_11_18:-} ]]; then - _usage_spec_mise_2024_11_18="$(mise usage)" + if [[ -z ${_usage_spec_mise_2024_11_19:-} ]]; then + _usage_spec_mise_2024_11_19="$(mise usage)" fi - COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_18}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) + COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_19}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) ) if [[ $? -ne 0 ]]; then unset COMPREPLY fi diff --git a/completions/mise.fish b/completions/mise.fish index dceacfed8..74ec2c833 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_18 - set -g _usage_spec_mise_2024_11_18 (mise usage | string collect) +if ! set -q _usage_spec_mise_2024_11_19 + set -g _usage_spec_mise_2024_11_19 (mise usage | string collect) end -complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_18" -- (commandline -cop) (commandline -t))' +complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_19" -- (commandline -cop) (commandline -t))' diff --git a/default.nix b/default.nix index d43e584bb..e67d3836c 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.11.18"; + version = "2024.11.19"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 574d8672c..8b867ad75 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.18" +.TH mise 1 "mise 2024.11.19" .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.18 +v2024.11.19 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 697fcbd11..ddcca14ab 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.18 +Version: 2024.11.19 Release: 1 URL: https://github.com/jdx/mise/ Group: System