From 551fbe8541c21053230a565884218891c99a0dc2 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 9 Jun 2026 12:07:44 +0400 Subject: [PATCH] chore(1.x): release 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b835a5..cb97ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/php-internal/path/compare/1.2.0...1.3.0) (2026-06-09) + + +### Features + +* Update PHP version requirement to >=8.2 ([46d5597](https://github.com/php-internal/path/commit/46d559784bc9245e72d8615b2f3cfda32302a98e)) + + +### Bug Fixes + +* Update testo/testo version to ^0.10.17 in composer.json ([b4fc426](https://github.com/php-internal/path/commit/b4fc42647fff8447caf5a1e92a9069a3bafe9b9a)) + ## [1.2.0](https://github.com/php-internal/path/compare/1.1.1...1.2.0) (2025-12-03) diff --git a/resources/version.json b/resources/version.json index 09a2522..6a787c5 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" }