From 6e345d96fc0e06d15e67a00ea153c393ec86b2a7 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Fri, 2 Jan 2026 13:14:50 +0400 Subject: [PATCH] chore(1.x): release 0.6.4 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fea3c7..bec38b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/php-testo/testo/compare/0.6.3...0.6.4) (2026-01-02) + + +### Bug Fixes + +* Change autoloading paths priority ([#75](https://github.com/php-testo/testo/issues/75)) ([3644595](https://github.com/php-testo/testo/commit/3644595164891e4e37bf2a4e4365e4440fb641a7)) + ## [0.6.3](https://github.com/php-testo/testo/compare/0.6.2...0.6.3) (2026-01-01) diff --git a/resources/version.json b/resources/version.json index 1793453..4715be6 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" }