Skip to content

Commit 3f67cee

Browse files
Prepare release
1 parent 0e16417 commit 3f67cee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog-5.5.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22

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

5+
## [5.5.7] - 2016-10-03
6+
7+
### Changed
8+
9+
* Reverted [#2300](https://github.com/sebastianbergmann/phpunit/issues/2300): Exclude tests from package distribution
10+
511
## [5.5.6] - 2016-10-03
612

13+
### Changed
14+
15+
* Implemented [#2300](https://github.com/sebastianbergmann/phpunit/issues/2300): Exclude tests from package distribution
16+
717
### Fixed
818

919
* Fixed [#2261](https://github.com/sebastianbergmann/phpunit/issues/2261): Invalid test listener configuration leads to confusing behavior
@@ -53,6 +63,7 @@ New release of PHPUnit as PHAR with updated dependencies
5363

5464
* An `AssertionError` raised by an `assert()` in the tested code now causes the test to be interpreted as a failure instead of an error
5565

66+
[5.5.7]: https://github.com/sebastianbergmann/phpunit/compare/5.5.6...5.5.7
5667
[5.5.6]: https://github.com/sebastianbergmann/phpunit/compare/5.5.5...5.5.6
5768
[5.5.5]: https://github.com/sebastianbergmann/phpunit/compare/5.5.4...5.5.5
5869
[5.5.4]: https://github.com/sebastianbergmann/phpunit/compare/5.5.3...5.5.4

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.5.6', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('5.5.7', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)