File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and 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
Original file line number Diff line number Diff line change 4040 },
4141 "extra" : {
4242 "branch-alias" : {
43- "dev-master " : " 3.2.x-dev"
43+ "dev-v3 " : " 3.2.x-dev"
4444 }
4545 },
4646 "config" : {
You can’t perform that action at this time.
0 commit comments