Skip to content

Commit

Permalink
prepare bugfix release 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jul 5, 2024
1 parent 83e0c7f commit cec4a0d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changes/9.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

## 9.4.1 - 2024-07-05

> [!NOTE]
>
> This bugfix version is only for the PHAR distribution.
### Fixed

- [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken

**Full Changelog**: [9.4.0...9.4.1](https://github.com/overtrue/phplint/compare/9.4.0...9.4.1)
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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.1 - 2024-07-05

> [!NOTE]
>
> This bugfix version is only for the PHAR distribution.
### Fixed

- [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken

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

## 9.4.0 - 2024-07-05

### Added
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.0';
public const VERSION = '9.4.1';

public function __construct()
{
Expand Down

0 comments on commit cec4a0d

Please sign in to comment.