Skip to content

Commit b3fb504

Browse files
chore: bump version to 2.38.0 [skip ci]
1 parent 78b7962 commit b3fb504

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.38.0](https://github.com/docling-project/docling-core/releases/tag/v2.38.0) - 2025-06-18
2+
3+
### Feature
4+
5+
* **viz:** Add reading order branch numbering, fix cross-page lists ([#334](https://github.com/docling-project/docling-core/issues/334)) ([`78b7962`](https://github.com/docling-project/docling-core/commit/78b796221dd56e151b81828aa102cd4a38ea13b3))
6+
* Add parameter to choose of which pages export the doctags ([#290](https://github.com/docling-project/docling-core/issues/290)) ([`0fd3c1c`](https://github.com/docling-project/docling-core/commit/0fd3c1cbe609d9fe3abe10819ea85a95c29c0e57))
7+
8+
### Fix
9+
10+
* Expose base types consistently ([#332](https://github.com/docling-project/docling-core/issues/332)) ([`2e14a74`](https://github.com/docling-project/docling-core/commit/2e14a74936ab247f5682e5ee1599e9abfdb4f83d))
11+
* **HybridChunker:** Improve long heading handling ([#333](https://github.com/docling-project/docling-core/issues/333)) ([`5c99722`](https://github.com/docling-project/docling-core/commit/5c99722b3817d4a6e8d0f315891156ae4422897c))
12+
113
## [v2.37.0](https://github.com/docling-project/docling-core/releases/tag/v2.37.0) - 2025-06-13
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.37.0" # DO NOT EDIT, updated automatically
3+
version = "2.38.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)