Skip to content

Commit c896779

Browse files
Prepare release
1 parent 2c66a39 commit c896779

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-5.3.md

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

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

5+
## [5.3.2] - 2018-04-06
6+
7+
### Fixed
8+
9+
* Fixed [#602](https://github.com/sebastianbergmann/php-code-coverage/pull/602): Regression introduced in version 5.3.1
10+
511
## [5.3.1] - 2018-04-06
612

713
### Changed
@@ -22,6 +28,7 @@ All notable changes of the PHP_CodeCoverage 5.3 release series are documented in
2228

2329
* Fixed [#564](https://github.com/sebastianbergmann/php-code-coverage/issues/564): `setDisableIgnoredLines(true)` disables more than it should
2430

31+
[5.3.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.3.1...5.3.2
2532
[5.3.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.3.0...5.3.1
2633
[5.3.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/5.2...5.3.0
2734

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Version
2222
public static function id()
2323
{
2424
if (self::$version === null) {
25-
$version = new VersionId('5.3.1', \dirname(__DIR__));
25+
$version = new VersionId('5.3.2', \dirname(__DIR__));
2626
self::$version = $version->getVersion();
2727
}
2828

0 commit comments

Comments
 (0)