Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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차** 를 구현.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading