2024.6.4 - 2024-06-15
- allow glob patterns in task outputs and sources by @adamdickinson in #2286
- @adamdickinson made their first contribution in #2286
2024.6.3 - 2024-06-10
- github API rate limiting could be handled more explicitly by @roele in #2274
- group prefix not applied for script tasks by @roele in #2273
- mise plugins ls returns error immediately after install by @roele in #2271
- update dependency vitepress to v1.2.3 by @renovate[bot] in #2277
- update rust crate regex to v1.10.5 by @renovate[bot] in #2278
- update rust crate regex to v1.10.5 by @renovate[bot] in 577de17
2024.6.2 - 2024-06-07
2024.6.1 - 2024-06-03
- update rust crate demand to v1.2.4 by @renovate[bot] in #2246
- update rust crate zip to v2.1.2 by @renovate[bot] in #2247
- @chrmod made their first contribution in #2248
2024.6.0 - 2024-06-01
2024.5.28 - 2024-05-31
- download keeps failing if it takes more than 30s by @roele in #2224
- settings unset does not work by @roele in #2230
- cleaner community-developed plugin warning by @jdx in 8dcf0f3
- correct
mise use
ordering by @jdx in #2234
2024.5.27 - 2024-05-31
2024.5.26 - 2024-05-30
2024.5.25 - 2024-05-30
- clean cwd in unit tests by @jdx in #2211
- windows by @jdx in #2216
- add reset() to more tests by @jdx in #2217
- added reset() to more tests by @jdx in a22c9dd
- fix build-tarball call by @jdx in 2a4b986
- breaking use kebab-case for backend-installs by @jdx in #2218
2024.5.24 - 2024-05-28
- (pipx) version ordering by @jdx in #2209
- (use) re-use mise.toml if exists by @jdx in #2207
- mise trust works incorrectly with symlinked configuration file by @roele in #2186
- resolve macros/derived-traits from crates w/ scopes rather than globally by @donaldguy in #2198
- eliminate .tool-versions only used for jq by @donaldguy in #2195
- @donaldguy made their first contribution in #2195
2024.5.23 - 2024-05-27
- (self_update) explicitly set target since there seems to be a bug with .identifier() by @jdx in #2190
- minor race condition creating directories by @jdx in 23db391
- vendor libgit2 for precompiled binaries by @jdx in #2197
- updated zip by @jdx in #2191
- bump usage-lib by @jdx in 74fcd88
- Update bug_report.md by @jdx in 64271ed
- added git debug log by @jdx in 7df466e
- retry build-tarball by @jdx in 1acf037
2024.5.22 - 2024-05-25
- correctly use .mise/config.$MISE_ENV.toml files by @jdx in cace97b
- correctly use .mise/config.$MISE_ENV.toml files by @jdx in 262fa2e
- use async reqwest by @jdx in #2178
- sign macos binary by @jdx in 88f43f8
- use sccache by @jdx in #2183
- compile on windows by @jdx in #2184
- conditionally set sccache token by @jdx in #2188
2024.5.21 - 2024-05-23
- (git-pre-commit) rewrite existing git hook to pre-commit.old by @jdx in #2165
- handle issue running
mise install
with existing tools by @jdx in #2161
- @bklebe made their first contribution in #2173
2024.5.20 - 2024-05-21
- (prune) make it not install the world by @jdx in 78f4aec
- allow plugins overriding core plugins by @jdx in #2155
- (pipx) use python3 instead of python by @jdx in 0ff52da
- name cache steps by @jdx in 532fe90
- fix lint-fix job by @jdx in 6439ca4
- reset config after local tests by @jdx in 29077af
- fix implode running first when shuffled by @jdx in 7b07258
- added test for core plugin overloading by @jdx in 9a56129
- added shebang to e2e scripts by @jdx in #2159
2024.5.18 - 2024-05-19
- added plugin registry to docs by @jdx in #2138
- added registry command by @jdx in #2147
- pre-commit and github action generate commands by @jdx in #2144
- raise error if resolve fails and is a CLI argument by @jdx in #2136
- clean up architectures for precompiled binaries by @jdx in #2137
- add target and other configs to cache key logic by @jdx in #2141
2024.5.17 - 2024-05-18
- allow install specific version from https://mise.run #1800 by @Its-Alex in #2123
- confirm all plugins by @roele in #2126
- allow ignore missing plugin by @roele in #2127
- pass MISE_LOG_LEVEL through by @jdx in 7dea795
- make unit tests work shuffled by @jdx in #2133
- ensure tests reset by @jdx in #2134
- ensure tests reset by @jdx in feeaf8f
- clean up .test.mise.toml file by @jdx in c41e0a3
2024.5.16 - 2024-05-15
- @vrslev made their first contribution in #2116
2024.5.15 - 2024-05-14
- fail-fast by @jdx in 2338376
- update deno version by @jdx in 71f5480
- check plugin dependencies with python and pipx. by @Adirelle in #2109
- wait a bit longer before retrying e2e test failures by @jdx in d098c86
- optimize imports by @jdx in 892184f
- optimize imports by @jdx in 54bfee6
- automatically optimize imports by @jdx in #2113
- fix release-plz with nightly rustfmt by @jdx in 0b6521a
2024.5.14 - 2024-05-14
- (erlang) make erlang core plugin stable by @jdx in d4bde6a
- (python) make python_compile 3-way switch by @jdx in #2100
- raise warning instead if install default gems failed by @jiz4oh in 83350be
- (python) correct flavor for macos-x64 by @jdx in #2104
- warn if failure installing default packages by @jdx in #2102
- hide missing runtime warning in shim context by @jdx in #2103
- handle tool_version parse failures by @jdx in #2105
- @jiz4oh made their first contribution
2024.5.13 - 2024-05-14
2024.5.12 - 2024-05-13
2024.5.11 - 2024-05-13
- (exec) do not default to "latest" if a version is already configured by @jdx in f55e8ef
- (self_update) downgrade reqwest by @jdx in 0e17a84
- prompt to trust config files with env vars by @jdx in 55b3a4b
2024.5.10 - 2024-05-13
- update rust crate xx to v1 by @renovate[bot] in #2081
2024.5.9 - 2024-05-12
.
inlist-bin-paths
was taken as is to formPATH
by @FranklinYinanDing in #2077
- use fd instead of find for macos compat by @jdx in #2074
- test_java_corretto is not slow by @jdx in 92267b1
- mark some e2e tests slow by @jdx in 99f9454
- mark test_pipx as slow by @jdx in ced564a
- add homebrew to e2e PATH by @jdx in f1c7fb3
- add fd to e2e-linux jobs by @jdx in 9f57dae
- bump usage-lib by @jdx in #2078
- add permissions for pr comment tool by @jdx in 64cb8da
- @FranklinYinanDing made their first contribution in #2077
2024.5.8 - 2024-05-12
- use correct url for aur-bin by @jdx in a683c15
- handle race condition when initializing backends with dependencies by @jdx in #2071
2024.5.7 - 2024-05-12
2024.5.6 - 2024-05-12
- (e2e) fix mise path by @jdx in f6de41a
- isolation of end-to-end tests by @Adirelle in #2047
- simplify release e2e jobs by @jdx in b97a0bb
- (aur) added usage as optional dependency by @jdx in 5280ece
- (codacy) fix codacy on forks by @jdx in c70d567
- switch back to secret for codacy by @jdx in 7622cfb
- added semantic-pr check by @jdx in #2063
- fix whitespace by @jdx in 3eadcb5
2024.5.5 - 2024-05-12
- (pipx) remove unneeded unwrap by @jdx in 273c73d
- resolve bug with backends not resolving mise-installed tools by @jdx in #2059
- move opts from ToolVersion to ToolVersionRequest struct by @jdx in #2057
- remove use of mutex by @jdx in 278d028
- Commit from GitHub Actions (test) by @mise-en-dev in 695f851
- Merge pull request #2019 from jdx/release by @jdx in 6bbd3d1
- include symlink error context in error message by @KlotzAndrew in ddd58fc
- Merge pull request #2040 from KlotzAndrew/aklotz/show_symlink_error by @jdx in e71a8a0
- continue git subtree on error by @jdx in a2c590c
- squash registry by @jdx in 143ea6e
- reclone registry in release-plz job by @jdx in 05848a5
- reclone registry in release-plz job by @jdx in c020c1e
- updated changelog by @jdx in 0465520
- show bash trace in release-plz by @jdx in 8a322bc
- @KlotzAndrew made their first contribution