Skip to content

v0.2.0

Choose a tag to compare

@txemi txemi released this 17 Jul 16:21
56a5856

Release of features already on main since v0.1.1, so downstreams can pin them.

Added

  • Fail-closed strict gate + darnlink-strict hook (#2) — require every anchorable link to be robust, not just that existing robust links keep working (darnlink . --robustify, dry-run, fail-closed).
  • <!-- darnlink-ignore-links --> (#3) — a source-only opt-out: darnlink never rewrites links inside a file carrying it, but the file stays a first-class target (its uuid is still indexed). This is what a generated file needs, and it replaces external allowlists.
  • Full CLI option reference + in-file vocabulary + --json docs (#4).

Fixed

  • __version__ was stale at 0.1.0 since the 0.1.1 release; now tracks pyproject (0.2.0).

Full changelog: https://github.com/txemi/darnlink/blob/main/CHANGELOG.md