Skip to content

Commit 91b8f86

Browse files
committed
chore(release): v1.8.0
1 parent 181f4fc commit 91b8f86

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/kyo504/krx-cli/compare/v1.7.3...v1.8.0) (2026-03-19)
4+
5+
### Features
6+
7+
- --verbose 옵션 구현으로 디버깅 로그 지원 ([181f4fc](https://github.com/kyo504/krx-cli/commit/181f4fcfb23902727b2f1420a3654e0c34bc3fe8))
8+
39
## [1.7.3](https://github.com/kyo504/krx-cli/compare/v1.7.2...v1.7.3) (2026-03-19)
410

511
### Bug Fixes

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install: npm install -g krx-cli
77
binary: krx
88
metadata:
99
author: kyo504
10-
version: "1.7.3"
10+
version: "1.8.0"
1111
invariants:
1212
- Always use YYYYMMDD format for --date (e.g., 20260310)
1313
- Data is T-1 (previous trading day), available from 2010 onwards

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "krx-cli",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"description": "CLI & MCP server for KRX (Korea Exchange) Open API — query Korean stock market data (KOSPI, KOSDAQ, ETF, bonds, derivatives) from terminal or AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)