jdx/mise v2024.1.22
What's Changed
- fix: no panic on missing current dir by @tamasfe in https://github.com/jdx/mise/pull/1462
- fix not_found handler when command start with "--" by @jdx in https://github.com/jdx/mise/pull/1464
- fix: always load global configs by @tamasfe in https://github.com/jdx/mise/pull/1466
- remove dirs_next in favor of simpler "home" crate by @jdx in https://github.com/jdx/mise/pull/1471
- rename internal MISE_BIN env var to __MISE_BIN by @jdx in https://github.com/jdx/mise/pull/1472
- allow using templates in task files by @jdx in https://github.com/jdx/mise/pull/1473
- tasks: support array of commands directly by @jdx in https://github.com/jdx/mise/pull/1474
- updated dependencies by @jdx in https://github.com/jdx/mise/pull/1475
- add support for installing directly with go modules by @endigma in https://github.com/jdx/mise/pull/1470
- ensure forge type matches by @jdx in https://github.com/jdx/mise/pull/1476
New Contributors
- @tamasfe made their first contribution in https://github.com/jdx/mise/pull/1462
- @endigma made their first contribution in https://github.com/jdx/mise/pull/1470
Full Changelog: https://github.com/jdx/mise/compare/v2024.1.21...v2024.1.22