Skip to content

Commit bf88e9d

Browse files
chore: bump version to 2.40.0 [skip ci]
1 parent 9fa0c9f commit bf88e9d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v2.40.0](https://github.com/docling-project/docling-core/releases/tag/v2.40.0) - 2025-07-02
2+
3+
### Feature
4+
5+
* Added different content-layers ([#345](https://github.com/docling-project/docling-core/issues/345)) ([`eb2538e`](https://github.com/docling-project/docling-core/commit/eb2538eb3ac61379c810e09f89885395a835012b))
6+
7+
### Fix
8+
9+
* BoundingRectangle angle computation when in `CoordOrigin.TOPLEFT` ([#347](https://github.com/docling-project/docling-core/issues/347)) ([`9fa0c9f`](https://github.com/docling-project/docling-core/commit/9fa0c9f8bed531a46c165990d255893e12857e82))
10+
111
## [v2.39.0](https://github.com/docling-project/docling-core/releases/tag/v2.39.0) - 2025-06-27
212

313
### 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.39.0" # DO NOT EDIT, updated automatically
3+
version = "2.40.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)