Skip to content

Commit cafd233

Browse files
committed
Prepare for v0.4.3 release
* update changelog * bump version in version file
1 parent a9dfdc9 commit cafd233

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
55

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)
711

812
### Added
913

1014
- Added support for Gitlab CI ([#113](https://github.com/codeclimate/php-test-reporter/pull/113))
1115

16+
### Fixed
17+
18+
- Restore compatibility with PHP 5.3 ([@localheinz])
19+
1220
## [v0.4.2](https://github.com/codeclimate/php-test-reporter/compare/v0.4.1...v0.4.2)
1321

1422
### Fixed
1523

16-
- Fix bug in payload structure (@localheinz)
24+
- Fix bug in payload structure ([@localheinz])
1725

1826
## [v0.4.1](https://github.com/codeclimate/php-test-reporter/compare/v0.4.0...v0.4.1)
1927

20-
- Internal fixes to code, documentation, and packaging (@localheinz)
28+
- Internal fixes to code, documentation, and packaging ([@localheinz])
2129

2230
## v0.4.0
2331

@@ -29,3 +37,4 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CH
2937
- `rollback` command (PHAR only)
3038
- [Installation / Usage](./README.md) / [Distribution instructions](./DEVELOPING.md) for the PHAR tool
3139

40+
[@localheinz]: https://github.com/localheinz

src/Constants/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ final class Version
1212
*
1313
* @var string
1414
*/
15-
const VERSION = '0.4.2';
15+
const VERSION = '0.4.3';
1616
}

0 commit comments

Comments
 (0)