Skip to content

Commit e9d4bd9

Browse files
chore: bump version to 2.45.0 [skip ci]
1 parent 8405d1d commit e9d4bd9

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.45.0](https://github.com/docling-project/docling-core/releases/tag/v2.45.0) - 2025-08-20
2+
3+
### Feature
4+
5+
* Add document concatenation ([#365](https://github.com/docling-project/docling-core/issues/365)) ([`99eabb3`](https://github.com/docling-project/docling-core/commit/99eabb3b01dceb6ec907ecee993d73adcc825398))
6+
7+
### Fix
8+
9+
* Add forward slashes to singleton tags ([#369](https://github.com/docling-project/docling-core/issues/369)) ([`23badf2`](https://github.com/docling-project/docling-core/commit/23badf2a1d8fcd3b020511da0c8f4442e78d7011))
10+
111
## [v2.44.2](https://github.com/docling-project/docling-core/releases/tag/v2.44.2) - 2025-08-14
212

313
### Fix

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