File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ /.github export-ignore
2+ /.psalm export-ignore
3+ /tests export-ignore
14/tools export-ignore
5+ /tools /* binary
6+ /.gitattributes export-ignore
7+ /.gitignore export-ignore
8+ /.php_cs.dist export-ignore
9+ /.travis.yml
10+ /build.xml
11+ /phpunit.xml
212
313* .php diff =php
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.16] - 2024-03-01
6+
7+ * No code changes, only updated ` .gitattributes ` to not export non-essential files.
8+
59## [ 7.0.15] - 2021-07-26
610
711### Changed
@@ -142,6 +146,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
142146* Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
143147* Update HTML report to Bootstrap 4
144148
149+ [ 7.0.16 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.15...7.0.16
145150[ 7.0.15 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.14...7.0.15
146151[ 7.0.14 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.13...7.0.14
147152[ 7.0.13 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.12...7.0.13
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.15 ' , \dirname (__DIR__ ));
24+ $ version = new VersionId ('7.0.16 ' , \dirname (__DIR__ ));
2525 self ::$ version = $ version ->getVersion ();
2626 }
2727
You can’t perform that action at this time.
0 commit comments