Skip to content

Commit ffa66d0

Browse files
committed
Remove internal audit document from release artifacts
1 parent 791abaf commit ffa66d0

File tree

3 files changed

+6
-195
lines changed

3 files changed

+6
-195
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
모든 중요한 변경 사항은 이 문서에 기록됩니다. 형식은 [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/)[Semantic Versioning](https://semver.org/lang/ko/)을 따릅니다.
44

5+
## [2.7.1] - 2026-03-08
6+
### 변경
7+
- 공개 저장소와 배포 산출물에서 내부 감사 문서를 제거했습니다.
8+
59
## [2.7] - 2026-03-08
610
### 추가
711
- `hwpx-unpack`, `hwpx-pack`, `hwpx-analyze-template` CLI를 추가했습니다.
812
- `src/hwpx/tools/archive_cli.py`를 추가해 unpack/pack 워크플로를 패키지 레벨 도구로 승격했습니다.
913
- unpack 시 `.hwpx-pack-metadata.json`을 기록하고, pack 시 이를 사용해 원본 ZIP 엔트리 순서/압축 방식을 가능한 범위에서 보존하도록 했습니다.
10-
- `src/hwpx/tools/template_analyzer.py``DevDoc/hwpxskill_gap_audit.md`를 추가했습니다.
14+
- `src/hwpx/tools/template_analyzer.py`를 추가했습니다.
1115

1216
### 변경
1317
- `scripts/office/unpack.py`, `scripts/office/pack.py`, `scripts/analyze_template.py`를 패키지 도구 래퍼로 정리했습니다.

DevDoc/hwpxskill_gap_audit.md

Lines changed: 0 additions & 193 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-hwpx"
7-
version = "2.7"
7+
version = "2.7.1"
88
description = "Hancom HWPX 패키지를 로드하고 편집하기 위한 Python 유틸리티 모음"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)