Skip to content

Commit 90cc730

Browse files
chore: bump version to 0.9.0 [skip ci]
1 parent ac21644 commit 90cc730

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v0.9.0](https://github.com/docling-project/docling-eval/releases/tag/v0.9.0) - 2025-10-01
2+
3+
### Feature
4+
5+
* Exposed forced-ocr-option ([#157](https://github.com/docling-project/docling-eval/issues/157)) ([`ac21644`](https://github.com/docling-project/docling-eval/commit/ac21644d75e43c0814d3e0c4261d293b7825527f))
6+
* Implementation of table structure conversion from CVAT to DoclingDocument ([`208cd14`](https://github.com/docling-project/docling-eval/commit/208cd14bdd41ca9403ec82a33d68b7526890c668))
7+
18
## [v0.8.1](https://github.com/docling-project/docling-eval/releases/tag/v0.8.1) - 2025-09-16
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-eval"
3-
version = "0.8.1" # DO NOT EDIT, updated automatically
3+
version = "0.9.0" # DO NOT EDIT, updated automatically
44
description = "Evaluation of Docling"
55
license = "MIT"
66
keywords= ["docling", "evaluation", "convert", "document", "pdf", "docx", "html", "markdown", "layout model", "segmentation", "table structure", "table former"]

0 commit comments

Comments
 (0)