Skip to content

Commit c81dc3d

Browse files
Release for v1.1.2 (#42)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: pepabo-pr-maker[bot] <216826512+pepabo-pr-maker[bot]@users.noreply.github.com>
1 parent 4dec649 commit c81dc3d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [v1.1.2](https://github.com/pepabo/xpoint-cli/compare/v1.1.1...v1.1.2) - 2026-04-20
4+
- system: master data を全件取得へ変更 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/41
5+
36
## [v1.1.1](https://github.com/pepabo/xpoint-cli/compare/v1.1.0...v1.1.1) - 2026-04-20
47
- release: リリース成果物に winget manifest を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/39
58

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
flagAPIAccessToken string
1818
)
1919

20-
var version = "1.1.1"
20+
var version = "1.1.2"
2121

2222
var rootCmd = &cobra.Command{
2323
Use: "xp",

0 commit comments

Comments
 (0)