chore: bump version to 1.18.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-07 15:20:40 +00:00
parent c5a43320e6
commit 60846e5264
3 changed files with 175 additions and 156 deletions
+20
View File
@@ -1,3 +1,23 @@
## [v1.18.0](https://github.com/docling-project/docling-serve/releases/tag/v1.18.0) - 2026-05-07
### Feature
* Update docling dependencies ([#599](https://github.com/docling-project/docling-serve/issues/599)) ([`c1a3e31`](https://github.com/docling-project/docling-serve/commit/c1a3e3159d1f8225883368ae4ad2f33fa6f99b90))
### Fix
* Fail server launch if the config file is bogus ([#598](https://github.com/docling-project/docling-serve/issues/598)) ([`c5a4332`](https://github.com/docling-project/docling-serve/commit/c5a43320e6d24afea4acdccb23aeb2ffb3196710))
### Docling libraries included in this release:
- docling 2.93.0
- docling-core 2.74.1
- docling-ibm-models 3.13.2
- docling-jobkit 1.18.1
- docling-mcp 1.3.4
- docling-parse 5.10.1
- docling-serve 1.18.0
- docling-slim 2.93.0
## [v1.17.0](https://github.com/docling-project/docling-serve/releases/tag/v1.17.0) - 2026-04-24 ## [v1.17.0](https://github.com/docling-project/docling-serve/releases/tag/v1.17.0) - 2026-04-24
### Feature ### Feature
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "docling-serve" name = "docling-serve"
version = "1.17.0" # DO NOT EDIT, updated automatically version = "1.18.0" # DO NOT EDIT, updated automatically
description = "Running Docling as a service" description = "Running Docling as a service"
license = {text = "MIT"} license = {text = "MIT"}
authors = [ authors = [
Generated
+154 -155
View File
File diff suppressed because one or more lines are too long