Skip to content

Commit dc5a99e

Browse files
chore: bump version to 2.5.1 [skip ci]
1 parent ae2f131 commit dc5a99e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v2.5.1](https://github.com/DS4SD/docling-core/releases/tag/v2.5.1) - 2024-11-27
2+
3+
### Fix
4+
5+
* 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))
6+
* Artifacts dir double stem ([#75](https://github.com/DS4SD/docling-core/issues/75)) ([`f93332b`](https://github.com/DS4SD/docling-core/commit/f93332b402c1e175a2df3cad7c254b23591eea34))
7+
18
## [v2.5.0](https://github.com/DS4SD/docling-core/releases/tag/v2.5.0) - 2024-11-27
29

310
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-core"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)