Skip to content

Commit 3966e9f

Browse files
committed
Prepare the v3.4.1 release
1 parent d7be382 commit 3966e9f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
77

88
## [Unreleased]
9+
## [v3.4.1] - 2024-03-08
10+
### Fixed
11+
- Solved a problem with the `moodle.Commenting.Package` sniff when running against arbitrary (not Moodle based) directories.
12+
913
## [v3.4.0] - 2024-03-07
1014
### Added
1115
- Add new `moodle.PHPUnit.TestCasesAbstract` sniff to check that testcase classes are declared abstract.
1216
- Add new `moodle.PHPUnit.TestClassesFinal` sniff to check that test classes are declared final.
1317
- Add new `moodle.Commenting.Package` sniff to replace those present in moodle-local_moodlecheck.
1418
- Add new `moodle.Commenting.Category` sniffs to replace those present in moodle-local_moodlecheck.
15-
- New `phpcs.xml.dist` to enforce the coding style to follow by ´moodle-cs´ itself. Basically, PSR12 ruled. CI verified from now on.
19+
- New `phpcs.xml.dist` to enforce the coding style to follow by `moodle-cs` itself. Basically, PSR12 ruled. CI verified from now on.
1620

1721
### Changed
1822
- Modified own CI scripts, updating various GH actions.
@@ -163,7 +167,8 @@ All features are maintained and no new features have been introduced to either t
163167

164168
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
165169

166-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.0...main
170+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.1...main
171+
[v3.4.1]: https://github.com/moodlehq/moodle-cs/compare/v3.4.0...v3.4.1
167172
[v3.4.0]: https://github.com/moodlehq/moodle-cs/compare/v3.3.15...v3.4.0
168173
[v3.3.15]: https://github.com/moodlehq/moodle-cs/compare/v3.3.14...v3.3.15
169174
[v3.3.14]: https://github.com/moodlehq/moodle-cs/compare/v3.3.13...v3.3.14

0 commit comments

Comments
 (0)