Skip to content

Commit 4263f76

Browse files
Prepare release
1 parent 2076dc7 commit 4263f76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-7.5.md

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

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

5+
## [7.5.19] - 2020-01-06
6+
7+
### Changed
8+
9+
* `eval-stdin.php` can now only be executed with `cli` and `phpdbg`
10+
511
## [7.5.18] - 2019-12-06
612

713
### Fixed
@@ -159,6 +165,7 @@ All notable changes of the PHPUnit 7.5 release series are documented in this fil
159165
* Fixed [#3429](https://github.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()`
160166
* Fixed [#3437](https://github.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests
161167

168+
[7.5.19]: https://github.com/sebastianbergmann/phpunit/compare/7.5.18...7.5.19
162169
[7.5.18]: https://github.com/sebastianbergmann/phpunit/compare/7.5.17...7.5.18
163170
[7.5.17]: https://github.com/sebastianbergmann/phpunit/compare/7.5.16...7.5.17
164171
[7.5.16]: https://github.com/sebastianbergmann/phpunit/compare/7.5.15...7.5.16

src/Runner/Version.php

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

3232
if (self::$version === null) {
33-
$version = new VersionId('7.5.18', \dirname(__DIR__, 2));
33+
$version = new VersionId('7.5.19', \dirname(__DIR__, 2));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)