Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 22:02
941b3af
  • Unit release field — units can now specify release = N for packaging
    revisions (apk -rN suffix). Defaults to 0. Bump when the unit definition
    changes but the upstream version doesn't.
  • Build metadata — each unit's build directory now contains a build.json
    with status, start/finish times, duration, build disk usage, installed size
    (destdir/apk), and input hash. The TUI detail view shows build time and sizes
    alongside the unit name.
  • Persistent build output — executor output (executor.log) is now written
    for both CLI and TUI builds, so the TUI detail view shows build output
    regardless of how the build was triggered.

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe-NG is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.