chore: bump version to 0.15.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-06-17 15:00:38 +00:00
parent 873d05aefe
commit 717fb3a8d8
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
## [v0.15.0](https://github.com/docling-project/docling-serve/releases/tag/v0.15.0) - 2025-06-17
### Feature
* Use redocs and scalar as api docs ([#228](https://github.com/docling-project/docling-serve/issues/228)) ([`873d05a`](https://github.com/docling-project/docling-serve/commit/873d05aefe141c63b9c1cf53b23b4fa8c96de05d))
### Fix
* "tesserocr" instead of "tesseract_cli" in usage docs ([#223](https://github.com/docling-project/docling-serve/issues/223)) ([`196c5ce`](https://github.com/docling-project/docling-serve/commit/196c5ce42a04d77234a4212c3d9b9772d2c2073e))
## [v0.14.0](https://github.com/docling-project/docling-serve/releases/tag/v0.14.0) - 2025-06-17
### Feature

View File

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

2
uv.lock generated
View File

@@ -710,7 +710,7 @@ wheels = [
[[package]]
name = "docling-serve"
version = "0.14.0"
version = "0.15.0"
source = { editable = "." }
dependencies = [
{ name = "docling", extra = ["vlm"], marker = "platform_machine != 'x86_64' or sys_platform != 'darwin' or (extra == 'extra-13-docling-serve-cpu' and extra == 'extra-13-docling-serve-cu124') or (extra == 'extra-13-docling-serve-cpu' and extra == 'extra-13-docling-serve-flash-attn')" },