Skip to content

Releases: jdx/mise

v2024.5.4

11 May 23:44
v2024.5.4
185ffc6
Compare
Choose a tag to compare

🚀 Features

  • add more directory env var configs by @jdx in #2056

🚜 Refactor

  • move opts from ToolVersion to ToolVersionRequest struct by @jdx in #2057
  • remove use of mutex by @jdx in 278d028

📚 Documentation

🔍 Other Changes

New Contributors

v2024.5.3

07 May 00:09
Compare
Choose a tag to compare

🚀 Features

  • (env) supports glob patterns in env._.file and env._.source (fix #1916) by @noirbizarre in #2016
  • cleanup invalid symlinks in .local/state/mise/(tracked|trusted)-configs by @roele in #2036

🐛 Bug Fixes

  • (plugin-update) Handle errors from the underlying plugin updates by @offbyone in #2024
  • backend install directory not removed if empty by @roele in #2018
  • mise trust doesn't handle relative paths by @roele in #2037

🔍 Other Changes

📦️ Dependency Updates

New Contributors

v2024.5.2

02 May 02:01
v2024.5.2
2576af6
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (self_update) show --version param by @jdx in #2013

v2024.5.1

02 May 01:05
v2024.5.1
e5368f7
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (ruby) handle github rate limits when fetching ruby-build version by @jdx in 4a538a7
  • (ruby) attempt to update ruby-build if it cannot check version by @jdx in 9f6e2ef
  • prevent crashing if "latest" is not a symlink by @jdx in 91291e0
  • edge case around "latest" being the "latest" version by @jdx in 33f5473
  • show source file on resolve error by @jdx in 881dbeb

📚 Documentation

  • (python) warn about precompiled python and poetry by @jdx in 3c07dce

🧪 Testing

🔍 Other Changes

  • (release) disable cache by @jdx in b69edc6
  • (ruby) change ruby-build update failure to warn-level by @jdx in d6f7f22

v2024.5.0

01 May 22:50
v2024.5.0
73e1ca8
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (release) use target/release dir by @jdx in e6448b3
  • (release) fixed the "serious" profile by @jdx in 487a1a0

🔍 Other Changes

📦️ Dependency Updates

v2024.4.12

30 Apr 23:02
v2024.4.12
b4fe689
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (self_update) downgrade to fix signature verification issue by @jdx in dbe1971

v2024.4.11

30 Apr 15:44
v2024.4.11
e709801
Compare
Choose a tag to compare

🐛 Bug Fixes

🧪 Testing

  • (java) added e2e test for corretto-8 shorthand by @jdx in #1995

🔍 Other Changes

📦️ Dependency Updates

v2024.4.10

29 Apr 23:04
v2024.4.10
63fbd1b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (docker) create path to cargo registry cache by @jdx in ed91c1c

🔍 Other Changes

  • Revert "fix(java): inconsistent version resolution " by @jdx in #1993

v2024.4.9

29 Apr 16:44
v2024.4.9
bb47e7b
Compare
Choose a tag to compare

🚀 Features

  • (node) support comments in .nvmrc/.node-version by @jdx in 5915ae0
  • cli command for listing backends by @roele in #1989

🐛 Bug Fixes

  • (ci) git2 reference by @jdx in #1961
  • (docker) Ensure the e2e tests pass in the dev container by @Adirelle in #1942
  • (java) inconsistent version resolution by @roele in #1957
  • (zig) can't install zig@master from v2024.4.6 by @roele in #1958
  • use mise fork of asdf-maven by @jdx in 5a01c1b
  • deal with missing go/cargo/npm/etc in backends by @jdx in #1976
  • mise doesn't change the trust hash file by @roele in #1979

🚜 Refactor

🧪 Testing

  • added cache for docker tests by @jdx in #1977

🔍 Other Changes

📦️ Dependency Updates

New Contributors

v2024.4.8

23 Apr 01:13
v2024.4.8
d04339c
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

📚 Documentation

  • (changelog) reorder changelog topics by @jdx in #1939
  • fixed asdf-xcbeautify url by @jdx in d4134bc

🔍 Other Changes

New Contributors