Skip to content

Commit 13dd8d3

Browse files
Prepare release
1 parent 7ed2925 commit 13dd8d3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog-14.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [14.1.4] - 2026-04-23
6+
7+
### Fixed
8+
9+
* Added tokens for asymmetric visibility to the syntax highlighter used for the HTML report
10+
* Fixed whitespace issue in the HTML report for files with long lines
11+
512
## [14.1.3] - 2026-04-18
613

714
### Fixed
@@ -34,6 +41,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
3441

3542
* [#1147](https://github.com/sebastianbergmann/php-code-coverage/pull/1147): `CoversClass` does not transitively target traits used by enumerations
3643

44+
[14.1.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.3...14.1.4
3745
[14.1.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.2...14.1.3
3846
[14.1.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.1...14.1.2
3947
[14.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/14.1.0...14.1.1

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3', dirname(__DIR__))->asString();
25+
self::$version = new VersionId('14.1.4', dirname(__DIR__))->asString();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)