Skip to content

Commit 36f97e9

Browse files
authored
Merge pull request #97 from geolonia/release/0.10.0
0.10.0
2 parents b38299c + ebe70a0 commit 36f97e9

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2026-04-03
11+
1012
### 2026-04-03
1113
- **Docs**: 全コマンドの help 内容を充実 — description の具体化、examples の追加(テーブル形式、プロフィルスコープ、ユースケース別の例)、24 ファイル改善 (#96)
1214
- **Feat**: マルチテナント対応 — ログイン時のテナント名指定 (`-s <テナント名>`)、`tenantId` / `availableTenants` の config 保存、`profile use` 時のトークン自動リフレッシュ (#90)
@@ -174,7 +176,8 @@
174176
### 2026-02-26
175177
- **Docs**: README にインストール手順・使い方・コマンドリファレンスを追加 (#1)
176178

177-
[Unreleased]: https://github.com/geolonia/geonicdb-cli/compare/v0.9.0...HEAD
179+
[Unreleased]: https://github.com/geolonia/geonicdb-cli/compare/v0.10.0...HEAD
180+
[0.10.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.9.0...v0.10.0
178181
[0.9.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.8.0...v0.9.0
179182
[0.8.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.7.0...v0.8.0
180183
[0.7.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.6.4...v0.7.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geolonia/geonicdb-cli",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "A CLI client for the GeonicDB",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)