We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cb4fe commit bb44fc9Copy full SHA for bb44fc9
CHANGELOG.md
@@ -4,6 +4,16 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## <a name="unreleased"></a>Unreleased
6
7
+## <a name="v0.17.0"></a>v0.17.0 (2025-10-30)
8
+[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.16.0...v0.17.0)
9
+### Added
10
+* Build .phar with GitHub Actions
11
+
12
+### Changed
13
+* Bumped minimum PHP version to ^8.1
14
+* Bumped nikic/php-parser to ^5.2 to support PHP 8.4
15
+* Removed PHP 7.3/7.4 from CI check
16
17
## <a name="v0.16.0"></a>v0.16.0 (2023-06-18)
18
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.15.1...v0.16.0)
19
### Changed
0 commit comments