diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d7773..64bc7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v3.4.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.4.0) - 2025-02-20 + +### Feature + +* Add readingorder model ([#44](https://github.com/DS4SD/docling-ibm-models/issues/44)) ([`23c1696`](https://github.com/DS4SD/docling-ibm-models/commit/23c1696716d5d48d44ca2697232edd939cf3d25c)) + +### Fix + +* Add CodeItem to caption linking algorithm in reading-order-model ([#81](https://github.com/DS4SD/docling-ibm-models/issues/81)) ([`c3b53a5`](https://github.com/DS4SD/docling-ibm-models/commit/c3b53a52bea8fcdd06d046b71fb42e2202a4635d)) + ## [v3.3.2](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.3.2) - 2025-02-13 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5412c5b..e21fa8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "3.3.2" # DO NOT EDIT, updated automatically +version = "3.4.0" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"