From 25e8be6ba9e673d41e532e490c2aa224f08065d3 Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:47:47 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 3e6fe40..328f222 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,7 +17,7 @@ var ( flagAPIAccessToken string ) -var version = "1.0.0" +var version = "1.1.0" var rootCmd = &cobra.Command{ Use: "xp", From a57f08bfed57fa23eaf62ba767946b3951863eca Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:47:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9171353..be779e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [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 +- document: 承認状況取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/20 +- document: ブラウザで書類を開くopenサブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/21 +- query: 一覧取得・実行サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/22 +- document: コメントの追加・取得・更新・削除サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/23 +- document: search にフィルタフラグを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/19 +- document: 添付ファイルの追加・取得・一覧・更新・削除サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/24 +- approval: 承認待ち件数取得・承認完了書類非表示設定サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/26 +- document: 書類ビュー (docview/openview/statusview) 取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/27 +- query: クエリグラフ取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/28 +- system: 登録フォーム一覧・フォーム定義取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/29 +- system: マスタ管理サブコマンド (list/show/data/import/upload) を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/33 +- table: ヘッダ下線付きのテーブル/リスト出力に刷新 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/32 +- system: Webhookログ取得・詳細取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/34 +- system: Webhook設定の取得・登録・更新・削除サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/35 +- misc: adminrole / proxy / service 取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/36 +- system: 自動申請 (lumpapply) 一覧・定義取得サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/31 +- misc: .gitignoreのClaude Code worktreeパスを更新 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/38 +- document: status を TTY 向けにテーブル/リスト表示へ刷新 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/37 + ## [v1.0.0](https://github.com/pepabo/xpoint-cli/commits/v1.0.0) - 2026-04-17 - Add tests, CI workflow, and golangci-lint config by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/1 - Add goreleaser and tagpr for automated releases by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/2