Skip to content

Commit 9ecfec5

Browse files
Prepare release
1 parent 49b9709 commit 9ecfec5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog-9.6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.29] - 2025-09-24
6+
7+
* No changes; `phpunit.phar` rebuilt with updated dependencies
8+
59
## [9.6.28] - 2025-09-23
610

711
* No changes; `phpunit.phar` rebuilt with updated dependencies
@@ -198,6 +202,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
198202
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
199203
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
200204

205+
[9.6.29]: https://github.com/sebastianbergmann/phpunit/compare/9.6.28...9.6.29
201206
[9.6.28]: https://github.com/sebastianbergmann/phpunit/compare/9.6.27...9.6.28
202207
[9.6.27]: https://github.com/sebastianbergmann/phpunit/compare/9.6.26...9.6.27
203208
[9.6.26]: https://github.com/sebastianbergmann/phpunit/compare/9.6.25...9.6.26

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
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.28', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.29', dirname(__DIR__, 2)))->getVersion();
4848

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

0 commit comments

Comments
 (0)