From 75141999a77f79730af391b6059c9281c85edea6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Nov 2023 08:30:38 +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 f6da1bc3..c1becf90 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.54.5" //nostyle:repetition +var Version = "0.54.6" //nostyle:repetition From c4e87968b6c36e5b78f987ca87707d0ae85254e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Nov 2023 08:30:39 +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 5995fb5b..af024e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.54.6](https://github.com/k1LoW/octocov/compare/v0.54.5...v0.54.6) - 2023-11-03 +### Fix bug 🐛 +- Identify the region of the bucket by @k1LoW in https://github.com/k1LoW/octocov/pull/301 +### Other Changes +- Bump golang.org/x/image from 0.5.0 to 0.10.0 by @dependabot in https://github.com/k1LoW/octocov/pull/299 + ## [v0.54.5](https://github.com/k1LoW/octocov/compare/v0.54.4...v0.54.5) - 2023-10-26 ### Other Changes - Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in https://github.com/k1LoW/octocov/pull/295