Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 27, 2024
1 parent e3d0f43 commit f9ba7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog-11.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [11.4.4] - 2024-MM-DD
## [11.4.4] - 2024-11-27

### Fixed

Expand Down Expand Up @@ -61,6 +61,7 @@ All notable changes of the PHPUnit 11.4 release series are documented in this fi
* [#5958](https://github.com/sebastianbergmann/phpunit/issues/5958): Support for `#[CoversTrait]` and `#[UsesTrait]` attributes
* [#5960](https://github.com/sebastianbergmann/phpunit/issues/5960): Support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes (and respective annotations)

[11.4.4]: https://github.com/sebastianbergmann/phpunit/compare/11.4.3...11.4.4
[11.4.3]: https://github.com/sebastianbergmann/phpunit/compare/11.4.2...11.4.3
[11.4.2]: https://github.com/sebastianbergmann/phpunit/compare/11.4.1...11.4.2
[11.4.1]: https://github.com/sebastianbergmann/phpunit/compare/11.4.0...11.4.1
Expand Down
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('11.4.3', dirname(__DIR__, 2)))->asString();
self::$version = (new VersionId('11.4.4', dirname(__DIR__, 2)))->asString();
}

return self::$version;
Expand Down

0 comments on commit f9ba7bd

Please sign in to comment.