Skip to content

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:14
· 33 commits to main since this release

Release v1.0.1

Changelog

Fixed

  • DoctrineOrmTaskLinkRepository — inject EntityManagerInterface so Symfony can autowire the repository.
  • CI — install dependencies without composer.lock via .github/ci/composer-install.sh (jq + full composer update).
  • CI — clone TimeTrackBundle by tag v1.0.0 (matches ^1.0 constraint).
  • CI — stop PHP CS Fixer from reformatting composer.json (exclude from finder; code-style job commits src/ and tests/ only).

Changed

  • CI matrix — Symfony 7.4, 8.0, and 8.1 (PHP 8.2–8.5; Symfony 8 requires PHP ≥ 8.4).

Full Changelog: v1.0.0...v1.0.1