Skip to content

Commit dee3376

Browse files
authored
Merge pull request #118 from pepabo/tagpr-from-v1.1.5
Release for v1.1.6
2 parents 4392b4e + 43f3181 commit dee3376

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.1.6](https://github.com/pepabo/plusplusbot/compare/v1.1.5...v1.1.6) - 2026-04-10
4+
- fix: ++/--/== の後に文字列が続く場合は反応しないよう修正 by @Colorful12 in https://github.com/pepabo/plusplusbot/pull/117
5+
- fix: tagprからrelease実行を削除しタグpushトリガーに一本化 by @buty4649 in https://github.com/pepabo/plusplusbot/pull/116
6+
37
## [v1.1.5](https://github.com/pepabo/plusplusbot/compare/v1.1.4...v1.1.5) - 2026-04-10
48
- deps(deps): bump the aws-sdk-go-v2 group with 4 updates by @dependabot[bot] in https://github.com/pepabo/plusplusbot/pull/62
59
- 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

bot/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package bot
22

3-
var Version = "1.1.5"
3+
var Version = "1.1.6"

0 commit comments

Comments
 (0)