Skip to content

Commit

Permalink
Prepare version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Mar 8, 2024
1 parent 9dad656 commit ef7ce5c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit ef7ce5c

Please sign in to comment.