diff --git a/CHANGELOG.md b/CHANGELOG.md index e049a4687..174533162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,59 @@ All notable changes to this project will be documented in this file. +--- +## [2024.3.3](https://github.com/jdx/mise/compare/v2024.3.2..v2024.3.3) - 2024-03-17 + +### ๐Ÿš€ Features + +- very basic dependency support (#1788) - ([7a53a44](https://github.com/jdx/mise/commit/7a53a44c5bbbea7eed281536d869ec4f39de2527)) - jdx + +### ๐Ÿ› Bug Fixes + +- update shorthand for rabbitmq (#1784) - ([d232859](https://github.com/jdx/mise/commit/d232859b5334462a84df8f1f0b4189576712f571)) - roele +- display error message from calling usage (#1786) - ([63fc69b](https://github.com/jdx/mise/commit/63fc69bc751e6ed182243a6021995821d5f4611e)) - jdx +- automatically trust config files in CI (#1791) - ([80b340d](https://github.com/jdx/mise/commit/80b340d8f4a548caa71685a6fca925e2657345dc)) - jdx + +### ๐Ÿšœ Refactor + +- move lint tasks from just to mise - ([4f78a8c](https://github.com/jdx/mise/commit/4f78a8cb648246e3f204b426c57662076cc17d5d)) - jdx + +### ๐Ÿ“š Documentation + +- **(changelog)** use github handles - ([b5ef2f7](https://github.com/jdx/mise/commit/b5ef2f7976e04bf11889062181fc32574eff834a)) - jdx + +### ๐ŸŽจ Styling + +- add mise tasks to editorconfig - ([dae8ece](https://github.com/jdx/mise/commit/dae8ece2d891100f86cecea5920bc423e0f4d053)) - jdx +- run lint-fix which has changed slightly - ([6e8dd2f](https://github.com/jdx/mise/commit/6e8dd2fe24adf6d44a17a460c1054738e58f4306)) - jdx +- apply editorconfig changes - ([962bed0](https://github.com/jdx/mise/commit/962bed061ab9218f679f20aa5c53e905981133e0)) - jdx +- new git-cliff format - ([854a4fa](https://github.com/jdx/mise/commit/854a4fae9255968887dc0b0647c993f633666442)) - jdx +- ignore CHANGELOG.md style - ([790cb91](https://github.com/jdx/mise/commit/790cb91a210f5d1d37f4c933798c1802583db753)) - jdx + +### ๐Ÿงช Testing + +- **(mega-linter)** do not use js-standard linter - ([6b63346](https://github.com/jdx/mise/commit/6b63346bdd985964bc824eff03973d2d58d1ad28)) - jdx +- **(mega-linter)** ignore CHANGELOG.md - ([b63b3ac](https://github.com/jdx/mise/commit/b63b3aca3c597ee95db80613b2ea8ca19f0e74c3)) - jdx + +### โš™๏ธ Miscellaneous Tasks + +- **(release-plz)** removed some debugging logic - ([f7d7bea](https://github.com/jdx/mise/commit/f7d7bea616c13b31318f2e7da287aa71face8e57)) - jdx +- **(release-plz)** show actual version in PR body - ([e1ef708](https://github.com/jdx/mise/commit/e1ef708745e79bd019c77740820daefca5491b2e)) - jdx +- **(release-plz)** tweaking logic to prevent extra PR - ([8673000](https://github.com/jdx/mise/commit/86730008cd2f60d2767296f97175805225c83951)) - jdx +- **(release-plz)** make logic work for calver - ([890c919](https://github.com/jdx/mise/commit/890c919081f984f3d506c2b1d2712c8cff6f5e6b)) - jdx +- **(release-plz)** make logic work for calver - ([bb5a178](https://github.com/jdx/mise/commit/bb5a178b0642416d0e3dac8a9162a9f0732cf146)) - jdx +- **(release-plz)** fix git diffs - ([6c7e779](https://github.com/jdx/mise/commit/6c7e77944a24b289aaba887f64b7f3c63cb9e5ab)) - jdx +- **(test)** cache mise installed tools - ([0e433b9](https://github.com/jdx/mise/commit/0e433b975a5d8c28ae5c0cbd86d3b19e03146a83)) - jdx +- cargo update - ([6391239](https://github.com/jdx/mise/commit/639123930eec8e057de7da790cb71d4a2b9e17a2)) - jdx +- install tools before unit tests - ([f7456eb](https://github.com/jdx/mise/commit/f7456ebc539a4b27ec067bc480bc0aba1466e55b)) - jdx +- added git-cliff - ([0ccdf36](https://github.com/jdx/mise/commit/0ccdf36df153ddc3ac1a2714ee9b4a2116dfc918)) - jdx +- ensure `mise install` is run before lint-fix - ([e8a172f](https://github.com/jdx/mise/commit/e8a172f98ebc837619f3766777e489f3b99f36f4)) - jdx +- added release-plz workflow (#1787) - ([83fe1ec](https://github.com/jdx/mise/commit/83fe1ecc266caf094fc1cfb251ef1c0cc35afe1b)) - jdx + +### Outdated + +- add --json flag (#1785) - ([ec8dbdf](https://github.com/jdx/mise/commit/ec8dbdf0659a73ba64ca8a5bd1bf0e021fce0b4b)) - jdx + --- ## [2024.3.2](https://github.com/jdx/mise/compare/v2024.3.1..v2024.3.2) - 2024-03-15 @@ -577,4 +630,23 @@ All notable changes to this project will be documented in this file. - disable dashboard - ([2c569fc](https://github.com/jdx/mise/commit/2c569fc01a77987e6823dc749eb917f1fe5a0cf0)) - jdx - disable dashboard - ([400ac0a](https://github.com/jdx/mise/commit/400ac0a0ff64cf5a6846f662df5dc432237e87b2)) - jdx +--- +## [2024.0.0] - 2023-12-31 + +### ๐Ÿ“š Documentation + +- reference new docs url - ([5532b2a](https://github.com/jdx/mise/commit/5532b2a1c2824537e6e03928f5dafd559bd46455)) - jdx + +### โš™๏ธ Miscellaneous Tasks + +- Release rtx-cli version 2024.0.0 - ([adc8160](https://github.com/jdx/mise/commit/adc8160213e55c10b0842a4e68fc223daad27d41)) - jdx + +### Node + +- remove node-build support (#1304) - ([be5226f](https://github.com/jdx/mise/commit/be5226fb7eed5c0d2e5fa34c88021d11e9702448)) - jdx + +### Task + +- read RTX_TASK_OUTPUT as lowercase (#1288) - ([1186a6b](https://github.com/jdx/mise/commit/1186a6bc430483bc55b4b904c298b8c462e0cceb)) - jdx + diff --git a/Cargo.lock b/Cargo.lock index b647be984..c90cf702d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.3.2" +version = "2024.3.3" dependencies = [ "assert_cmd", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index 2a25fed66..fe1b31469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.3.2" +version = "2024.3.3" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index bba2b88ad..81b40591f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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.3.2 +mise 2024.3.3 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 62a23d632..eaec514f4 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.3.2"; + version = "2024.3.3"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 8ec7de58c..236c14cc1 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.3.2" +.TH mise 1 "mise 2024.3.3" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -183,6 +183,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.3.2 +v2024.3.3 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 1a5fcb3fa..36e7d88d2 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.3.2 +Version: 2024.3.3 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/src/default_shorthands.rs b/src/default_shorthands.rs index b2552039a..bb1b5adf8 100644 --- a/src/default_shorthands.rs +++ b/src/default_shorthands.rs @@ -5,7 +5,7 @@ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !GENERATED FILE! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -// This file is generated by scripts/update-shorthand-repo.sh +// This file is generated by .mise/tasks/update-shorthand-repo // DO NOT EDIT THIS FILE MANUALLY. YOUR PR WILL BE REJECTED. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !GENERATED FILE! @@ -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"), + ("R", "https://github.com/asdf-community/asdf-r.git"), ("act", "https://github.com/grimoh/asdf-act.git"), ("action-validator", "https://github.com/mpalmer/action-validator.git"), ("actionlint", "https://github.com/crazy-matt/asdf-actionlint.git"), @@ -432,6 +433,7 @@ pub static DEFAULT_SHORTHANDS: Lazy> = ("ls-lint", "https://github.com/Ameausoone/asdf-ls-lint.git"), ("lua", "https://github.com/Stratus3D/asdf-lua.git"), ("lua-language-server", "https://github.com/bellini666/asdf-lua-language-server"), + ("luaJIT", "https://github.com/smashedtoatoms/asdf-luaJIT.git"), ("luajit", "https://github.com/smashedtoatoms/asdf-luaJIT.git"), ("lucy", "https://github.com/cometkim/asdf-lucy.git"), ("maestro", "https://github.com/dotanuki-labs/asdf-maestro.git"), @@ -776,6 +778,7 @@ pub static TRUSTED_SHORTHANDS: Lazy> = "packer", "pipenv", "poetry", + "rabbitmq", "sentinel", "serf", "terraform",