From a2d2ae15aa7617e51ccab000adcfaf4f8c0fba6c Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Tue, 20 Sep 2022 18:36:50 -0300 Subject: [PATCH] release: v0.6.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6497ffc3..768569a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2022-09-20 + ### Added - new option `only-with-coverable-lines` to filter out files that don't have lines of code to check. @@ -121,7 +123,8 @@ as bundling tool. - implemented base action reading clover.xml files and converting then. - release.yml workflow to auto-release tags -[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.4.2...v0.5.0