Skip to content

Commit

Permalink
prepare bugfix release 9.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Feb 5, 2024
1 parent 70c770f commit 9b0caba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changes/9.0.8.md
@@ -0,0 +1,11 @@

## 9.0.8 - 2024-02-05

**IMPORTANT** Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions)

### Fixed

- [#200](https://github.com/overtrue/phplint/issues/200) : Unable to create file `/github/home/.composer/config.json` in GitHub Action
- [#201](https://github.com/overtrue/phplint/issues/201) : GitHub Action build docker on fly with wrong version

**Full Changelog**: [9.0.6...9.0.8](https://github.com/overtrue/phplint/compare/9.0.6...9.0.7)
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,17 @@ 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.0.8 - 2024-02-05

**IMPORTANT** Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions)

### Fixed

- [#200](https://github.com/overtrue/phplint/issues/200) : Unable to create file `/github/home/.composer/config.json` in GitHub Action
- [#201](https://github.com/overtrue/phplint/issues/201) : GitHub Action build docker on fly with wrong version

**Full Changelog**: [9.0.6...9.0.8](https://github.com/overtrue/phplint/compare/9.0.6...9.0.7)

## 9.0.7 - 2024-02-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Expand Up @@ -33,7 +33,7 @@
final class Application extends BaseApplication
{
public const NAME = 'phplint';
public const VERSION = '9.0.7';
public const VERSION = '9.0.8';

public function __construct()
{
Expand Down

0 comments on commit 9b0caba

Please sign in to comment.