Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 8, 2025
1 parent 5664ee9 commit 6301fe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog-12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [12.0.2] - 2025-02-08

### Changed

* Updated dependencies for PHAR distribution

## [12.0.1] - 2025-02-07

### Fixed
Expand Down Expand Up @@ -54,5 +60,6 @@ All notable changes of the PHPUnit 12.0 release series are documented in this fi
* [#5801](https://github.com/sebastianbergmann/phpunit/issues/5801): Support for targeting traits with `#[CoversClass]` and `#[UsesClass]` attributes
* [#5978](https://github.com/sebastianbergmann/phpunit/issues/5978): Support for PHP 8.2

[12.0.2]: https://github.com/sebastianbergmann/phpunit/compare/12.0.1...12.0.2
[12.0.1]: https://github.com/sebastianbergmann/phpunit/compare/12.0.0...12.0.1
[12.0.0]: https://github.com/sebastianbergmann/phpunit/compare/11.5...12.0.0
2 changes: 1 addition & 1 deletion src/Runner/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function id(): string
}

if (self::$version === '') {
self::$version = (new VersionId('12.0.1', dirname(__DIR__, 2)))->asString();
self::$version = (new VersionId('12.0.2', dirname(__DIR__, 2)))->asString();
}

return self::$version;
Expand Down

0 comments on commit 6301fe5

Please # to comment.