Skip to content

Commit 1556137

Browse files
committed
chore(1.x): release 0.5.0
1 parent fac277b commit 1556137

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/php-testo/testo/compare/0.4.0...0.5.0) (2025-12-02)
4+
5+
6+
### Features
7+
8+
* Add tests Invoker ([3fd1bdb](https://github.com/php-testo/testo/commit/3fd1bdbd8915c6fba578d6de9128376f26e55a43))
9+
10+
11+
### Bug Fixes
12+
13+
* **TerminalLogger:** add visual output for DataProvider in terminal mode ([275336a](https://github.com/php-testo/testo/commit/275336a745f18c29704e0e27ab573af34cf9f27a))
14+
15+
16+
### Code Refactoring
17+
18+
* rename interceptor classes to renderer for clarity ([81e70e3](https://github.com/php-testo/testo/commit/81e70e3a0c245a13dde506b029ae969982a228d4))
19+
* Use `internal/testo` package instead of local implementation ([fac277b](https://github.com/php-testo/testo/commit/fac277b695bd768f230130dee18858228d8f8cd6))
20+
321
## [0.4.0](https://github.com/php-testo/testo/compare/0.3.0...0.4.0) (2025-11-18)
422

523

resources/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

0 commit comments

Comments
 (0)