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.1](https://github.com/pepabo/xpoint-cli/compare/v1.1.0...v1.1.1) - 2026-04-20
- release: リリース成果物に winget manifest を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/39

## [v1.1.0](https://github.com/pepabo/xpoint-cli/compare/v1.0.0...v1.1.0) - 2026-04-17
- goreleaser: アーカイブ名をxp_{version}_{os}_{arch}に変更 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/16
- document: PDFダウンロードサブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/18
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
flagAPIAccessToken string
)

var version = "1.1.0"
var version = "1.1.1"

var rootCmd = &cobra.Command{
Use: "xp",
Expand Down