Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Jul 20, 2023
1 parent ab850fa commit a0bef8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2023-07-20
### Changed
- `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.

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

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

0 comments on commit a0bef8d

Please sign in to comment.