Skip to content

Commit 65134b2

Browse files
Prepare release
1 parent 811c8c4 commit 65134b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-5.0.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 5.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [5.0.5] - 2015-10-12
6+
7+
### Changed
8+
9+
* Merged [#1893](https://github.com/sebastianbergmann/phpunit/issues/1893): Removed workaround for phpab bug
10+
511
## [5.0.4] - 2015-10-07
612

713
### Fixed
@@ -58,6 +64,7 @@ All notable changes of the PHPUnit 5.0 release series are documented in this fil
5864
* The PHPUnit_Selenium component can no longer be configured using the `<selenium/browser>` element of PHPUnit's configuration file
5965
* PHPUnit is no longer supported on PHP 5.3, PHP 5.4, and PHP 5.5
6066

67+
[5.0.5]: https://github.com/sebastianbergmann/phpunit/compare/5.0.4...5.0.5
6168
[5.0.4]: https://github.com/sebastianbergmann/phpunit/compare/5.0.3...5.0.4
6269
[5.0.3]: https://github.com/sebastianbergmann/phpunit/compare/5.0.2...5.0.3
6370
[5.0.2]: https://github.com/sebastianbergmann/phpunit/compare/5.0.1...5.0.2

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()
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new SebastianBergmann\Version('5.0.4', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('5.0.5', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)