Bumped version & updated CHANGELOG.md
This commit is contained in:
parent
52d6a45bda
commit
cba1db6a7c
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.2.0] - 2024-09-29
|
||||||
|
|
||||||
|
This update introduces an update for ncc 2.1+ & PHP 8.3 compatibility.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added PHPUnit tests for TempFile class
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Refactor build system and add CI pipeline
|
||||||
|
- Refactor TempFile class and improve error handling
|
||||||
|
- Update PHP language level to 8.3
|
||||||
|
- Refactor TempFile class filed types and improves filename validation
|
||||||
|
- Updated .gitignore file
|
||||||
|
|
||||||
|
|
||||||
## [1.1.0] - 2023-02-26
|
## [1.1.0] - 2023-02-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -12,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Replaced `$extension` parameter with `$options` parameter in `\TempFile > TempFile > __construct()`
|
- Replaced `$extension` parameter with `$options` parameter in `\TempFile > TempFile > __construct()`
|
||||||
so that it's possible to specify the file extension and the file name prefix.
|
so that it's possible to specify the file extension and the file name prefix.
|
||||||
|
|
||||||
|
|
||||||
## [1.0.0] - 2023-02-25
|
## [1.0.0] - 2023-02-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"package": "net.nosial.tempfile",
|
"package": "net.nosial.tempfile",
|
||||||
"copyright": "Copyright (c) 2022-2023 Nosial",
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
||||||
"description": "TempFile is a PHP library for creating temporary files.",
|
"description": "TempFile is a PHP library for creating temporary files.",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
|
"uuid": "910f98fe-b4c9-11ed-b13f-fdc283a6db6d"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue