Skip to content

Commit 03f6635

Browse files
committed
release: v0.16.0
1 parent 3fdae89 commit 03f6635

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.0] - 2026-03-16
11+
1012
### Added
1113

1214
- scripts to release new versions in a standardized way
@@ -375,7 +377,8 @@ into comments in the pull request.
375377
- implemented base action reading clover.xml files and converting then.
376378
- release.yml workflow to auto-release tags
377379

378-
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.12...HEAD
380+
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.16.0...HEAD
381+
[0.16.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.12...v0.16.0
379382
[0.15.12]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.11...v0.15.12
380383
[0.15.11]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.10...v0.15.11
381384
[0.15.10]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.9...v0.15.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucassabreu/comment-coverage-clover",
3-
"version": "0.15.12",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "Creates a comment on a commit or pull request with test coverage %",
66
"main": "bin/index.mjs",

0 commit comments

Comments
 (0)