Skip to content

Commit c5e768d

Browse files
committed
chore: release 0.9.16 (docs-only prompt-design refresh)
1 parent ca2b611 commit c5e768d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.16] - 2026-06-10
9+
10+
### Changed
11+
12+
- **Docs: refreshed the extraction prompt-design notes** (`docs/prompt-design.md`). Documentation-only update; no functional or packaged change.
13+
814
## [0.9.15] - 2026-06-10
915

1016
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "poster2json"
4-
version = "0.9.15"
4+
version = "0.9.16"
55
description = "Convert scientific posters (PDF/images) to structured JSON metadata using Large Language Models"
66

77
packages = [{ include = "poster2json" }]

0 commit comments

Comments
 (0)