Skip to content

Commit 6983b30

Browse files
Prepare release
1 parent 2fbad51 commit 6983b30

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.2] - 2020-09-23
6+
7+
* No changes; `phpcov.phar` rebuilt with updated dependencies
8+
59
## [8.1.1] - 2020-09-10
610

711
### Fixed
@@ -60,6 +64,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
6064

6165
* Removed support for PHP versions older than PHP 7.2
6266

67+
[8.1.2]: https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
6368
[8.1.1]: https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
6469
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
6570
[8.0.0]: https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": "^7.3",
2626
"phpunit/phpunit": "^9.3",
27-
"phpunit/php-code-coverage": "^9.1",
27+
"phpunit/php-code-coverage": "^9.1.11",
2828
"phpunit/php-file-iterator": "^3.0",
2929
"sebastian/cli-parser": "^1.0",
3030
"sebastian/diff": "^4.0",

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.1';
18+
private const VERSION = '8.1.2';
1919

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

0 commit comments

Comments
 (0)