From 280b325c84831f706c3dbb6881ebf3ba6c8de388 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Wed, 2 Nov 2022 18:37:16 -0300 Subject: [PATCH] release: v0.8.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fd9a9..0c40f73 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.8.0] - 2022-11-02 + ### Added - option `table-coverage-change` to filter files shown on table by percentage change of a file. @@ -144,7 +146,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.7.1...HEAD +[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.2...v0.6.0