From 8d0ec08c98f954f73b860b3be6a7cce6dcc3fda0 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 31 Dec 2025 00:15:05 +0400 Subject: [PATCH] chore(1.x): release 0.6.2 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c88316..bba431b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.2](https://github.com/php-testo/testo/compare/0.6.1...0.6.2) (2025-12-30) + + +### Documentation + +* **sample:** Add documentation for Sample module ([#63](https://github.com/php-testo/testo/issues/63)) ([d726b0e](https://github.com/php-testo/testo/commit/d726b0e1035759f08d66fb6c2ccd04c8832a6a8a)) + + +### Code Refactoring + +* Enhance inline test functionality ([#63](https://github.com/php-testo/testo/issues/63)) ([d726b0e](https://github.com/php-testo/testo/commit/d726b0e1035759f08d66fb6c2ccd04c8832a6a8a)) + ## [0.6.1](https://github.com/php-testo/testo/compare/0.6.0...0.6.1) (2025-12-30) diff --git a/resources/version.json b/resources/version.json index f4a3a7f..5154451 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" }