Skip to content

Commit baa048e

Browse files
committed
Add version 1.0.25
1 parent 9c58f65 commit baa048e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [1.0.25] - 2025-04-016
11+
12+
* Add getKeys method to Json object
13+
1014
### [1.0.24] - 2025-03-01
1115

1216
* Add getDateTimeImmutable method to File object

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.24
1+
1.0.25

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ixnode/php-container",
33
"description": "PHP Container - A collection of various PHP container classes like JSON, File, etc.",
4-
"version": "1.0.24",
4+
"version": "1.0.25",
55
"type": "library",
66
"license": "MIT",
77
"keywords": ["php", "container", "json", "file", "data"],

0 commit comments

Comments
 (0)