Skip to content

Commit 3591806

Browse files
committed
v3.1.1 PhpSpec v3 maintenance release
1 parent 577e0d0 commit 3591806

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.1.1] - 2017-10-17 - Maintenance release for PhpSpec v3
10+
11+
- PHPSpec version is now included when generating XML report #12
12+
- Added example configuration options for generating XML report #12
13+
- Minor cleanup in export-ignores. Should result in cleaner dist install #8
14+
915
## [3.1.0] - 2017-02-21 (backported master branch on 2017-02-21)
1016

1117
**Note!** This is last backported release which pulls all the changes from the
@@ -53,6 +59,7 @@ as [leanphp/phpspec-code-coverage][0].
5359
- Support configuring a blacklist of files to be excluded from code coverage
5460
reports (`blaclist_files` option).
5561

62+
[3.1.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.1.1
5663
[3.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.1.0
5764
[3.0.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.0.1
5865
[2.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v2.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "3.2.x-dev"
43+
"dev-v3": "3.2.x-dev"
4444
}
4545
},
4646
"config": {

0 commit comments

Comments
 (0)