Skip to content

Commit c66d8dd

Browse files
chore: bump version to 2.28.1 [skip ci]
1 parent a947440 commit c66d8dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v2.28.1](https://github.com/docling-project/docling-core/releases/tag/v2.28.1) - 2025-04-25
2+
3+
### Fix
4+
5+
* Visualization of document pages without items ([#271](https://github.com/docling-project/docling-core/issues/271)) ([`a947440`](https://github.com/docling-project/docling-core/commit/a94744054509df8ba450629e8276c335b3a4d902))
6+
* UnboundLocal variable ([#269](https://github.com/docling-project/docling-core/issues/269)) ([`d9709d0`](https://github.com/docling-project/docling-core/commit/d9709d0b124427e414abe8d7f7a3a89e649a7a44))
7+
18
## [v2.28.0](https://github.com/docling-project/docling-core/releases/tag/v2.28.0) - 2025-04-23
29

310
### Feature

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

0 commit comments

Comments
 (0)