File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes in PHPCOV are documented in this file using the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 8.2.1] - 2022-03-24
6
+
7
+ * No changes; ` phpcov.phar ` rebuilt with updated dependencies
8
+
5
9
## [ 8.2.0] - 2020-10-02
6
10
7
11
### Added
@@ -70,6 +74,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
70
74
71
75
* Removed support for PHP versions older than PHP 7.2
72
76
77
+ [ 8.2.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.2.0...8.2.1
73
78
[ 8.2.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.2...8.2.0
74
79
[ 8.1.2 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.1...8.1.2
75
80
[ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...8.1.1
Original file line number Diff line number Diff line change 15
15
16
16
final class Application
17
17
{
18
- private const VERSION = '8.2.0 ' ;
18
+ private const VERSION = '8.2.1 ' ;
19
19
20
20
public function run (array $ argv ): int
21
21
{
You can’t perform that action at this time.
0 commit comments