Skip to content

Commit efe089c

Browse files
committed
chore(1.x): release 0.6.6
1 parent 58feee0 commit efe089c

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.6.6](https://github.com/php-testo/testo/compare/0.6.5...0.6.6) (2026-01-11)
4+
5+
6+
### Features
7+
8+
* **Assert:** Add `AssertArray::doesNotHaveKeys()` method ([58feee0](https://github.com/php-testo/testo/commit/58feee0572df1f4ef2d6ac4e64f2cbbcfb60b90f))
9+
* Classes marked with #[Test] now treat all public methods as tests ([#85](https://github.com/php-testo/testo/issues/85)) ([58feee0](https://github.com/php-testo/testo/commit/58feee0572df1f4ef2d6ac4e64f2cbbcfb60b90f))
10+
11+
12+
### Documentation
13+
14+
* Add link to the documentation site ([9526c67](https://github.com/php-testo/testo/commit/9526c675dcfa40dc98209144a1d853aad26a1358))
15+
316
## [0.6.5](https://github.com/php-testo/testo/compare/0.6.4...0.6.5) (2026-01-05)
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.5"
2+
".": "0.6.6"
33
}

0 commit comments

Comments
 (0)