From 07ebf2e466c94a2fb50b469a24513bd5525822a1 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:08:56 +0900 Subject: [PATCH] chore(release): v0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 신뢰성 해자(diff_documents 검증 API, inspect 중복라벨 힌트) + 생성급 parity 1차 (pptx/hwpx/xlsx 조건·표현식·필터) + xlsx 수식 계산값. 상세는 CHANGELOG [0.11.0]. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb68bd1..94a400e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning: ## [Unreleased] +## [0.11.0] — 2026-06-02 + +리서치 기반 궁극 로드맵의 **신뢰성 해자 + 생성급 parity 1차** 를 구현. + ### Added - **PPTX/HWPX/XLSX 조건·표현식·필터** — 단순 `{{key}}` 치환에 더해 `{% if %}` 조건, `{{ price * qty }}` 표현식, `{{ x|length }}` 필터를 지원 diff --git a/pyproject.toml b/pyproject.toml index 7bce20a..c7c0d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "document-adapter" -version = "0.10.0" +version = "0.11.0" 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"