Skip to content

Commit a0bef8d

Browse files
committed
Prepare 1.2.0 release
1 parent ab850fa commit a0bef8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.2.0] - 2023-07-20
810
### Changed
911
- `ErickSkrauch\line_break_after_statements` no longer removes extra blank lines in consecutive closing curly braces. Use [`no_extra_blank_lines`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/rules/whitespace/no_extra_blank_lines.rst) with `curly_brace_block` tokens configuration for this fix.
1012

@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2022
### Added
2123
- Initial implementation (extracted from [`elyby/php-code-style`](https://github.com/elyby/php-code-style/tree/0.5.0)).
2224

23-
[Unreleased]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.1.0...HEAD
25+
[Unreleased]: https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.0...HEAD
26+
[1.2.0]: https://github.com/elyby/php-code-style/compare/1.1.0...1.2.0
2427
[1.1.0]: https://github.com/elyby/php-code-style/compare/1.0.1...1.1.0
2528
[1.0.1]: https://github.com/elyby/php-code-style/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)