Skip to content

Commit ec9138d

Browse files
committed
Release version to v1.1.1
1 parent ba3f798 commit ec9138d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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+
_Nothing so far_
9+
10+
## [v1.1.1] - 2024-08-23
811
- Fix issue when the workflow file is renamed (fgrosse/go-coverage-report#41)
912

1013
## [v1.1.0] - 2024-07-25
@@ -22,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2225
## [v1.0.0] - 2024-03-18
2326
- Initial release
2427

25-
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...HEAD
28+
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...HEAD
29+
[v1.1.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...v1.1.1
2630
[v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
2731
[v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2
2832
[v1.0.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.0...v1.0.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
actions: read # to download code coverage results from "test" job
102102
pull-requests: write # write permission needed to comment on PR
103103
steps:
104-
- uses: fgrosse/go-coverage-report@v1.0.2 # Consider using a Git revision for maximum security
104+
- uses: fgrosse/go-coverage-report@v1.1.1 # Consider using a Git revision for maximum security
105105
with:
106106
coverage-artifact-name: "code-coverage" # can be omitted if you used this default value
107107
coverage-file-name: "coverage.txt" # can be omitted if you used this default value
@@ -116,7 +116,7 @@ inputs:
116116
version:
117117
description: 'The exact version of the go-coverage-report tool to use.'
118118
required: true
119-
default: "v1.0.2"
119+
default: "v1.1.1"
120120

121121
sha256sum:
122122
description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
version:
1010
description: 'The exact version tag of the go-coverage-report tool to use.'
1111
required: true
12-
default: "v1.0.2"
12+
default: "v1.1.1"
1313

1414
sha256sum:
1515
description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'

0 commit comments

Comments
 (0)