Skip to content

Commit f335d9a

Browse files
chore(main): release 0.1.0
1 parent a808947 commit f335d9a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.1.0 (2026-02-26)
9+
10+
11+
### Features
12+
13+
* add tests ([faaa9e4](https://github.com/fairdataihub/poster2json/commit/faaa9e441f2ea63c2f4a7908e5298428f5909eb4))
14+
* regex identifier extraction and caption ID auto-generation ([86f9b6f](https://github.com/fairdataihub/poster2json/commit/86f9b6f06c39849d0bb753cdbf4c09afde47fe39))
15+
16+
17+
### Bug Fixes
18+
19+
* fix dependencies ([6330b54](https://github.com/fairdataihub/poster2json/commit/6330b54f7e0a1323da9118a94356e4692a55e74b))
20+
* update markdownlint configuration and improve README.md content ([f06e74c](https://github.com/fairdataihub/poster2json/commit/f06e74cc83db1c92cae75561c2a5f25f7c5b5f05))
21+
* update README.md by removing unnecessary brackets from URLs ([45e12d0](https://github.com/fairdataihub/poster2json/commit/45e12d0e54d2e046da18c85d115aa4aeea9d74a8))
22+
823
## [0.1.6] - 2026-02-26
924

1025
### Changed

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.1.6"
4+
version = "0.1.0"
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)