File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
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.2...HEAD )
6
+ ## [ Unreleased] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.3...HEAD )
7
+
8
+ (add details here)
9
+
10
+ ## [ v0.4.3] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.2...v0.4.3 )
7
11
8
12
### Added
9
13
10
14
- Added support for Gitlab CI ([ #113 ] ( https://github.com/codeclimate/php-test-reporter/pull/113 ) )
11
15
16
+ ### Fixed
17
+
18
+ - Restore compatibility with PHP 5.3 ([ @localheinz ] )
19
+
12
20
## [ v0.4.2] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.1...v0.4.2 )
13
21
14
22
### Fixed
15
23
16
- - Fix bug in payload structure (@localheinz )
24
+ - Fix bug in payload structure ([ @localheinz ] )
17
25
18
26
## [ v0.4.1] ( https://github.com/codeclimate/php-test-reporter/compare/v0.4.0...v0.4.1 )
19
27
20
- - Internal fixes to code, documentation, and packaging (@localheinz )
28
+ - Internal fixes to code, documentation, and packaging ([ @localheinz ] )
21
29
22
30
## v0.4.0
23
31
@@ -29,3 +37,4 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CH
29
37
- ` rollback ` command (PHAR only)
30
38
- [ Installation / Usage] ( ./README.md ) / [ Distribution instructions] ( ./DEVELOPING.md ) for the PHAR tool
31
39
40
+ [ @localheinz ] : https://github.com/localheinz
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.2 ' ;
15
+ const VERSION = '0.4.3 ' ;
16
16
}
You can’t perform that action at this time.
0 commit comments