Skip to content

Commit 3f9a8c3

Browse files
authored
release: v0.13.0 (#111) (#111)
1 parent 536cacb commit 3f9a8c3

2 files changed

Lines changed: 5 additions & 2 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.13.0] - 2026-04-24
11+
1012
### 2026-04-24
1113
- **Feat**: `entities list``--scope-q` オプションを追加 — NGSI-LD `scopeQ` パラメータによるスコープフィルタリングに対応 (#110)
1214
- **Feat**: テーブル表示で `scope` プロパティを `id`, `type` の直後に表示 (#110)
@@ -208,7 +210,8 @@
208210
### 2026-02-26
209211
- **Docs**: README にインストール手順・使い方・コマンドリファレンスを追加 (#1)
210212

211-
[Unreleased]: https://github.com/geolonia/geonicdb-cli/compare/v0.12.1...HEAD
213+
[Unreleased]: https://github.com/geolonia/geonicdb-cli/compare/v0.13.0...HEAD
214+
[0.13.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.12.1...v0.13.0
212215
[0.12.1]: https://github.com/geolonia/geonicdb-cli/compare/v0.12.0...v0.12.1
213216
[0.12.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.11.0...v0.12.0
214217
[0.11.0]: https://github.com/geolonia/geonicdb-cli/compare/v0.10.1...v0.11.0

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.12.1",
3+
"version": "0.13.0",
44
"description": "A CLI client for the GeonicDB",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)