Skip to content

Commit 1350884

Browse files
chore: bump version to 2.25.0 [skip ci]
1 parent e0943d2 commit 1350884

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v2.25.0](https://github.com/docling-project/docling-core/releases/tag/v2.25.0) - 2025-03-31
2+
3+
### Feature
4+
5+
* Allow images in doctags deserializer to be optional and support multipage ([#225](https://github.com/docling-project/docling-core/issues/225)) ([`e0943d2`](https://github.com/docling-project/docling-core/commit/e0943d24ec80d3973a1a30e6755e35695f49b432))
6+
7+
### Fix
8+
9+
* DivisionByZero in intersection_over_self ([#224](https://github.com/docling-project/docling-core/issues/224)) ([`2f380ab`](https://github.com/docling-project/docling-core/commit/2f380abd174624a1ac36c47257eba0a659413f01))
10+
* Fix hyperlink deserialization ([#223](https://github.com/docling-project/docling-core/issues/223)) ([`57d26ee`](https://github.com/docling-project/docling-core/commit/57d26eed112815af39b5a89a71f2a28ffb6aad67))
11+
112
## [v2.24.1](https://github.com/docling-project/docling-core/releases/tag/v2.24.1) - 2025-03-28
213

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

0 commit comments

Comments
 (0)