File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
- ## [ Unreleased] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.3 ...HEAD )
6
+ ## [ Unreleased] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.4 ...HEAD )
7
7
8
8
(add details here)
9
9
10
+ ## [ v0.4.4] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.3...v0.4.4 )
11
+
12
+ ### Fixed
13
+
14
+ - Format Gitlab CI payloads in the same way as we do in other test reporters ([ #116 ] ( https://github.com/codeclimate/php-test-reporter/pull/116 ) )
15
+
10
16
## [ v0.4.3] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.2...v0.4.3 )
11
17
12
18
### Added
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ final class Version
12
12
*
13
13
* @var string
14
14
*/
15
- const VERSION = '0.4.3 ' ;
15
+ const VERSION = '0.4.4 ' ;
16
16
}
You can’t perform that action at this time.
0 commit comments