diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5ec2c28..56b482bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2024.7.4](https://github.com/jdx/mise/compare/v2024.7.3..v2024.7.4) - 2024-07-19 + +### ๐Ÿš€ Features + +- added MISE_LIBGIT2 setting by [@jdx](https://github.com/jdx) in [#2386](https://github.com/jdx/mise/pull/2386) + +### ๐Ÿ› Bug Fixes + +- keep RUBYLIB env var by [@jdx](https://github.com/jdx) in [#2387](https://github.com/jdx/mise/pull/2387) + +### ๐Ÿ“ฆ๏ธ Dependency Updates + +- update dependency vitepress to v1.3.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2376](https://github.com/jdx/mise/pull/2376) +- update docker/build-push-action action to v6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2377](https://github.com/jdx/mise/pull/2377) + ## [2024.7.3](https://github.com/jdx/mise/compare/v2024.7.2..v2024.7.3) - 2024-07-14 ### ๐Ÿ” Other Changes diff --git a/Cargo.lock b/Cargo.lock index 5aa3df82f..7d332477b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,13 +272,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e2d530f35b40a84124146478cd16f34225306a8441998836466a2e2961c950" +checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" dependencies = [ "jobserver", "libc", - "once_cell", ] [[package]] @@ -1628,7 +1627,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.7.3" +version = "2024.7.4" dependencies = [ "assert_cmd", "base64", @@ -2550,9 +2549,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", "core-foundation", @@ -2563,9 +2562,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", @@ -3039,18 +3038,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", @@ -3117,9 +3116,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "bytes", @@ -3166,9 +3165,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28" dependencies = [ "serde", "serde_spanned", @@ -3187,9 +3186,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.15" +version = "0.22.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1" +checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" dependencies = [ "indexmap 2.2.6", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0192a82f8..9cb6ffd01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.7.3" +version = "2024.7.4" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 942ac2d73..a2ee71b0e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)): ```sh-session $ curl https://mise.run | sh $ ~/.local/bin/mise --version -mise 2024.7.3 +mise 2024.7.4 ``` or install a specific a version: @@ -44,7 +44,7 @@ or install a specific a version: ```sh-session $ curl https://mise.run | MISE_VERSION=v2024.5.16 sh $ ~/.local/bin/mise --version -mise 2024.7.3 +mise 2024.7.4 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 7d0977d29..75d0a654b 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.7.3"; + version = "2024.7.4"; src = lib.cleanSource ./.; diff --git a/docs/registry.md b/docs/registry.md index f9c3452c2..3f3b7ea5b 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -33,7 +33,7 @@ editLink: false | asciidoctorj | [asdf:gliwka/asdf-asciidoctorj](https://github.com/gliwka/asdf-asciidoctorj) | | asdf-plugin-manager | [asdf:asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | | assh | [asdf:zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | -| atlas | [asdf:pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | +| atlas | [asdf:komi1230/asdf-atlas](https://github.com/komi1230/asdf-atlas) | | auto-doc | [asdf:looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc) | | aws-amplify-cli | [asdf:LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | | aws-copilot | [asdf:NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | diff --git a/man/man1/mise.1 b/man/man1/mise.1 index eb94b6ee2..dfaa38694 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.7.3" +.TH mise 1 "mise 2024.7.4" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -192,6 +192,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.7.3 +v2024.7.4 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index dc7234734..3cbf19775 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.7.3 +Version: 2024.7.4 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/registry/README.md b/registry/README.md index 2b24864e2..453e44449 100644 --- a/registry/README.md +++ b/registry/README.md @@ -45,7 +45,7 @@ See the [org'sย readme](https://github.com/mise-plugins) for more information. | asciidoctorj | [gliwka/asdf-asciidoctorj](https://github.com/gliwka/asdf-asciidoctorj) | | asdf-plugin-manager | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | | assh | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | -| atlas | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | +| atlas | [komi1230/asdf-atlas](https://github.com/komi1230/asdf-atlas) | | auto-doc | [looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc) | | aws-copilot | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | | aws-amplify-cli | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | diff --git a/registry/plugins/atlas b/registry/plugins/atlas index 1966a4e37..c86d16c21 100644 --- a/registry/plugins/atlas +++ b/registry/plugins/atlas @@ -1 +1 @@ -repository = https://github.com/pbr0ck3r/asdf-atlas.git +repository = https://github.com/komi1230/asdf-atlas.git diff --git a/src/default_shorthands.rs b/src/default_shorthands.rs index 319c05b71..632d3a9a9 100644 --- a/src/default_shorthands.rs +++ b/src/default_shorthands.rs @@ -51,7 +51,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("asciidoctorj", "https://github.com/gliwka/asdf-asciidoctorj.git"), ("asdf-plugin-manager", "https://github.com/asdf-community/asdf-plugin-manager"), ("assh", "https://github.com/zekker6/asdf-assh.git"), - ("atlas", "https://github.com/pbr0ck3r/asdf-atlas.git"), + ("atlas", "https://github.com/komi1230/asdf-atlas.git"), ("auto-doc", "https://github.com/looztra/asdf-auto-doc.git"), ("aws-amplify-cli", "https://github.com/LozanoMatheus/asdf-aws-amplify-cli.git"), ("aws-copilot", "https://github.com/NeoHsu/asdf-copilot"),