From e4945f10ec159df5ef6b0add9a87799a7883414d Mon Sep 17 00:00:00 2001 From: Michal Lulco Date: Sun, 26 Nov 2023 23:53:13 +0100 Subject: [PATCH] Version 0.16.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458874c0..153c7085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [0.16.3] - 2023-11-26 +### Added +- Support for PHP 8.3 +- ## [0.16.2] - 2023-11-22 ### Fixed - Fixed first class callable filters @@ -238,7 +242,8 @@ - Transform components to explicit calls - Error mapper for better DX -[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.2...HEAD +[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.3...HEAD +[0.16.3]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/efabrica-team/phpstan-latte/compare/0.15.0...0.16.0