Skip to content

Commit 7edd54a

Browse files
committed
up version
1 parent 092271a commit 7edd54a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ This file contains changelogs.
44

55
[View all Releases](https://github.com/ArtARTs36/php-merge-request-linter/releases)
66

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)
815

916
## [v0.20.0 (2023-09-12)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.19.1..0.20.0)
1017

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
final class Version
1010
{
11-
public const VERSION = '0.20.0';
11+
public const VERSION = '0.20.1';
1212

1313
private function __construct()
1414
{

0 commit comments

Comments
 (0)