Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.1.7](https://github.com/pepabo/plusplusbot/compare/v1.1.6...v1.1.7) - 2026-04-10
- DockerfileとGHCRへのイメージビルドワークフローを追加 by @buty4649 in https://github.com/pepabo/plusplusbot/pull/119

## [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
Expand Down
2 changes: 1 addition & 1 deletion bot/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package bot

var Version = "1.1.6"
var Version = "1.1.7"