From fc8153bfa8594db51a2088b3fceebeac4f7e90f3 Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:26:14 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- bot/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/version.go b/bot/version.go index 4e75f35..83bf287 100644 --- a/bot/version.go +++ b/bot/version.go @@ -1,3 +1,3 @@ package bot -var Version = "1.1.5" +var Version = "1.1.6" From 43f3181cdab72edc10e6216e2369a6bc616158d2 Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:26:15 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b629064..d85532e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.1.6](https://github.com/pepabo/plusplusbot/compare/v1.1.5...v1.1.6) - 2026-04-10 +- fix: ++/--/== の後に文字列が続く場合は反応しないよう修正 by @Colorful12 in https://github.com/pepabo/plusplusbot/pull/117 +- fix: tagprからrelease実行を削除しタグpushトリガーに一本化 by @buty4649 in https://github.com/pepabo/plusplusbot/pull/116 + ## [v1.1.5](https://github.com/pepabo/plusplusbot/compare/v1.1.4...v1.1.5) - 2026-04-10 - deps(deps): bump the aws-sdk-go-v2 group with 4 updates by @dependabot[bot] in https://github.com/pepabo/plusplusbot/pull/62 - deps(deps): bump github.com/ncruces/go-sqlite3 from 0.28.0 to 0.29.0 by @dependabot[bot] in https://github.com/pepabo/plusplusbot/pull/63