diff --git a/bridge/symfony-console/CHANGELOG.md b/bridge/symfony-console/CHANGELOG.md index 063d196..3fc8da9 100644 --- a/bridge/symfony-console/CHANGELOG.md +++ b/bridge/symfony-console/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.3](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.2...bridge-symfony-console-0.1.3) (2026-05-20) + + +### Features + +* Add `init` command ([#182](https://github.com/php-testo/testo/issues/182)) ([cd940d6](https://github.com/php-testo/testo/commit/cd940d6013d6e2942e8ae2e766d23f7d398313af)) + + +### Bug Fixes + +* **symfony-console:** Make init test compatible with Symfony 8 (no `add()`) ([42888e8](https://github.com/php-testo/testo/commit/42888e8be7cc518372ad58bbdcbe3c978e253cd9)) +* **symfony-console:** Make init treat --path as the project root ([0f5de95](https://github.com/php-testo/testo/commit/0f5de956cdfd16505060742ee02c6af1f6927606)) + ## [0.1.2](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.1...bridge-symfony-console-0.1.2) (2026-05-05) diff --git a/resources/version.json b/resources/version.json index 1edfffe..c71e397 100644 --- a/resources/version.json +++ b/resources/version.json @@ -11,6 +11,6 @@ "plugin/inline": "0.1.3", "plugin/bench": "0.1.2", "plugin/codecov": "0.1.5", - "bridge/symfony-console": "0.1.2", + "bridge/symfony-console": "0.1.3", "bridge/infection": "0.1.4" }