Skip to content

Commit 801f018

Browse files
chore: bump version to 2.29.0 [skip ci]
1 parent 8677d6e commit 801f018

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v2.29.0](https://github.com/docling-project/docling-core/releases/tag/v2.29.0) - 2025-05-01
2+
3+
### Feature
4+
5+
* Promote serializers to stable API ([#276](https://github.com/docling-project/docling-core/issues/276)) ([`d05fe08`](https://github.com/docling-project/docling-core/commit/d05fe085468fa2548b46d90967038facbdb166b6))
6+
7+
### Fix
8+
9+
* Fix multi-provenance item visualization ([#277](https://github.com/docling-project/docling-core/issues/277)) ([`8677d6e`](https://github.com/docling-project/docling-core/commit/8677d6e9c67c1bac72c8f078fdcdc8891148f32a))
10+
* Added return value for crop_text method in segmentedPdfPage Class ([#275](https://github.com/docling-project/docling-core/issues/275)) ([`591fe59`](https://github.com/docling-project/docling-core/commit/591fe59357192a05d0ad24310c149edda00c0af4))
11+
* Make load_from_doctags method static ([#273](https://github.com/docling-project/docling-core/issues/273)) ([`8f85d05`](https://github.com/docling-project/docling-core/commit/8f85d056e8d58964180756572b37138cffef028a))
12+
113
## [v2.28.1](https://github.com/docling-project/docling-core/releases/tag/v2.28.1) - 2025-04-25
214

315
### Fix

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.28.1"
3+
version = "2.29.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)