CHANGELOG.md in circleci-coverage_reporter-0.3.1 vs CHANGELOG.md in circleci-coverage_reporter-0.4.0

- old
+ new

@@ -4,10 +4,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.4.0] - 2017-03-18 +### Added +- Support [RubyCritic](https://github.com/whitesmith/rubycritic) score +- Enable to change score unit + +### Changed +- Round coverage by default + +### Fixed +- Make sure that `#coverage` methods return a `Float` object + ## [0.3.1] - 2017-03-17 ### Fixed - Suppress emoji if base diff is NaN or zero ## [0.3.0] - 2017-03-16 @@ -20,11 +31,11 @@ ### Fixed - Run each example in sandbox ## [0.2.0] - 2017-03-14 ### Added -- Support [Flow](flowtype.org) coverage reported by [flow-coverage-report](https://github.com/rpl/flow-coverage-report) +- Support [Flow](https://flowtype.org) coverage reported by [flow-coverage-report](https://github.com/rpl/flow-coverage-report) ### Fixed - Disable inactive reporters - Fix uninitialized constant `Float::NaN` @@ -43,10 +54,11 @@ ## 0.1.0 - 2017-03-12 ### Added - Initial release -[Unreleased]: https://github.com/increments/circleci-coverage_reporter/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/increments/circleci-coverage_reporter/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/increments/circleci-coverage_reporter/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/increments/circleci-coverage_reporter/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/increments/circleci-coverage_reporter/compare/v0.1.1...v0.1.2