Skip to content

v0.14.8

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:24
b5882f6
  • 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 as origin/<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. See yoe module.
  • Debian is now pinned by version number, matching Alpine and Ubuntu. New
    projects reference module-debian with ref = "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.