Skip to content

Commit ec0ddb0

Browse files
authored
chore(1.x): release 1.2.0 (#3)
1 parent 109a7ee commit ec0ddb0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/php-internal/path/compare/1.1.1...1.2.0) (2025-12-03)
4+
5+
6+
### Features
7+
8+
* Add base directory parameter to Path::absolute() method ([047cd51](https://github.com/php-internal/path/commit/047cd51151ac2e26f0f8741aced28234bf972160))
9+
10+
11+
### Documentation
12+
13+
* Improve README and Path class documentation for clarity and usage examples ([b68afd0](https://github.com/php-internal/path/commit/b68afd0f97dab0f753ba9c668f26d645871fff26))
14+
315
## [1.1.1](https://github.com/php-internal/path/compare/1.1.0...1.1.1) (2025-12-02)
416

517

resources/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
33
}

0 commit comments

Comments
 (0)