Skip to content

Commit 43e51b6

Browse files
committed
chore(1.x): release 0.7.0
1 parent 0f569e6 commit 43e51b6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/php-testo/testo/compare/0.6.0...0.7.0) (2025-12-30)
4+
5+
6+
### Features
7+
8+
* **assert:** Add `every()` assertion method for iterable ([#59](https://github.com/php-testo/testo/issues/59)) ([70f6b36](https://github.com/php-testo/testo/commit/70f6b3655f33afa7c2a6022f25e08a246a7c2e7c))
9+
* **assert:** implement `AssertObject` methods ([d1b0ad3](https://github.com/php-testo/testo/commit/d1b0ad3fe3503889d22b4fc4f8d6bcd5ae3d14d5))
10+
* **interceptors:** Add InterceptorOptions with order and ConflictPolicy ([0f569e6](https://github.com/php-testo/testo/commit/0f569e68dbe74ca78dbed5c83a7317a1d19f7700))
11+
* **tests:** Implement inline test functionality with TestInline attribute ([a75e8c2](https://github.com/php-testo/testo/commit/a75e8c2969d07c3bcd475f67a3ae91c624a6def7))
12+
13+
14+
### Bug Fixes
15+
16+
* symfony console 8 support ([#60](https://github.com/php-testo/testo/issues/60)) ([6180ca7](https://github.com/php-testo/testo/commit/6180ca7f20a8a289b14705fd07cabe6e0053aa38))
17+
318
## [0.6.0](https://github.com/php-testo/testo/compare/0.5.0...0.6.0) (2025-12-21)
419

520

resources/version.json

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

0 commit comments

Comments
 (0)