From c6fce1e0e26db64d5e02b8c513067f7699b66419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=EC=84=B1=EC=A4=80?= Date: Tue, 2 Jun 2026 14:13:36 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.11.1=20(docs=20=E2=80=94?= =?UTF-8?q?=20README=20=EB=8F=84=EA=B5=AC=20=EB=AA=A9=EB=A1=9D=20=EC=A0=95?= =?UTF-8?q?=ED=95=A9=EC=84=B1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 코드 변경 없음. README 도구 표를 12개 전부로 갱신한 것을 PyPI 랜딩 페이지에 반영하기 위한 doc-only 패치 릴리스. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a400e..6d4a1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning: ## [Unreleased] +## [0.11.1] — 2026-06-02 + +### Docs +- README '노출되는 도구' 표를 **12 개 전부**로 갱신(누락됐던 get_shapes/ + set_shape_text·get_form_controls/set_form_control·diff_documents 반영) + + render_template on_missing/조건식·inspect duplicate_labels 등 최신 반환 필드. + (코드 변경 없음 — PyPI 랜딩 페이지 정합성 패치.) + ## [0.11.0] — 2026-06-02 리서치 기반 궁극 로드맵의 **신뢰성 해자 + 생성급 parity 1차** 를 구현. diff --git a/pyproject.toml b/pyproject.toml index c7c0d6f..95ed41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "document-adapter" -version = "0.11.0" +version = "0.11.1" description = "LLM-friendly document template editing (DOCX/PPTX/HWPX/XLSX) with MCP server and Claude API tool-use support" readme = "README.md" requires-python = ">=3.10"