Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.5"
".": "0.6.6"
}
Loading