diff --git a/CHANGELOG.md b/CHANGELOG.md index daf8e5a..4ef7028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.6](https://github.com/php-testo/testo/compare/0.6.5...0.6.6) (2026-01-12) + + +### Features + +* **Assert:** Add `AssertArray::doesNotHaveKeys()` method ([58feee0](https://github.com/php-testo/testo/commit/58feee0572df1f4ef2d6ac4e64f2cbbcfb60b90f)) +* 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)) +* **Render:** Always render test description in CLI ([#87](https://github.com/php-testo/testo/issues/87)) ([71a54d8](https://github.com/php-testo/testo/commit/71a54d82187f509b33448584031bd2f21952b612)) + + +### Documentation + +* Add link to the documentation site ([9526c67](https://github.com/php-testo/testo/commit/9526c675dcfa40dc98209144a1d853aad26a1358)) + ## [0.6.5](https://github.com/php-testo/testo/compare/0.6.4...0.6.5) (2026-01-05) diff --git a/resources/version.json b/resources/version.json index 15605ec..649654c 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.6.5" + ".": "0.6.6" }