From c3ec4b51edd981ca9a02203ca656a83693c9c76e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Nov 2022 14:40:16 +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 985e8182..393541c9 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.45.3" +var Version = "0.46.0" From 89ea8d11bd8569950fd86401288dc8c9dac2bb02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Nov 2022 14:40:16 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fa3930..11aea5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.46.0](https://github.com/k1LoW/octocov/compare/v0.45.3...v0.46.0) - 2022-11-11 +- test: add case for https://github.com/antonmedv/expr expression supports by @u-yas in https://github.com/k1LoW/octocov/pull/209 +- feat: customize commit message by octocov.yml by @u-yas in https://github.com/k1LoW/octocov/pull/215 +- bonsai by @k1LoW in https://github.com/k1LoW/octocov/pull/216 + ## [v0.45.3](https://github.com/k1LoW/octocov/compare/v0.45.2...v0.45.3) - 2022-11-09 - Fix build pipeline of docker image by @k1LoW in https://github.com/k1LoW/octocov/pull/212