Skip to content

Commit 8b676b9

Browse files
chore: bump version to 2.27.0 [skip ci]
1 parent d0a49da commit 8b676b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v2.27.0](https://github.com/docling-project/docling-core/releases/tag/v2.27.0) - 2025-04-16
2+
3+
### Feature
4+
5+
* Chart tabular data serialization for HTML serializer ([#258](https://github.com/docling-project/docling-core/issues/258)) ([`caa8aee`](https://github.com/docling-project/docling-core/commit/caa8aeefae81b893cd38bcc4349fe7112bd0eb24))
6+
7+
### Fix
8+
9+
* HTML serialization for single image documents ([#261](https://github.com/docling-project/docling-core/issues/261)) ([`d0a49da`](https://github.com/docling-project/docling-core/commit/d0a49da6de0da65275c709316bcdecaebdb6b883))
10+
* **codecov:** Fix codecov argument and yaml file ([#260](https://github.com/docling-project/docling-core/issues/260)) ([`1af0721`](https://github.com/docling-project/docling-core/commit/1af07218e1496029693eb7dcebd6f4ac4451003d))
11+
* Safer label color API ([#259](https://github.com/docling-project/docling-core/issues/259)) ([`159f61d`](https://github.com/docling-project/docling-core/commit/159f61d6d8ce79d5dad1d47af729019c73c68d62))
12+
113
## [v2.26.4](https://github.com/docling-project/docling-core/releases/tag/v2.26.4) - 2025-04-14
214

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

0 commit comments

Comments
 (0)