Skip to content

Commit 742d060

Browse files
Prepare release
1 parent ac880d7 commit 742d060

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.2.0] - 2020-MM-DD
5+
## [8.2.0] - 2020-10-02
66

77
### Added
88

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

7171
* Removed support for PHP versions older than PHP 7.2
7272

73-
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...master
73+
[8.2.0]: https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
7474
[8.1.2]: https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
7575
[8.1.1]: https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
7676
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"sort-packages": true
2222
},
2323
"prefer-stable": true,
24-
"minimum-stability": "dev",
2524
"require": {
2625
"php": ">=7.3",
2726
"phpunit/phpunit": "^9.3",

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

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

0 commit comments

Comments
 (0)