chore: bump version to 2.28.2 [skip ci]

This commit is contained in:
github-actions[bot] 2025-03-26 16:52:06 +00:00
parent 9210812bfa
commit 82694b2136
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [v2.28.2](https://github.com/docling-project/docling/releases/tag/v2.28.2) - 2025-03-26
### Fix
* Improve HTML layer detection, various MD fixes ([#1241](https://github.com/docling-project/docling/issues/1241)) ([`9210812`](https://github.com/docling-project/docling/commit/9210812bfaad1fb138194464f0d563788f63f4c2))
* **html:** Fix HTML parsed heading level ([#1244](https://github.com/docling-project/docling/issues/1244)) ([`85c4df8`](https://github.com/docling-project/docling/commit/85c4df887b4dfc566f38ce25c6cf2824ff092b8e))
## [v2.28.1](https://github.com/docling-project/docling/releases/tag/v2.28.1) - 2025-03-25
### Fix

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "docling"
version = "2.28.1" # DO NOT EDIT, updated automatically
version = "2.28.2" # DO NOT EDIT, updated automatically
description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications."
authors = [
"Christoph Auer <cau@zurich.ibm.com>",