Skip to content

v2026.1.1

Latest

Choose a tag to compare

@mise-en-dev mise-en-dev released this 08 Jan 14:04
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.
v2026.1.1
cdb60c9

2026.1.1 - 2026-01-08

πŸš€ Features

  • (config) add .miserc.toml for early initialization settings by @jdx in #7596
  • allow to include tasks from git repositories by @vmaleze in #7582

πŸ› Bug Fixes

  • (config) mise use writes to lowest precedence config file by @jdx in #7598
  • (python) sort miniconda versions by conda version instead of version string by @jdx in #7595
  • Rust channel updates installing twice by @x9xhack in #7565
  • use Bearer instead of token in authorization headers by @risu729 in #7593

πŸ“š Documentation

  • (url-replacements) document auth behaviour with url replacements by @risu729 in #7592
  • correct spelling in walkthrough.md by @tomhoover in #7581

πŸ“¦ Registry

  • Revert "fix(registry): fix biome test to handle version prefix" by @risu729 in #7586
  • use aqua backend for ty by @risu729 in #7539
  • update opencode's org from sst to anomalyco by @graelo in #7594

New Contributors