Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2023
1 parent d346d25 commit fd8ac3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Expand Up @@ -2,6 +2,10 @@

All notable changes in PHPCOV are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [9.0.1] - 2023-09-08

* No changes; `phpcov.phar` rebuilt with updated dependencies

## [9.0.0] - 2023-02-13

### Removed
Expand Down Expand Up @@ -80,6 +84,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN

* Removed support for PHP versions older than PHP 7.2

[9.0.1]: https://github.com/sebastianbergmann/phpcov/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/sebastianbergmann/phpcov/compare/8.2.1...9.0.0
[8.2.1]: https://github.com/sebastianbergmann/phpcov/compare/8.2.0...8.2.1
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Application.php
Expand Up @@ -16,7 +16,7 @@

final class Application
{
private const VERSION = '9.0.0';
private const VERSION = '9.0.1';

public function run(array $argv): int
{
Expand Down

0 comments on commit fd8ac3e

Please sign in to comment.