Skip to content

v2024.10.8

Latest
Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 22 Oct 14:13
· 3 commits to main since this release
v2024.10.8
f95281a

🚀 Features

  • allow config ls to return JSON by @roele in #2775
  • allow config ls to return JSON by @roele in #2776
  • add {MISE_CONFIG_DIR}/config.{MISE_ENV}.local.toml to config lookup by @roele in #2783

🐛 Bug Fixes

  • trim "v" prefix for ubi backend tools by @jdx in #2765
  • Use ubi for sentry-cli by @jahands in #2767
  • reset color of task prefixes by @jdx in #2772
  • installing from behind a proxy shows git clone errors and does not work by @roele in #2782
  • installing jq via new built-in ubi fails by @roele in #2771

📚 Documentation

🔍 Other Changes

New Contributors