From 1dbc536d792b6ef3b3470958e7f1831f511a4044 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 14 Mar 2023 08:54:37 +0100 Subject: [PATCH] Prepare the v3.3.3 release --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82206cb..5b7e8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] -### Revert -- Revert the check for the only one-space rule before the assignment operator @ `Squiz.WhiteSpace.OperatorSpacing` as an interim solution while we revisit MDLSITE-6594. + +## [v3.3.3] - 2023-03-14 +### Removed +- Revert the check for the only one-space rule before the assignment operator @ `Squiz.WhiteSpace.OperatorSpacing` as an interim solution while we revisit [MDLSITE-6594](https://tracker.moodle.org/browse/MDLSITE-6594). ## [v3.3.2] - 2023-02-13 ### Added @@ -38,7 +40,8 @@ All features are maintained and no new features have been introduced to either t All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log. -[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.2...main +[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.3...main +[v3.3.3]: https://github.com/moodlehq/moodle-cs/compare/v3.3.2...v3.3.3 [v3.3.2]: https://github.com/moodlehq/moodle-cs/compare/v3.3.1...v3.3.2 [v3.3.1]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...v3.3.1 [v3.3.0]: https://github.com/moodlehq/moodle-cs/compare/v3.2.0...v3.3.0