Skip to content

Commit 4c7133d

Browse files
Prepare release
1 parent 32e4b12 commit 4c7133d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-12.2.md

+2-2
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-
## [12.2.0] - 2025-MM-DD
5+
## [12.2.0] - 2025-05-03
66

77
### Changed
88

@@ -11,4 +11,4 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
1111
* Reduced number of I/O and hashing operations when using the static analysis cache
1212
* Use SHA-256 instead of MD5 to generate cache keys for static analysis cache (as SHA-256 is significantly faster than MD5 with PHP >= 8.4 on modern CPUs)
1313

14-
[12.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.2...main
14+
[12.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.1.2...12.2.0

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class Version
1919
public static function id(): string
2020
{
2121
if (self::$version === '') {
22-
self::$version = (new VersionId('12.2', dirname(__DIR__)))->asString();
22+
self::$version = (new VersionId('12.2.0', dirname(__DIR__)))->asString();
2323
}
2424

2525
return self::$version;

0 commit comments

Comments
 (0)