Skip to content

Release v1.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 16:48
· 85 commits to main since this release

Release v1.3.3

Changelog

Added

  • Repository tooling: CodeRabbit configuration (.coderabbit.yaml) and GitHub workflow .github/workflows/coderabbit.yml.
  • Documentation: docs/SPEC-DRIVEN-DEVELOPMENT.md (product spec, user stories, REQ-* traceability); cross-link from docs/ENGRAM.md.
  • Makefiles: update-deps / update-deps-all targets (REQ-MAKE-008) via .scripts/Makefile.*-update-deps.mk and update-deps-demos.sh.

Changed

  • CI: Test matrix extended with Symfony 7.4 and 8.1 (existing PHP exclusions unchanged: Symfony 7.x from PHP 8.2+, Symfony 8.x from PHP 8.4+).
  • Demos: demo/symfony7 targets Symfony 7.4; demo/symfony8 and demo/symfony8-php85 target Symfony 8.1 (was 7.0 / 8.0). Refreshed demo composer.lock files; added test / test-coverage Composer scripts for release-check.
  • Dependencies: Root composer.lock refreshed.
  • Documentation: README Symfony badge and CI matrix; demo version references aligned with current demo constraints.

What's Changed

  • chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
  • chore(ci): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #2
  • chore(ci): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #3

New Contributors

Full Changelog: v1.3.2...v1.3.3