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+ ## [ 7.0.14] - 2020-12-02
6+
7+ ### Changed
8+
9+ * [ #837 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/837 ) : Allow version 4 of php-token-stream
10+
511## [ 7.0.13] - 2020-11-30
612
713### Changed
@@ -130,6 +136,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
130136* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
131137* Update HTML report to Bootstrap 4
132138
139+ [ 7.0.14 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.13...7.0.14
133140[ 7.0.13 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.12...7.0.13
134141[ 7.0.12 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.11...7.0.12
135142[ 7.0.11 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...7.0.11
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Version
2121 public static function id (): string
2222 {
2323 if (self ::$ version === null ) {
24- $ version = new VersionId ('7.0.13 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.14 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments