File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ This file contains changelogs.
6
6
7
7
-----------------------------------------------------------------
8
8
9
+ ## [ v0.16.4 (2023-08-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.3..0.16.4 )
10
+
11
+ ## Added
12
+ * Throw exception when github actions token is empty
13
+ * Throw exception when gitlab token is empty
14
+
15
+ ## Optimized
16
+ * Reduced docker image size
17
+
18
+ ## Docs
19
+ * Updated rules doc page
20
+
21
+ ## Dependencies
22
+ * Bump ` guzzlehttp/psr7 ` from ` 2.4.3 ` to ` 2.4.5 `
23
+
24
+ [ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.4 )
25
+
26
+ -----------------------------------------------------------------
27
+
9
28
## [ v0.16.3 (2023-08-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.2..0.16.3 )
10
29
11
30
## 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.16.3 ' ;
11
+ public const VERSION = '0.16.4 ' ;
12
12
13
13
private function __construct ()
14
14
{
You can’t perform that action at this time.
0 commit comments