Skip to content

Commit a3fb1d4

Browse files
Release for v1.1.1 (#40)
* [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 2a852ce commit a3fb1d4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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.1](https://github.com/pepabo/xpoint-cli/compare/v1.1.0...v1.1.1) - 2026-04-20
4+
- release: リリース成果物に winget manifest を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/39
5+
36
## [v1.1.0](https://github.com/pepabo/xpoint-cli/compare/v1.0.0...v1.1.0) - 2026-04-17
47
- goreleaser: アーカイブ名をxp_{version}_{os}_{arch}に変更 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/16
58
- document: PDFダウンロードサブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/18

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.0"
20+
var version = "1.1.1"
2121

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

0 commit comments

Comments
 (0)