Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 12:41
· 11 commits to main since this release

[1.0.1] - 2026-06-13

Changed

  • The bundled and validated wirelog ref moves from v0.50.0 to
    v0.51.0 at peeled SHA
    0c6e0cdaee7db069be5d8d896bb59bdcb15673e9. This is a wirelog-only
    rebuild: the PyreWire public API is unchanged and the minimum
    compatible runtime wirelog version remains 0.44.0.

Fixed

  • A rule with a single relation(...) body atom now derives its head
    when the program also contains the recursive edge/path rules.
    Previously such one-condition rules (for example requires_review(...)
    and warning(...)) were silently missing from EasySession.step()
    results. The root cause was a wirelog evaluation bug — the iteration
    context was not reset for non-recursive strata — fixed upstream in
    wirelog#914 and first shipped in wirelog v0.51.0. PyreWire performs
    no rule evaluation of its own, so bumping the bundled engine is the
    fix (#165).