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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}` 필터를 지원
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.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"
Expand Down
Loading