Skip to content

Commit b1e2e42

Browse files
heehoclaude
andcommitted
chore: bump version to 0.2.0 (Phase 1 final create release)
P1-01 ~ P1-06 으로 broker create POST 활성화 가능 (디폴트 OFF). semver minor 의미 충족 — 신규 가드된 write 기능. pyproject.toml + __init__.py.__version__ 동기 갱신, daemon.BRIDGE_VERSION 은 importlib.metadata 로 자동 추종. 3중 동기 테스트 (test_packaging_metadata) 3건 모두 PASS. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0353d38 commit b1e2e42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "toss-browser-bridge"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Unofficial read-only browser bridge for Toss Securities web"
55
readme = "README.md"
66
requires-python = ">=3.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)