Skip to content

Commit 04118b5

Browse files
committed
Update CHANGELOG.md
1 parent 94f0113 commit 04118b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report#35)
8+
_Nothing so far_
9+
10+
## [v1.1.0] - 2024-07-25
911
- Document permissions needed to use this action (fgrosse/go-coverage-report#32)
1012
- Add new `skip-comment` input to skip adding a comment to the PR (fgrosse/go-coverage-report#34)
13+
- Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report#35)
1114

1215
## [v1.0.2] - 2024-06-11
1316
- Fix issue when coverage artifact contains more files than just the `coverage.txt` file (fgrosse/go-coverage-report#25)
@@ -19,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922
## [v1.0.0] - 2024-03-18
2023
- Initial release
2124

22-
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...HEAD
25+
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...HEAD
26+
[v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
2327
[v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2
2428
[v1.0.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.0...v1.0.1
2529
[v1.0.0]: https://github.com/fgrosse/go-coverage-report/releases/tag/v1.0.0

0 commit comments

Comments
 (0)