Skip to content

Commit f93ef21

Browse files
Prepare release
1 parent 1fe755b commit f93ef21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-12.1.md

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

33
All notable changes of the PHPUnit 12.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [12.1.5] - 2025-MM-DD
5+
## [12.1.5] - 2025-05-11
66

77
### Fixed
88

@@ -67,7 +67,7 @@ All notable changes of the PHPUnit 12.1 release series are documented in this fi
6767

6868
* [#6140](https://github.com/sebastianbergmann/phpunit/issues/6140): The `testClassName()` method on the `AfterTestMethodCalled`, `AfterTestMethodErrored`, `AfterTestMethodFinished`, `BeforeTestMethodCalled`, `BeforeTestMethodErrored`, `BeforeTestMethodFinished`, `PostConditionCalled`, `PostConditionErrored`, `PostConditionFinished`, `PreConditionCalled`, `PreConditionErrored`, and `PreConditionFinished` event value objects (use `test()->className()` instead)
6969

70-
[12.1.5]: https://github.com/sebastianbergmann/phpunit/compare/12.1.4...12.1
70+
[12.1.5]: https://github.com/sebastianbergmann/phpunit/compare/12.1.4...12.1.5
7171
[12.1.4]: https://github.com/sebastianbergmann/phpunit/compare/12.1.3...12.1.4
7272
[12.1.3]: https://github.com/sebastianbergmann/phpunit/compare/12.1.2...12.1.3
7373
[12.1.2]: https://github.com/sebastianbergmann/phpunit/compare/12.1.1...12.1.2

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function id(): string
3434
}
3535

3636
if (self::$version === '') {
37-
self::$version = (new VersionId('12.1.4', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('12.1.5', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)