chore: bump version to 2.45.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-08-18 10:25:51 +00:00
parent 31087f3fcc
commit c3a7d1d999
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## [v2.45.0](https://github.com/docling-project/docling/releases/tag/v2.45.0) - 2025-08-18
### Feature
* Add backend for METS with Google Books profile ([#1989](https://github.com/docling-project/docling/issues/1989)) ([`31087f3`](https://github.com/docling-project/docling/commit/31087f3fcc2edb6e7c01cc444cf1bd93689999a6))
* **html:** Support in-line anchor tags in HTML texts ([#1659](https://github.com/docling-project/docling/issues/1659)) ([`9687297`](https://github.com/docling-project/docling/commit/968729726224279e688d5bdb0fccd2ed1a739aaa))
* **vlm:** Ability to preprocess VLM response ([#1907](https://github.com/docling-project/docling/issues/1907)) ([`5f050f9`](https://github.com/docling-project/docling/commit/5f050f94e19aeb9ea4e4457c20a55d31d1211567))
### Documentation
* Add docling Quarkus integration ([#2083](https://github.com/docling-project/docling/issues/2083)) ([`76c1fbd`](https://github.com/docling-project/docling/commit/76c1fbd6e8255d63cf483fd3d3465f13fd34a4ef))
## [v2.44.0](https://github.com/docling-project/docling/releases/tag/v2.44.0) - 2025-08-12
### Feature

View File

@@ -1,6 +1,6 @@
[project]
name = "docling"
version = "2.44.0" # DO NOT EDIT, updated automatically
version = "2.45.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 = [

2
uv.lock generated
View File

@@ -785,7 +785,7 @@ wheels = [
[[package]]
name = "docling"
version = "2.44.0"
version = "2.45.0"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },