chore: bump version to 1.2.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-08-07 09:20:10 +00:00
parent db3fdb5bc1
commit 4c7207be00
3 changed files with 235 additions and 335 deletions

View File

@@ -1,3 +1,10 @@
## [v1.2.0](https://github.com/docling-project/docling-serve/releases/tag/v1.2.0) - 2025-08-07
### Feature
* Workers without shared models and convert params ([#304](https://github.com/docling-project/docling-serve/issues/304)) ([`db3fdb5`](https://github.com/docling-project/docling-serve/commit/db3fdb5bc1a0ae250afd420d737abc4071a7546c))
* Add rocm image build support and fix cuda ([#292](https://github.com/docling-project/docling-serve/issues/292)) ([`fd1b987`](https://github.com/docling-project/docling-serve/commit/fd1b987e8dc174f1a6013c003dde33e9acbae39a))
## [v1.1.0](https://github.com/docling-project/docling-serve/releases/tag/v1.1.0) - 2025-07-30
### Feature

View File

@@ -1,6 +1,6 @@
[project]
name = "docling-serve"
version = "1.1.0" # DO NOT EDIT, updated automatically
version = "1.2.0" # DO NOT EDIT, updated automatically
description = "Running Docling as a service"
license = {text = "MIT"}
authors = [

561
uv.lock generated

File diff suppressed because one or more lines are too long