Skip to content

Commit

Permalink
Prepare the v3.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 28, 2023
1 parent 2abe44c commit 9ec28ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ 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]

## [v3.3.4] - 2023-05-28
### Changed
- Update composer dependencies to current versions, notably PHPCompatibility (70e4ca24).

### Added
- Various internal, code coverage related, improvements.
- Add GHA PHP 8.2 support.
- Upload and integrate the repository with [Codecov](https://about.codecov.io), for better tracking of changes.
- Completely cover the MoodleUtil class, in charge of providing important
information about Moodle (versions, branches, components...)

## [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).
Expand Down Expand Up @@ -42,7 +51,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.3...main
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.4...main
[v3.3.4]: https://github.com/moodlehq/moodle-cs/compare/v3.3.3...v3.3.4
[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
Expand Down

0 comments on commit 9ec28ac

Please sign in to comment.