Skip to content

Commit

Permalink
prepare bugfix release 9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 11, 2024
1 parent 07741c9 commit bb849f0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changes/9.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

## 9.4.2 - 2024-10-11

### Fixed

- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml

**Full Changelog**: [9.4.1...9.4.2](https://github.com/overtrue/phplint/compare/9.4.1...9.4.2)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 9.4.2 - 2024-10-11

### Fixed

- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml

**Full Changelog**: [9.4.1...9.4.2](https://github.com/overtrue/phplint/compare/9.4.1...9.4.2)

## 9.4.1 - 2024-07-05

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
final class Application extends BaseApplication
{
public const NAME = 'phplint';
public const VERSION = '9.4.1';
public const VERSION = '9.4.2';

public function __construct()
{
Expand Down

0 comments on commit bb849f0

Please sign in to comment.