From 12200014888078e48fbface450756c61fe990119 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Thu, 1 Jan 2026 19:23:51 +0400 Subject: [PATCH] chore(1.x): release 0.6.3 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba431b..2fea3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.3](https://github.com/php-testo/testo/compare/0.6.2...0.6.3) (2026-01-01) + + +### Features + +* **Teamcity:** Expose `Assertion History` for every test ([4d248b8](https://github.com/php-testo/testo/commit/4d248b88d336b400245b2cca2992bbd7e152d7a3)) + + +### Code Refactoring + +* Inject Attributed interceptors into main pipeline with order ([7121981](https://github.com/php-testo/testo/commit/712198114e0ab860c168ff2aa78bf63b47d7c271)) + ## [0.6.2](https://github.com/php-testo/testo/compare/0.6.1...0.6.2) (2025-12-30) diff --git a/resources/version.json b/resources/version.json index 5154451..1793453 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" }