diff --git a/.github/wiki b/.github/wiki index c99c7cd82..170a0a722 160000 --- a/.github/wiki +++ b/.github/wiki @@ -1 +1 @@ -Subproject commit c99c7cd826a90dc2aa8c85cfe7dd05b4186904c4 +Subproject commit 170a0a722292d33915ba20cd74da638e429ca0e6 diff --git a/CHANGELOG.md b/CHANGELOG.md index ca254b52e..459f9b15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23.0] - 2026-04-26 + ### Added - Add a hybrid command runtime bootstrap and capability bridge that keeps command discovery split between migrated Symfony commands (`DevTools`) and legacy Composer `BaseCommand` commands (`DevToolsComposer`) while exposing proxy commands during Composer execution for the first migration step (#199) -### Changed - -- Restore `standards:phpdoc` as the command entry point for PHPDoc checks while keeping - the legacy aliases `docheader` and `php-cs-fixer`. -- Remove the `phpdoc` alias from `reports:docs` to avoid command-name collisions with - the standards PHPDoc check command. - ## [1.22.3] - 2026-04-25 ### Fixed @@ -363,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Normalize workflow PHP extension setup and Git submodule path handling for synced repositories. -[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...HEAD +[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.23.0...HEAD +[1.23.0]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...v1.23.0 [1.22.3]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.2...v1.22.3 [1.22.2]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.1...v1.22.2 [1.22.1]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.0...v1.22.1