Skip to content

v0.7.0 — relocated authoring modules + dep cleanup

Choose a tag to compare

@silversurfer562 silversurfer562 released this 08 May 02:51
· 48 commits to main since this release
352a821

Highlights

  • attune_author.manifest / staleness / freshness are now the source of truth. Inverted from the pre-2026-05-08 layout where these modules were re-exported from attune-help. PR #14 shipped the modules natively; this release packages them for PyPI.
  • Dropped runtime dep on attune-help>=0.10.0 (no from attune_help imports remain in src/). Avoids a circular package-metadata edge once attune-help 0.11.0 declares attune-author>=0.7.0 for its deprecation shims.
  • Pre-existing ruff E501/I001 in the relocated tests fixed in the same PR.

Coordination

This release unblocks attune-help 0.11.0 (attune-help#6), which will publish the deprecation shims for attune_help.manifest / staleness / freshness. Shim removal is targeted for 2026-07-07.

Architecture-realignment progress

Phase B1 (PR #14) done · this release packages it · Phase B2 (attune-help) ready to merge once attune-author 0.7.0 is on PyPI.