v0.4.2
[0.4.2] - 2026-06-05: documentation refresh
Documentation and release-tooling release. No API or behavior change.
Changed
- Refreshed the README (plain-ASCII punctuation) and rewrote the shared
CONVENTIONS.md: removed the version-history preamble so it reads as a conventions document, not a changelog. - Documented the JSON path syntax (dot-separated with
[n]indices plus the[*]wildcard) and why it is a navigable subset rather than JSONPath/JMESPath. - The release workflow now publishes the matching
CHANGELOG.mdsection as the GitHub release body (body_path), so release notes carry the full hand-written detail instead of GitHub's auto-generated commit summary.