๐ Features
- ignore config files after not trusting them by @jdx in #3128
- task vars by @jdx in #3130
- verify aqua packages with cosign and/or slsa when available by @jdx in #3151
- added
task_skip
setting by @jdx in #3154 - allow calling
mise settings foo=bar
as shorthand by @jdx in #3155
๐ Bug Fixes
- (cargo) added extra tool opts by @jdx in #3144
- hide MISE_GITHUB_TOKEN from
mise dr
by @jdx in #3135 - show password prompt when cloning and libgit2 is disabled by @jdx in #3138
- keep tools sorted by @jdx in #3148
- only use mise.toml files with lockfiles by @jdx in #3150
๐ Documentation
๐งช Testing
๐ Other Changes
- Add note about how config values are template but not the file itself by @syhol in #3137
- bump usage by @jdx in #3139
- simplify render:settings task by @jdx in #3142
- use versions host more to avoid rate limiting by @jdx in #3145
- simplify release-plz output by @mise-en-dev in b5bdf53
- disable versions host for
mise test-tool
by @mise-en-dev in c4d487e - cache mise tools by @jdx in #3147
- ran
pre-commit run --all-files
against codebase by @jdx in #3141 - run autofix on windows by @jdx in #3153