From 67e6b077435e4e1e4813c8e738bc1dda4d0468a5 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 3 Dec 2025 15:17:23 +0400 Subject: [PATCH] chore(1.x): release 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301f9db..2b835a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/php-internal/path/compare/1.1.1...1.2.0) (2025-12-03) + + +### Features + +* Add base directory parameter to Path::absolute() method ([047cd51](https://github.com/php-internal/path/commit/047cd51151ac2e26f0f8741aced28234bf972160)) + + +### Documentation + +* Improve README and Path class documentation for clarity and usage examples ([b68afd0](https://github.com/php-internal/path/commit/b68afd0f97dab0f753ba9c668f26d645871fff26)) + ## [1.1.1](https://github.com/php-internal/path/compare/1.1.0...1.1.1) (2025-12-02) diff --git a/resources/version.json b/resources/version.json index 7867a62..09a2522 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" }