- A module in dev mode now sees every branch on its remote. Switching a
module to dev mode previously left the clone able to fetch only the branch the
project pins, so a branch you pushed never appeared asorigin/<branch>and
git log origin/<branch>had nothing to show. Dev mode now tracks the whole
remote. Modules already in dev mode pick this up the next time you toggle
them. Seeyoe module. - Debian is now pinned by version number, matching Alpine and Ubuntu. New
projects referencemodule-debianwithref = "13"rather than
ref = "trixie"; existing projects should update their pin. See
Release branches for how Debian
version numbers map to codenames.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.