Skip to content

Commit 24f1d73

Browse files
Prepare release
1 parent 8d03d7a commit 24f1d73

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ChangeLog-14.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [14.0.0] - 2026-MM-DD
5+
## [14.0.0] - 2026-04-03
66

77
### Added
88

@@ -28,4 +28,4 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
2828

2929
* The `SebastianBergmann\CodeCoverage\Report\PHP` class was removed, use the new `SebastianBergmann\CodeCoverage\Serializer` class instead
3030

31-
[14.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/13.0...main
31+
[14.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/13.0.2...14.0.0

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"optimize-autoloader": true,
2828
"sort-packages": true
2929
},
30-
"minimum-stability": "dev",
3130
"prefer-stable": true,
3231
"require": {
3332
"php": ">=8.4",

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.0', dirname(__DIR__))->asString();
25+
self::$version = new VersionId('14.0.0', dirname(__DIR__))->asString();
2626
}
2727

2828
return self::$version;

0 commit comments

Comments
 (0)