diff --git a/CHANGELOG.md b/CHANGELOG.md index e063b96c..d22a27b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.10.49](https://github.com/php-testo/testo/compare/0.10.48...0.10.49) (2026-09-19) + + +### Features + +* **bridge-rector:** convert `#[Skip]` in all three directions ([#340](https://github.com/php-testo/testo/issues/340)) ([6168dca](https://github.com/php-testo/testo/commit/6168dca93cd949c60de4214274b8a348d2939f48)) +* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) +* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) + ## [0.10.48](https://github.com/php-testo/testo/compare/0.10.47...0.10.48) (2026-09-17) diff --git a/README.md b/README.md index a96837c8..50f93a64 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://php-testo.github.io) [![Support on Boosty](https://img.shields.io/static/v1?style=for-the-badge&label=&message=Sponsorship&logo=Boosty&logoColor=white&color=%23F15F2C)](https://boosty.to/roxblnfk) -[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=4.3&color=2da2c9&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index) +[![Vibe Index](https://img.shields.io/static/v1?label=Vibe+Index&message=4.4&color=2ea1cc&style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTkgNCBROSAxMyAxOCAxMyBROSAxMyA5IDIyIFE5IDEzIDAgMTMgUTkgMTMgOSA0IFoiLz48cGF0aCBkPSJNMTkgMSBRMTkgNiAyNCA2IFExOSA2IDE5IDExIFExOSA2IDE0IDYgUTE5IDYgMTkgMSBaIi8%2BPHBhdGggZD0iTTIwIDE0IFEyMCAxOCAyNCAxOCBRMjAgMTggMjAgMjIgUTIwIDE4IDE2IDE4IFEyMCAxOCAyMCAxNCBaIi8%2BPC9zdmc%2B)](https://github.com/roxblnfk/action-vibe-index) [![Psalm Level](https://shepherd.dev/github/php-testo/testo/level.svg)](https://shepherd.dev/github/php-testo/testo) [![Type Coverage](https://shepherd.dev/github/php-testo/testo/coverage.svg)](https://shepherd.dev/github/php-testo/testo) [![codecov](https://codecov.io/gh/php-testo/testo/branch/1.x/graph/badge.svg)](https://codecov.io/gh/php-testo/testo) diff --git a/bridge/rector/CHANGELOG.md b/bridge/rector/CHANGELOG.md index 93902396..2f565020 100644 --- a/bridge/rector/CHANGELOG.md +++ b/bridge/rector/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/php-testo/testo/compare/bridge-rector-0.2.6...bridge-rector-0.2.7) (2026-09-19) + + +### Features + +* **bridge-rector:** convert `#[Skip]` in all three directions ([#340](https://github.com/php-testo/testo/issues/340)) ([6168dca](https://github.com/php-testo/testo/commit/6168dca93cd949c60de4214274b8a348d2939f48)) + ## [0.2.6](https://github.com/php-testo/testo/compare/bridge-rector-0.2.5...bridge-rector-0.2.6) (2026-09-14) diff --git a/bridge/rector/composer.json b/bridge/rector/composer.json index 4bde8bbe..05531d21 100644 --- a/bridge/rector/composer.json +++ b/bridge/rector/composer.json @@ -31,7 +31,7 @@ "testo/assert": "^0.1.15", "testo/data": "^0.1.9", "testo/filter": "^0.1.8", - "testo/testo": "0.10.47 - 1" + "testo/testo": "0.10.49 - 1" }, "autoload": { "psr-4": { diff --git a/bridge/symfony-console/CHANGELOG.md b/bridge/symfony-console/CHANGELOG.md index d6cdb926..df5e594f 100644 --- a/bridge/symfony-console/CHANGELOG.md +++ b/bridge/symfony-console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.13...bridge-symfony-console-0.1.14) (2026-09-19) + + +### Bug Fixes + +* detecting autoloader when installed as `testo/bridge-symfony-console` ([#346](https://github.com/php-testo/testo/issues/346)) ([ff0e72e](https://github.com/php-testo/testo/commit/ff0e72edab340f90db72bcbec4123c69df3c5ab4)) + ## [0.1.13](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.12...bridge-symfony-console-0.1.13) (2026-09-14) diff --git a/bridge/symfony-console/composer.json b/bridge/symfony-console/composer.json index 5722533e..dfb7645d 100644 --- a/bridge/symfony-console/composer.json +++ b/bridge/symfony-console/composer.json @@ -23,7 +23,7 @@ "require": { "php": ">=8.2", "symfony/console": "^6.4 || ^7 || ^8.0", - "testo/testo": "0.10.47 - 1" + "testo/testo": "0.10.49 - 1" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index 343192fd..3f6bf81a 100644 --- a/composer.json +++ b/composer.json @@ -41,16 +41,16 @@ "testo/assert": "^0.1.15", "testo/fiber": "^0.1.3", "testo/bench": "^0.1.12", - "testo/bridge-symfony-console": "^0.1.13", + "testo/bridge-symfony-console": "^0.1.14", "testo/codecov": "^0.2.2", "testo/convention": "^0.1.5", "testo/data": "^0.1.9", "testo/filter": "^0.1.8", "testo/inline": "^0.1.9", - "testo/lifecycle": "^0.1.6", + "testo/lifecycle": "^0.1.7", "testo/repeat": "^0.1.9", "testo/retry": "^0.1.5", - "testo/skip": "^0.1", + "testo/skip": "^0.1.1", "testo/test": "^0.1.8", "yiisoft/injector": "^1.2" }, diff --git a/plugin/lifecycle/CHANGELOG.md b/plugin/lifecycle/CHANGELOG.md index 2427827b..4f6ad3f9 100644 --- a/plugin/lifecycle/CHANGELOG.md +++ b/plugin/lifecycle/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/php-testo/testo/compare/lifecycle-0.1.6...lifecycle-0.1.7) (2026-09-19) + + +### Features + +* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) +* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) + ## [0.1.6](https://github.com/php-testo/testo/compare/lifecycle-0.1.5...lifecycle-0.1.6) (2026-09-07) diff --git a/plugin/lifecycle/composer.json b/plugin/lifecycle/composer.json index 291ab28e..71e0eaf6 100644 --- a/plugin/lifecycle/composer.json +++ b/plugin/lifecycle/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.46 - 1" + "testo/testo": "0.10.49 - 1" }, "autoload": { "psr-4": { diff --git a/plugin/skip/CHANGELOG.md b/plugin/skip/CHANGELOG.md new file mode 100644 index 00000000..a7733395 --- /dev/null +++ b/plugin/skip/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.1.1](https://github.com/php-testo/testo/compare/skip-0.1.0...skip-0.1.1) (2026-09-19) + + +### Features + +* **core:** flag a test as skipped on its definition ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) +* **skip:** add `#[Skip]` attribute to skip tests declaratively ([#314](https://github.com/php-testo/testo/issues/314)) ([19638da](https://github.com/php-testo/testo/commit/19638da85d21481af141021b2f8784068600356a)) diff --git a/plugin/skip/composer.json b/plugin/skip/composer.json index 464a9a41..7b887f2d 100644 --- a/plugin/skip/composer.json +++ b/plugin/skip/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": ">=8.2", - "testo/testo": "0.10.47 - 1" + "testo/testo": "0.10.49 - 1" }, "autoload": { "psr-4": { diff --git a/resources/version.json b/resources/version.json index 2da23b3b..213cdefd 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,8 +1,8 @@ { - ".": "0.10.48", + ".": "0.10.49", "plugin/repeat": "0.1.9", "plugin/convention": "0.1.5", - "plugin/lifecycle": "0.1.6", + "plugin/lifecycle": "0.1.7", "plugin/retry": "0.1.5", "plugin/filter": "0.1.8", "plugin/test": "0.1.8", @@ -13,12 +13,12 @@ "plugin/codecov": "0.2.2", "plugin/facade": "0.1.1", "plugin/fiber": "0.1.3", - "plugin/skip": "0.1.0", + "plugin/skip": "0.1.1", "bridge/double": "0.1.1", - "bridge/symfony-console": "0.1.13", + "bridge/symfony-console": "0.1.14", "bridge/infection": "0.1.8", "bridge/mockery": "0.1.2", - "bridge/rector": "0.2.6", + "bridge/rector": "0.2.7", "bridge/revolt": "0.1.2", "bridge/vcr": "0.1.1" }