Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 20, 2024
1 parent e89cd87 commit a6029f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [10.0.1] - 2024-12-20

### Added

* Added support for PHP 8.4

## [10.0.0] - 2024-02-02

### Added
Expand Down Expand Up @@ -101,6 +107,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

[10.0.1]: https://github.com/sebastianbergmann/phpcov/compare/10.0.0...10.0.1
[10.0.0]: https://github.com/sebastianbergmann/phpcov/compare/9.0.2...10.0.0
[9.0.2]: https://github.com/sebastianbergmann/phpcov/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/sebastianbergmann/phpcov/compare/9.0.0...9.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

final class Application
{
private const VERSION = '10.0.0';
private const VERSION = '10.0.1';

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

0 comments on commit a6029f3

Please sign in to comment.