From 5fab721cfc50c201be36775355eb5d8219e06d56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jan 2024 14:51:23 +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 fa072410..c63e5cd8 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.55.2" //nostyle:repetition +var Version = "0.56.0" //nostyle:repetition From c76d4bf52df76f2d29c661eaf4317bd5e9781ff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jan 2024 14: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 b0a9e863..3ad2737f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.56.0](https://github.com/k1LoW/octocov/compare/v0.55.2...v0.56.0) - 2024-01-22 +### New Features 🎉 +- Improving readability of benchmark scores by @k2tzumi in https://github.com/k1LoW/octocov/pull/308 +### Other Changes +- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/k1LoW/octocov/pull/309 + ## [v0.55.2](https://github.com/k1LoW/octocov/compare/v0.55.1...v0.55.2) - 2023-12-28 ### Other Changes - Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 by @dependabot in https://github.com/k1LoW/octocov/pull/306