Deprecation Schedule
* `inspection_comment`サブコマンドを2022/12/01以降に廃止します。替わりに`comment`サブコマンドを利用してください。
Enhancements
* `comment list`, `comment list_all`コマンドに、コメントの種類を絞り込むための`--comment_type`引数を追加しました。
New Features
* `comment put_inspection`, `comment put_inspection_simply`コマンドを追加しました。
* `comment put_onhold`, `comment put_onhold_simply`コマンドを追加しました。
* `project put`:プロジェクトを作成するためのコマンドを追加しました。
* `my_account get`:自分のアカウント情報を出力するコマンドを追加しました。
* `organization list`:組織の一覧を出力するコマンドを作成しました。
What's Changed
* コメント関連のコマンドの追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/859
* `my_account get`, `organization list`, `project put` コマンドの作成 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/864
**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.71.0...v1.72.0