Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.45](https://github.com/php-testo/testo/compare/0.10.44...0.10.45) (2026-08-29)


### Bug Fixes

* `--log-html` without param reports to the default path ([#311](https://github.com/php-testo/testo/issues/311)) ([4275e2c](https://github.com/php-testo/testo/commit/4275e2c90fdc9c9dba98e996be8eb18ad95fa343))


### Documentation

* **skills:** fix API claims that drifted from the code ([54d69bf](https://github.com/php-testo/testo/commit/54d69bf6837ae51be04e8ebfb1fea0568f571663))

## [0.10.44](https://github.com/php-testo/testo/compare/0.10.43...0.10.44) (2026-08-27)


Expand Down
7 changes: 7 additions & 0 deletions bridge/symfony-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.11](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.10...bridge-symfony-console-0.1.11) (2026-08-29)


### Bug Fixes

* `--log-html` without param reports to the default path ([#311](https://github.com/php-testo/testo/issues/311)) ([4275e2c](https://github.com/php-testo/testo/commit/4275e2c90fdc9c9dba98e996be8eb18ad95fa343))

## [0.1.10](https://github.com/php-testo/testo/compare/bridge-symfony-console-0.1.9...bridge-symfony-console-0.1.10) (2026-08-25)


Expand Down
2 changes: 1 addition & 1 deletion bridge/symfony-console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=8.2",
"symfony/console": "^6.4 || ^7 || ^8.0",
"testo/testo": "0.10.43 - 1"
"testo/testo": "0.10.45 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"testo/assert": "^0.1.14",
"testo/fiber": "^0.1.3",
"testo/bench": "^0.1.10",
"testo/bridge-symfony-console": "^0.1.10",
"testo/bridge-symfony-console": "^0.1.11",
"testo/codecov": "^0.2.1",
"testo/convention": "^0.1.4",
"testo/data": "^0.1.9",
Expand Down
4 changes: 2 additions & 2 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.10.44",
".": "0.10.45",
"plugin/repeat": "0.1.9",
"plugin/convention": "0.1.4",
"plugin/lifecycle": "0.1.5",
Expand All @@ -13,7 +13,7 @@
"plugin/codecov": "0.2.1",
"plugin/facade": "0.1.1",
"plugin/fiber": "0.1.3",
"bridge/symfony-console": "0.1.10",
"bridge/symfony-console": "0.1.11",
"bridge/infection": "0.1.8",
"bridge/mockery": "0.1.2",
"bridge/rector": "0.2.5",
Expand Down
Loading