File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ This file contains changelogs.
4
4
5
5
[ View all Releases] ( https://github.com/ArtARTs36/php-merge-request-linter/releases )
6
6
7
- ## [ Unreleased] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.19.1..master )
7
+ ## [ Unreleased] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.20.1..master )
8
+
9
+ ## [ v0.20.1 (2023-09-12)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.20.0..0.20.1 )
10
+
11
+ ### Fixed
12
+ * Fixed rule "@mr-linter /has_any_labels" on empty labels
13
+
14
+ [ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.20.1 )
8
15
9
16
## [ v0.20.0 (2023-09-12)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.19.1..0.20.0 )
10
17
Original file line number Diff line number Diff line change 8
8
*/
9
9
final class Version
10
10
{
11
- public const VERSION = '0.20.0 ' ;
11
+ public const VERSION = '0.20.1 ' ;
12
12
13
13
private function __construct ()
14
14
{
You can’t perform that action at this time.
0 commit comments