Skip to content

Commit e52e558

Browse files
committed
chore(1.x): release 0.7.1
1 parent 2c0f790 commit e52e558

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.1](https://github.com/php-testo/testo/compare/0.7.0...0.7.1) (2026-01-24)
4+
5+
6+
### Features
7+
8+
* **Common:** Add `Reflection::findMethodsWithAttribute()` ([c0dec74](https://github.com/php-testo/testo/commit/c0dec7424799b33ffc665b7c64d3d729c94be613))
9+
* **Lifecycle:** Add `Before*` and `After*` attributes ([#90](https://github.com/php-testo/testo/issues/90)) ([f60c9bf](https://github.com/php-testo/testo/commit/f60c9bf5aaeb584b5b8f2ad21831c2cb24042e2c))
10+
* **Locators:** Enhance tests detection by name convention, support functions. ([83fdc27](https://github.com/php-testo/testo/commit/83fdc2760e67ef8c8a953656e68f00ddeff78292))
11+
* **Reflection:** Add method `getAttributesFromCallStack()` to retrieve attributes from the call stack ([2c0f790](https://github.com/php-testo/testo/commit/2c0f79083fca100c118beedaa15919afc60a492e))
12+
13+
14+
### Code Refactoring
15+
16+
* **Application:** Accept only public methods with `void` return type when `#[Test]` is used for class ([#33](https://github.com/php-testo/testo/issues/33)) ([4c2f4a2](https://github.com/php-testo/testo/commit/4c2f4a225e8c30d5441e0a116d66e15bd3eb1244))
17+
318
## [0.7.0](https://github.com/php-testo/testo/compare/0.6.6...0.7.0) (2026-01-18)
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.7.0"
2+
".": "0.7.1"
33
}

0 commit comments

Comments
 (0)