Skip to content

Commit e54524d

Browse files
chore: bump version to 2.53.0 [skip ci]
1 parent edda70b commit e54524d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v2.53.0](https://github.com/docling-project/docling-core/releases/tag/v2.53.0) - 2025-11-27
2+
3+
### Feature
4+
5+
* **experimental:** Extend IDocTags tokens ([#439](https://github.com/docling-project/docling-core/issues/439)) ([`aa5c668`](https://github.com/docling-project/docling-core/commit/aa5c668050b93ae4623a7e7be34396e6062aca66))
6+
* Added the Azure Document Intelligence ([#395](https://github.com/docling-project/docling-core/issues/395)) ([`92d60b0`](https://github.com/docling-project/docling-core/commit/92d60b0948972dbe395a85a367755dc1436323df))
7+
8+
### Fix
9+
10+
* Chart title ([#428](https://github.com/docling-project/docling-core/issues/428)) ([`3b253c1`](https://github.com/docling-project/docling-core/commit/3b253c17f00f1c84ab362b4e60101e312427015f))
11+
* Robustify page filtering ([#437](https://github.com/docling-project/docling-core/issues/437)) ([`8bdeaa7`](https://github.com/docling-project/docling-core/commit/8bdeaa7238cab7b9c3d9f533bd110cae55e7611e))
12+
* Markdown serialization of hyperlink with code ([#434](https://github.com/docling-project/docling-core/issues/434)) ([`8feb09f`](https://github.com/docling-project/docling-core/commit/8feb09f1cf6658aadb028f3abedd23a62163deb9))
13+
114
## [v2.52.0](https://github.com/docling-project/docling-core/releases/tag/v2.52.0) - 2025-11-20
215

316
### 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.52.0" # DO NOT EDIT, updated automatically
3+
version = "2.53.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)