Skip to content

Commit 3e4d174

Browse files
committed
Release 2.2.0
1 parent e3a7b62 commit 3e4d174

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.2.0] - 2023-06-20
6+
57
* Replaced deprecated `no_blank_lines_before_namespace` and `single_blank_line_before_namespace` rules with
68
`blank_lines_before_namespace`
79

@@ -47,8 +49,9 @@
4749
* `php_unit_test_class_requires_covers`: Tests don't require `@covers` annotations
4850
* `yoda_style`: Condition styles are not enforced
4951

50-
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.1.0...main
51-
[2.1.0]: https://github.com/beste/php-cs-fixer-config/compare/2.00...2.1.0
52+
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.2.0...main
53+
[2.2.0]: https://github.com/beste/php-cs-fixer-config/compare/2.1.0...2.2.0
54+
[2.1.0]: https://github.com/beste/php-cs-fixer-config/compare/2.0.0...2.1.0
5255
[2.0.0]: https://github.com/beste/php-cs-fixer-config/compare/1.2.0...2.0.0
5356
[1.2.0]: https://github.com/beste/php-cs-fixer-config/compare/1.1.0...1.2.0
5457
[1.1.0]: https://github.com/beste/php-cs-fixer-config/compare/1.0.2...1.1.0

0 commit comments

Comments
 (0)