From fcd227df5fe62e87a22ef08e0fcbc927313a15f6 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sat, 2 Dec 2023 06:29:51 +0000 Subject: [PATCH] prepare bugfix release 9.0.6 --- .changes/9.0.6.md | 8 ++++++++ .changes/unreleased/Fixed-20231202-061814.yaml | 3 --- CHANGELOG.md | 8 ++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .changes/9.0.6.md delete mode 100644 .changes/unreleased/Fixed-20231202-061814.yaml diff --git a/.changes/9.0.6.md b/.changes/9.0.6.md new file mode 100644 index 00000000..f104dab4 --- /dev/null +++ b/.changes/9.0.6.md @@ -0,0 +1,8 @@ + +## 9.0.6 - 2023-12-02 + +### Fixed + +- [#196](https://github.com/overtrue/phplint/issues/196) : Better Symfony 7 support + +**Full Changelog**: [9.0.5...9.0.6](https://github.com/overtrue/phplint/compare/9.0.5...9.0.6) diff --git a/.changes/unreleased/Fixed-20231202-061814.yaml b/.changes/unreleased/Fixed-20231202-061814.yaml deleted file mode 100644 index 3820bdd6..00000000 --- a/.changes/unreleased/Fixed-20231202-061814.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '[#196](https://github.com/overtrue/phplint/issues/196) : Better Symfony 7 support' -time: 2023-12-02T06:18:14.755500211Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 40116c21..f900fed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 9.0.6 - 2023-12-02 + +### Fixed + +- [#196](https://github.com/overtrue/phplint/issues/196) : Better Symfony 7 support + +**Full Changelog**: [9.0.5...9.0.6](https://github.com/overtrue/phplint/compare/9.0.5...9.0.6) + ## 9.0.5 - 2023-12-01 This version is compatible PHP 8.0, 8.1, 8.2 and 8.3