Skip to content

Commit c7391d5

Browse files
committed
up version
1 parent 1d1557b commit c7391d5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ This file contains changelogs.
66

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

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+
928
## [v0.16.3 (2023-08-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.2..0.16.3)
1029

1130
## 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.16.3';
11+
public const VERSION = '0.16.4';
1212

1313
private function __construct()
1414
{

0 commit comments

Comments
 (0)