From 82694b2136d978e513051aaa4529da314dab9f52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Mar 2025 16:52:06 +0000 Subject: [PATCH] chore: bump version to 2.28.2 [skip ci] --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1079f..96bba75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index cd5f9ac..d3af33e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",