Skip to content

Commit 13c399c

Browse files
committed
chore(1.x): release 0.7.0
1 parent 381bff9 commit 13c399c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/php-testo/testo/compare/0.6.0...0.7.0) (2025-12-27)
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+
11+
12+
### Bug Fixes
13+
14+
* symfony console 8 support ([#60](https://github.com/php-testo/testo/issues/60)) ([6180ca7](https://github.com/php-testo/testo/commit/6180ca7f20a8a289b14705fd07cabe6e0053aa38))
15+
316
## [0.6.0](https://github.com/php-testo/testo/compare/0.5.0...0.6.0) (2025-12-21)
417

518

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)