diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7feab..9b7c69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.10.12](https://github.com/php-testo/testo/compare/0.10.11...0.10.12) (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.10.11](https://github.com/php-testo/testo/compare/0.10.10...0.10.11) (2026-05-18) diff --git a/resources/version.json b/resources/version.json index 1edfffe..683cc01 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,5 +1,5 @@ { - ".": "0.10.11", + ".": "0.10.12", "plugin/repeat": "0.1.5", "plugin/convention": "0.1.2", "plugin/lifecycle": "0.1.2",