diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f59c9e..ca30a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.5.1](https://github.com/DS4SD/docling-core/releases/tag/v2.5.1) - 2024-11-27 + +### Fix + +* Hotfix for TableItem.export_to_html args ([#76](https://github.com/DS4SD/docling-core/issues/76)) ([`ae2f131`](https://github.com/DS4SD/docling-core/commit/ae2f1317255938d102c716efaf2db6adbc724bd1)) +* Artifacts dir double stem ([#75](https://github.com/DS4SD/docling-core/issues/75)) ([`f93332b`](https://github.com/DS4SD/docling-core/commit/f93332b402c1e175a2df3cad7c254b23591eea34)) + ## [v2.5.0](https://github.com/DS4SD/docling-core/releases/tag/v2.5.0) - 2024-11-27 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 61b3621..e1d06a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.5.0" +version = "2.5.1" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [