Skip to content

Commit a1a54a4

Browse files
Prepare release
1 parent 4d97cb6 commit a1a54a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-9.6.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [9.6.19] - 2024-04-05
6+
7+
### Changed
8+
9+
* The namespaces of dependencies are now prefixed with `PHPUnitPHAR` instead of just `PHPUnit` for the PHAR distribution of PHPUnit
10+
511
## [9.6.18] - 2024-03-21
612

713
### Changed
@@ -137,6 +143,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
137143
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
138144
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
139145

146+
[9.6.19]: https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19
140147
[9.6.18]: https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18
141148
[9.6.17]: https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17
142149
[9.6.16]: https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16

src/Runner/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function id(): string
4444
}
4545

4646
if (self::$version === '') {
47-
self::$version = (new VersionId('9.6.18', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.19', dirname(__DIR__, 2)))->getVersion();
4848

4949
assert(!empty(self::$version));
5050
}

0 commit comments

Comments
 (0)