Skip to content

Commit cf73d25

Browse files
chore: bump version to 2.48.0 [skip ci]
1 parent b13267f commit cf73d25

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+
## [v2.48.0](https://github.com/docling-project/docling-core/releases/tag/v2.48.0) - 2025-09-09
2+
3+
### Feature
4+
5+
* Introduction of fillable TableCell ([#384](https://github.com/docling-project/docling-core/issues/384)) ([`b13267f`](https://github.com/docling-project/docling-core/commit/b13267f18be165091149e99c145ec4de42f72e71))
6+
* Add support for heading with inline in HTML & DocTags ([#379](https://github.com/docling-project/docling-core/issues/379)) ([`b60ac19`](https://github.com/docling-project/docling-core/commit/b60ac192ef7b31574c2b3b55be9e9a00fd6c8479))
7+
8+
### Fix
9+
10+
* Add `doc` param to all `export_to_dataframe()` calls ([#380](https://github.com/docling-project/docling-core/issues/380)) ([`0512f44`](https://github.com/docling-project/docling-core/commit/0512f4473dfc4827bf2ff3fa5f70116ed916b39c))
11+
* Fix handling of generic groups in rich table cells ([#383](https://github.com/docling-project/docling-core/issues/383)) ([`2dc57c1`](https://github.com/docling-project/docling-core/commit/2dc57c1769e9e269e6afd05fc559d924799247cc))
12+
113
## [v2.47.0](https://github.com/docling-project/docling-core/releases/tag/v2.47.0) - 2025-09-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-core"
3-
version = "2.47.0" # DO NOT EDIT, updated automatically
3+
version = "2.48.0" # DO NOT EDIT, updated automatically
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
license-files = ["LICENSE"]

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)