diff --git a/CHANGELOG.md b/CHANGELOG.md index d60158601..b7524ce2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [2024.8.10](https://github.com/jdx/mise/compare/v2024.8.9..v2024.8.10) - 2024-08-18 + +### 🚀 Features + +- python on windows by [@jdx](https://github.com/jdx) in [2d4cee2](https://github.com/jdx/mise/commit/2d4cee239f8e7d53f7be176369f6e2502f3c3032) + +### 🐛 Bug Fixes + +- hide non-working core plugins on windows by [@jdx](https://github.com/jdx) in [16a08fc](https://github.com/jdx/mise/commit/16a08fc0fa00fc8f9751f7a25cc4f5f5fc87b94d) +- windows compat by [@jdx](https://github.com/jdx) in [2084a37](https://github.com/jdx/mise/commit/2084a37436fd7f7af8958501adc7b6535f608816) +- vfox tweaks by [@jdx](https://github.com/jdx) in [c260ab2](https://github.com/jdx/mise/commit/c260ab220a31241eaca971d6ddf4046f1f57865b) +- remove windows warning by [@jdx](https://github.com/jdx) in [9be937e](https://github.com/jdx/mise/commit/9be937e15dece684c574bcccd6f66499361cb935) + +### 📚 Documentation + +- windows by [@jdx](https://github.com/jdx) in [437b63c](https://github.com/jdx/mise/commit/437b63cff94b5302a0527881d6b6e461e1e4d628) + +### 🧪 Testing + +- fixing tests by [@jdx](https://github.com/jdx) in [1206497](https://github.com/jdx/mise/commit/12064971a43f74cdb0f34276e07fb02aaf240096) +- reset test by [@jdx](https://github.com/jdx) in [c740cfd](https://github.com/jdx/mise/commit/c740cfddf45703444a52388d899c1deb52b73134) + +### 🔍 Other Changes + +- clippy by [@jdx](https://github.com/jdx) in [ee005ff](https://github.com/jdx/mise/commit/ee005ffac65093aad8949cdbfaf0761df4595851) +- fix windows build by [@jdx](https://github.com/jdx) in [28c5cb6](https://github.com/jdx/mise/commit/28c5cb64bd6506bf6db08769885d65c192fb20ce) +- set GITHUB_TOKEN in release task by [@jdx](https://github.com/jdx) in [0ae049b](https://github.com/jdx/mise/commit/0ae049baedaf2daf3056ec7d2043a8ba27f09df1) + ## [2024.8.9](https://github.com/jdx/mise/compare/v2024.8.8..v2024.8.9) - 2024-08-18 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 756718196..01df04ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1927,7 +1927,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.8.9" +version = "2024.8.10" dependencies = [ "assert_cmd", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2cfc9f582..a596852f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.8.9" +version = "2024.8.10" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 61b475dd4..011e3a089 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.8.9 +mise 2024.8.10 ``` 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.8.9 +mise 2024.8.10 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 7d90cf72e..ad1286346 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.8.9"; + version = "2024.8.10"; src = lib.cleanSource ./.; diff --git a/docs/registry.md b/docs/registry.md index efb0ce148..720598e63 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -4,6 +4,7 @@ editLink: false | Short | Full | | ----------- | --------------- | | 1password-cli | [asdf:NeoHsu/asdf-1password-cli](https://github.com/NeoHsu/asdf-1password-cli) | +| aapt2 | [asdf:ronnnnn/asdf-aapt2](https://github.com/ronnnnn/asdf-aapt2) | | act | [asdf:gr1m0h/asdf-act](https://github.com/gr1m0h/asdf-act) | | action-validator | [asdf:mpalmer/action-validator](https://github.com/mpalmer/action-validator) | | actionlint | [asdf:crazy-matt/asdf-actionlint](https://github.com/crazy-matt/asdf-actionlint) | @@ -26,6 +27,7 @@ editLink: false | apollo-ios-cli | [asdf:MacPaw/asdf-apollo-ios-cli](https://github.com/MacPaw/asdf-apollo-ios-cli) | | apollo-router | [asdf:safx/asdf-apollo-router](https://github.com/safx/asdf-apollo-router) | | arc | [asdf:ORCID/asdf-arc](https://github.com/ORCID/asdf-arc) | +| arduino-cli | [asdf:egnor/asdf-arduino-cli](https://github.com/egnor/asdf-arduino-cli) | | argo | [asdf:sudermanjr/asdf-argo](https://github.com/sudermanjr/asdf-argo) | | argo-rollouts | [asdf:abatilo/asdf-argo-rollouts](https://github.com/abatilo/asdf-argo-rollouts) | | argocd | [asdf:beardix/asdf-argocd](https://github.com/beardix/asdf-argocd) | diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 3183f8cb5..4748e1ac5 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.8.9" +.TH mise 1 "mise 2024.8.10" .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.8.9 +v2024.8.10 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index fab0513f5..a1a52e93d 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.8.9 +Version: 2024.8.10 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/registry/README.md b/registry/README.md index 888475496..8bbc6f155 100644 --- a/registry/README.md +++ b/registry/README.md @@ -15,6 +15,7 @@ See the [org's readme](https://github.com/mise-plugins) for more information. | .Net | [hensou/asdf-dotnet](https://github.com/hensou/asdf-dotnet) | | .Net Core | [emersonsoares/asdf-dotnet-core](https://github.com/emersonsoares/asdf-dotnet-core) | | 1password-cli | [NeoHsu/asdf-1password-cli](https://github.com/NeoHsu/asdf-1password-cli) | +| AAPT2 | [ronnnnn/asdf-aapt2](https://github.com/ronnnnn/asdf-aapt2) | | act | [gr1m0h/asdf-act](https://github.com/gr1m0h/asdf-act) | | action-validator | [mpalmer/action-validator](https://github.com/mpalmer/action-validator) | | actionlint | [crazy-matt/asdf-actionlint](https://github.com/crazy-matt/asdf-actionlint) | @@ -38,6 +39,7 @@ See the [org's readme](https://github.com/mise-plugins) for more information. | apollo-ios-cli | [MacPaw/asdf-apollo-ios-cli](https://github.com/MacPaw/asdf-apollo-ios-cli) | | Apollo Router | [safx/asdf-apollo-router](https://github.com/safx/asdf-apollo-router) | | arc | [ORCID/asdf-arc](https://github.com/ORCID/asdf-arc) | +| Arduino CLI | [egnor/asdf-arduino-cli](https://github.com/egnor/asdf-arduino-cli) | | argo | [sudermanjr/asdf-argo](https://github.com/sudermanjr/asdf-argo) | | argo-rollouts | [abatilo/asdf-argo-rollouts](https://github.com/abatilo/asdf-argo-rollouts) | | argocd | [beardix/asdf-argocd](https://github.com/beardix/asdf-argocd) | diff --git a/registry/plugins/aapt2 b/registry/plugins/aapt2 new file mode 100644 index 000000000..10fd05319 --- /dev/null +++ b/registry/plugins/aapt2 @@ -0,0 +1 @@ +repository = https://github.com/ronnnnn/asdf-aapt2.git diff --git a/registry/plugins/arduino-cli b/registry/plugins/arduino-cli new file mode 100644 index 000000000..a40939db4 --- /dev/null +++ b/registry/plugins/arduino-cli @@ -0,0 +1 @@ +repository = https://github.com/egnor/asdf-arduino-cli diff --git a/src/default_shorthands.rs b/src/default_shorthands.rs index 1beaff873..f81b2d84e 100644 --- a/src/default_shorthands.rs +++ b/src/default_shorthands.rs @@ -22,6 +22,7 @@ use std::collections::{HashMap, HashSet}; pub static DEFAULT_SHORTHANDS: Lazy> = Lazy::new(|| HashMap::from([ ("1password-cli", "https://github.com/NeoHsu/asdf-1password-cli.git"), + ("aapt2", "https://github.com/ronnnnn/asdf-aapt2.git"), ("act", "https://github.com/gr1m0h/asdf-act.git"), ("action-validator", "https://github.com/mpalmer/action-validator.git"), ("actionlint", "https://github.com/crazy-matt/asdf-actionlint.git"), @@ -44,6 +45,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("apollo-ios-cli", "https://github.com/MacPaw/asdf-apollo-ios-cli"), ("apollo-router", "https://github.com/safx/asdf-apollo-router.git"), ("arc", "https://github.com/ORCID/asdf-arc.git"), + ("arduino-cli", "https://github.com/egnor/asdf-arduino-cli"), ("argo", "https://github.com/sudermanjr/asdf-argo.git"), ("argo-rollouts", "https://github.com/abatilo/asdf-argo-rollouts.git"), ("argocd", "https://github.com/beardix/asdf-argocd.git"),