From 5fae591945b4a0420b66851de532c3b4f79fa2e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Aug 2023 12:51:24 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 65e7cc33..1770d7f0 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "octocov" // Version for this. -var Version = "0.49.0" +var Version = "0.50.0" From 992e35cfc24638444894c900f4543f83ea2b633a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Aug 2023 12:51:24 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b308df26..1dc43f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.50.0](https://github.com/k1LoW/octocov/compare/v0.49.0...v0.50.0) - 2023-08-21 +### New Features 🎉 +- Only display badges if the central mode repository is private by @k1LoW in https://github.com/k1LoW/octocov/pull/241 +### Other Changes +- Add govluncheck by @k1LoW in https://github.com/k1LoW/octocov/pull/239 + ## [v0.49.0](https://github.com/k1LoW/octocov/compare/v0.48.0...v0.49.0) - 2023-07-19 - Support `timeout:` and set default timeout by @k1LoW in https://github.com/k1LoW/octocov/pull/237 - Update lint setting by @k1LoW in https://github.com/k1LoW/octocov/pull/238