Skip to content

Commit 9fbe437

Browse files
chore: bump version to 0.7.0 [skip ci]
1 parent 3e134ae commit 9fbe437

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v0.7.0](https://github.com/docling-project/docling-eval/releases/tag/v0.7.0) - 2025-07-30
2+
3+
### Feature
4+
5+
* Add CLI arguments to control the docling layout model ([#136](https://github.com/docling-project/docling-eval/issues/136)) ([`3e134ae`](https://github.com/docling-project/docling-eval/commit/3e134ae1b08f82e9e6ecb9690b73a9420a528fb1))
6+
* Campaign tools ([#139](https://github.com/docling-project/docling-eval/issues/139)) ([`af2c222`](https://github.com/docling-project/docling-eval/commit/af2c222af0bdf93230fa4e619dc45e388d48e7a5))
7+
* Add KeyValueEvaluator ([#140](https://github.com/docling-project/docling-eval/issues/140)) ([`bc60093`](https://github.com/docling-project/docling-eval/commit/bc600938fc3452d0bffdd835bca420538c9f2fea))
8+
9+
### Fix
10+
11+
* Prevent crash from invalid bbox coordinates in HTML export ([#142](https://github.com/docling-project/docling-eval/issues/142)) ([`c31b107`](https://github.com/docling-project/docling-eval/commit/c31b107298f625721ab98aaac54f56d8c3f87a68))
12+
113
## [v0.6.0](https://github.com/docling-project/docling-eval/releases/tag/v0.6.0) - 2025-07-02
214

315
### Feature

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.6.0" # DO NOT EDIT, updated automatically
3+
version = "0.7.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"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)