File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- ## [ 14.1.3] - 2026-MM-DD
5+ ## [ 14.1.3] - 2026-04-18
66
77### Fixed
88
@@ -34,7 +34,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
3434
3535* [ #1147 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/1147 ) : ` CoversClass ` does not transitively target traits used by enumerations
3636
37- [ 14.1.3 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.2...14.1
37+ [ 14.1.3 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.2...14.1.3
3838[ 14.1.2 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.1...14.1.2
3939[ 14.1.1 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.0...14.1.1
4040[ 14.1.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/14.0.0...14.1.0
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 === '' ) {
25- self ::$ version = new VersionId ('14.1.2 ' , dirname (__DIR__ ))->asString ();
25+ self ::$ version = new VersionId ('14.1.3 ' , dirname (__DIR__ ))->asString ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments