Skip to content

Commit 4bdc7d5

Browse files
committed
up version
1 parent 45aac08 commit 4bdc7d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ This file contains changelogs.
66

77
-----------------------------------------------------------------
88

9+
## [v0.18.1 (2023-09-04)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.18.0..0.18.1)
10+
11+
### Added
12+
* Resolve rule params with default value
13+
14+
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.18.1)
15+
16+
-----------------------------------------------------------------
17+
18+
-----------------------------------------------------------------
19+
920
## [v0.18.0 (2023-09-03)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.17.1..0.18.0)
1021

1122
### Added

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
final class Version
1010
{
11-
public const VERSION = '0.18.0';
11+
public const VERSION = '0.18.1';
1212

1313
private function __construct()
1414
{

0 commit comments

Comments
 (0)