From ca58c15e3fe9f4cd640838ca77f4cdddefbf27c4 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 21 Jul 2023 06:12:46 +0200 Subject: [PATCH] Prepare 1.0.1 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e5b6f..ac44a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.1] - 2023-07-21 ### Changed - `comment_to_phpdoc` no longer fixes PHPStan error suppression and the `todo` tag. @@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - First release -[Unreleased]: https://github.com/elyby/php-code-style/compare/1.0.0...HEAD +[Unreleased]: https://github.com/elyby/php-code-style/compare/1.0.1...HEAD +[1.0.1]: https://github.com/elyby/php-code-style/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/elyby/php-code-style/compare/0.5.0...1.0.0 [0.5.0]: https://github.com/elyby/php-code-style/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/elyby/php-code-style/compare/0.3.0...0.4.0