File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ This file contains changelogs.
6
6
7
7
-----------------------------------------------------------------
8
8
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
+
9
20
## [ v0.18.0 (2023-09-03)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.17.1..0.18.0 )
10
21
11
22
### Added
Original file line number Diff line number Diff line change 8
8
*/
9
9
final class Version
10
10
{
11
- public const VERSION = '0.18.0 ' ;
11
+ public const VERSION = '0.18.1 ' ;
12
12
13
13
private function __construct ()
14
14
{
You can’t perform that action at this time.
0 commit comments