Skip to content

Commit 5286b90

Browse files
committed
v3.2.1
1 parent e8d3ca8 commit 5286b90

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,21 @@ documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9-
## 3.x-dev
9+
10+
## [3.2.1] - 2018-03-21
1011

1112
- Fixed a bug where a suffix when whitelisting files would default to `src`.
1213
This would make reports not generate in case no `suffix` was defined in
1314
configuration.
1415
- Fixed Text report printing (issue #12)
1516
- `phpunit/php-code-coverage` dependency version requirement has been updated
16-
from `~4.0|~5.0` to `~5.0` as we do not support version `4.0` anymore.
17+
from `~4.0|~5.0` to `^5.0` as we do not support version `4.0` anymore.
1718
- Updated README to list all configuration options
1819
- Updated `behat.yml.dist` so that it can be used as a proper example
1920
- `remote` driver is no longer activated by default
2021
- Version constraints in composer.json have been updated from `~` to `^`.
2122

2223

23-
## [3.2.1] - 2018-03-19
24-
25-
- Fix Text report generation #5
26-
2724
## [3.2.0] - 2017-10-17 - Guzzle 6.0 support release
2825

2926
- Updated `guzzlehttp/guzzle` requirement from `~4.0||~5.0` to `~6.0`. We are
@@ -79,7 +76,8 @@ disappear, this extension would still work.
7976
- Updated `vfsStream` from `1.2.*` to `1.3.*` to fix failing/skipped test
8077
- Updated versions of dependencies and code is tested to run with Behat `2.5`.
8178

82-
[3.2.x-dev]: https://github.com/leanphp/behat-code-coverage/compare/v3.2.0...master
79+
[3.2.x-dev]: https://github.com/leanphp/behat-code-coverage/compare/v3.2.1...master
80+
[3.2.1]: https://github.com/leanphp/behat-code-coverage/releases/tag/v3.2.0
8381
[3.2.0]: https://github.com/leanphp/behat-code-coverage/releases/tag/v3.2.0
8482
[3.1.1]: https://github.com/leanphp/behat-code-coverage/releases/tag/v3.1.1
8583
[3.1.0]: https://github.com/leanphp/behat-code-coverage/releases/tag/v3.1.0

0 commit comments

Comments
 (0)