Skip to content

Commit 9bd7e2d

Browse files
Prepare release
1 parent e02f1e7 commit 9bd7e2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [8.1.0] - 2020-MM-DD
5+
## [8.1.0] - 2020-08-13
66

77
### Added
88

@@ -54,7 +54,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
5454

5555
* Removed support for PHP versions older than PHP 7.2
5656

57-
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...master
57+
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
5858
[8.0.0]: https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
5959
[7.0.2]: https://github.com/sebastianbergmann/phpcov/compare/7.0.1...7.0.2
6060
[7.0.1]: https://github.com/sebastianbergmann/phpcov/compare/7.0.0...7.0.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alternatively, you may use [Composer](https://getcomposer.org/) to download and
2121
### Executing a PHP script and generating code coverage in Clover XML format
2222

2323
$ phpcov execute --clover coverage.xml script.php
24-
phpcov 8.0.0 by Sebastian Bergmann.
24+
phpcov 8.1.0 by Sebastian Bergmann.
2525

2626
Generating code coverage report in Clover XML format ... done
2727

@@ -32,7 +32,7 @@ Alternatively, you may use [Composer](https://getcomposer.org/) to download and
3232
'phpunit --coverage-php /tmp/coverage/BarTest.cov tests/BarTest'
3333

3434
$ phpcov merge --clover /tmp/clover.xml /tmp/coverage
35-
phpcov 8.0.0 by Sebastian Bergmann.
35+
phpcov 8.1.0 by Sebastian Bergmann.
3636

3737
Generating code coverage report in Clover XML format ... done
3838

@@ -43,7 +43,7 @@ Alternatively, you may use [Composer](https://getcomposer.org/) to download and
4343
$ phpunit --coverage-php /tmp/coverage.cov
4444

4545
$ phpcov patch-coverage --path-prefix /path/to/project /tmp/coverage.cov /tmp/patch.txt
46-
phpcov 8.0.0 by Sebastian Bergmann.
46+
phpcov 8.1.0 by Sebastian Bergmann.
4747

4848
1 / 2 changed executable lines covered (50.00%)
4949

src/cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class Application
1717
{
18-
private const VERSION = '8.1';
18+
private const VERSION = '8.1.0';
1919

2020
public function run(array $argv): int
2121
{

0 commit comments

Comments
 (0)