Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Aug 28, 2024
1 parent b6496ac commit 8c1d1a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
_Nothing yet_

## [v1.2.0] - 2024-08-28
- Add input to configure GitHub Actions workflow filename (fgrosse/go-coverage-report#44)

## [v1.1.1] - 2024-08-23
Expand All @@ -25,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0] - 2024-03-18
- Initial release

[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...v1.2.0
[v1.1.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
[v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ inputs:
version:
description: 'The exact version tag of the go-coverage-report tool to use.'
required: true
default: "v1.1.1"
default: "v1.2.0"

sha256sum:
description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
version:
description: 'The exact version tag of the go-coverage-report tool to use.'
required: true
default: "v1.1.1"
default: "v1.2.0"

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

0 comments on commit 8c1d1a0

Please sign in to comment.