Skip to content

Release v3.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:25

v3.1.4

REQ-GIT-001 git hygiene, Code of Conduct, PHPUnit coverage exclusions.

See docs/CHANGELOG.md.

Changelog

Added

  • REQ-GIT-001 – Reject Cursor Co-authored-by trailers: .scripts/check-no-cursor-coauthor.sh, .scripts/strip-cursor-coauthor-from-history.sh, .githooks/commit-msg, .cursor/rules/01-git-commits.mdc, and GITHUB_CI.md. CI job git-hygiene checks commits introduced by each push/PR.
  • Code of ConductContributor Covenant; linked from README and CONTRIBUTING.
  • Makefilecheck-no-cursor-coauthor, strip-cursor-coauthor-from-history; setup-hooks installs .githooks; release-check runs the co-author check first.

Changed

  • PHPUnit – Exclude QueryTrackingMiddlewareRegistry and PerformanceController from aggregate coverage (covered via dedicated unit/integration tests; REQ-TEST-003).
  • Docs – CONTRIBUTING and RELEASE note REQ-GIT-001 hooks and post-tag verification.
  • Demodemo/symfony8 composer.lock / reference.php refreshed.

Commits

  • Release v3.1.4: REQ-GIT-001 hygiene, Code of Conduct, coverage excludes. (a46c618)