From ef7ce5c7ae689f3ab9f2a95e6ca191b1b4406585 Mon Sep 17 00:00:00 2001 From: Carlos C Soto Date: Fri, 8 Mar 2024 16:15:38 -0600 Subject: [PATCH] Prepare version 2.0.2 --- docs/CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0ed0826..0dd5a3b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,23 @@ -# eclipxe/XmlResourceRetriever Changelog +# eclipxe/XmlResourceRetriever Changelog Notice: This library follows [SEMVER 2.0.0](https://semver.org/spec/v2.0.0.html) convention. +## Version 2.0.2 2022-03-08 + +- Improve code and fix issues from psalm avoiding falsy comparisons. +- Update license year to 2024 and add owner URL. +- Fix build bagde. +- Update coding standards. +- For GitHub workflow: + - Run jobs using PHP 8.3. + - Add PHP 8.2 and PHP 8.3 to test matrix. + - Remove composer tool installation where is not required. + - Update GitHub actions to version 4. + - Replace GitHub directive `::set-output` with `$GITHUB_OUTPUT`. + - Rename php-version matrix variable name (singular). + - Display PSalm version before run. +- Update development tools. + ## Unreleased 2022-03-08 - Fix build because PHPStan needs type specification on `DOMNodeList`.