Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed Sep 4, 2023
1 parent 45aac08 commit 4bdc7d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This file contains changelogs.

-----------------------------------------------------------------

## [v0.18.1 (2023-09-04)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.18.0..0.18.1)

### Added
* Resolve rule params with default value

[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.18.1)

-----------------------------------------------------------------

-----------------------------------------------------------------

## [v0.18.0 (2023-09-03)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.17.1..0.18.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
final class Version
{
public const VERSION = '0.18.0';
public const VERSION = '0.18.1';

private function __construct()
{
Expand Down

0 comments on commit 4bdc7d5

Please sign in to comment.