Skip to content

v2024.12.15

Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 19 Dec 19:08
· 324 commits to main since this release
v2024.12.15
0d37f33

πŸš€ Features

πŸ› Bug Fixes

  • retain "os" options in mise up --bump by @jdx in #3688
  • unnest task cmd output by @jdx in #3691
  • ensure MISE_PROJECT_ROOT is set with no mise.toml by @jdx in #3695
  • create venv uses absolute tool paths by @syhol in #3698
  • jj repository moved to an organization by @phyrog in #3703
  • disable reverse uv syncing by @jdx in #3704
  • add full tera context to tasks by @jdx in #3708
  • powershell warning by @jdx in #3713

🚜 Refactor

  • (registry) use aqua for more tools by @scop in #3614
  • (registry) use aqua:skaji/relocatable-perl for perl by @scop in #3716
  • switch to std::sync::LazyLock by @jdx in #3707

πŸ“š Documentation

πŸ§ͺ Testing

  • fix conduit test for new structure by @jdx in 8691331

πŸ” Other Changes

New Contributors