File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 9.2.2] - 2020-10-28
6+
7+ ### Fixed
8+
9+ * [ #820 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/820 ) : Hidden dependency on PHPUnit
10+
511## [ 9.2.1] - 2020-10-26
612
713### Fixed
@@ -294,6 +300,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
294300* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
295301* Update HTML report to Bootstrap 4
296302
303+ [ 9.2.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.1...9.2.2
297304[ 9.2.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.0...9.2.1
298305[ 9.2.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.11...9.2.0
299306[ 9.1.11 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.10...9.1.11
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class Version
2222 public static function id (): string
2323 {
2424 if (self ::$ version === null ) {
25- self ::$ version = (new VersionId ('9.2.1 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.2 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments