v1.0.7
Fixed
- Release notes: the changelog-section extraction used an awk dynamic regex
in which the escaped brackets opened a character class, so no section ever
matched and every release fell back to the generic "see CHANGELOG.md" text.
It now uses an anchored literal-string comparison.
Full Changelog: v1.0.6...v1.0.7