From d554155296422b4fc655656feff0db030eb2e4ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Apr 2024 15:17:27 +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 a1f85025..f5a3d359 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.59.0" //nostyle:repetition +var Version = "0.59.1" //nostyle:repetition From 91049f80088c4882742778955c4d9cb933084a02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Apr 2024 15:17:28 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bda5a01..44a569a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.59.1](https://github.com/k1LoW/octocov/compare/v0.59.0...v0.59.1) - 2024-04-09 +### Other Changes +- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/octocov/pull/352 +- chore(deps): bump the dependencies group with 6 updates by @dependabot in https://github.com/k1LoW/octocov/pull/354 +- chore(deps): bump the dependencies group with 11 updates by @dependabot in https://github.com/k1LoW/octocov/pull/355 +- Update go version by @k1LoW in https://github.com/k1LoW/octocov/pull/357 + ## [v0.59.0](https://github.com/k1LoW/octocov/compare/v0.58.1...v0.59.0) - 2024-03-11 ### Breaking Changes 🛠 - Mitigate conditions for local coverage display. by @k1LoW in https://github.com/k1LoW/octocov/pull/351