We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d572c0f commit 6ee8efaCopy full SHA for 6ee8efa
CHANGELOG.md
@@ -4,6 +4,15 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## <a name="unreleased"></a>Unreleased
6
7
+## <a name="v0.16.0"></a>v0.16.0 (2023-06-18)
8
+[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.15.1...v0.16.0)
9
+### Changed
10
+* Added strict typing
11
+* Bumped minimum PHP version to ^8.0
12
+* Added support for union type comparison
13
+* Bumped symfony/console to ^6.0
14
+* Bumped symfony/yaml to ^6.0
15
+
16
## <a name="v0.15.1"></a>v0.15.1 (2021-12-30)
17
[Full Changelog](https://github.com/tomzx/php-semver-checker/compare/v0.15.0...v0.15.1)
18
### Changed
0 commit comments