From 555506d8e63d7a71befc86f8b99ecccd498c4e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Aug 2025 15:25:07 +0000 Subject: [PATCH] chore: bump version to 2.46.0 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e43840..c8ba6f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v2.46.0](https://github.com/docling-project/docling/releases/tag/v2.46.0) - 2025-08-20 + +### Feature + +* New code formula model ([#2042](https://github.com/docling-project/docling/issues/2042)) ([`d2494da`](https://github.com/docling-project/docling/commit/d2494da8b84c37731dd25b2f82d6559539ab4cb2)) + +### Fix + +* **HTML:** Parse footer tag as a group in furniture content layer ([#2106](https://github.com/docling-project/docling/issues/2106)) ([`c5f2e2f`](https://github.com/docling-project/docling/commit/c5f2e2fdd68365f1dfa18d462f1e8051cd1089da)) + +### Performance + +* Clean up resources with docling-parse v4, no parsed_page output by default ([#2105](https://github.com/docling-project/docling/issues/2105)) ([`5f57ff2`](https://github.com/docling-project/docling/commit/5f57ff2a45eaf1f2feb63080e9590ad6b9d4ea1e)) +* Speed up function `_parse_orientation` ([#1934](https://github.com/docling-project/docling/issues/1934)) ([`8820b55`](https://github.com/docling-project/docling/commit/8820b5558ba18306cfa7a2def3f04cbd480fef94)) + ## [v2.45.0](https://github.com/docling-project/docling/releases/tag/v2.45.0) - 2025-08-18 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 7d739da0..67ba6055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docling" -version = "2.45.0" # DO NOT EDIT, updated automatically +version = "2.46.0" # 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." license = "MIT" keywords = [ diff --git a/uv.lock b/uv.lock index ad00e1b7..3375df69 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9, <4.0" resolution-markers = [ "python_full_version >= '3.12' and platform_machine == 'arm64' and sys_platform == 'darwin'", @@ -786,7 +786,7 @@ wheels = [ [[package]] name = "docling" -version = "2.45.0" +version = "2.46.0" source = { editable = "." } dependencies = [ { name = "accelerate" },