Skip to content

Commit 60846e5

Browse files
chore: bump version to 1.18.0 [skip ci]
1 parent c5a4332 commit 60846e5

3 files changed

Lines changed: 175 additions & 156 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [v1.18.0](https://github.com/docling-project/docling-serve/releases/tag/v1.18.0) - 2026-05-07
2+
3+
### Feature
4+
5+
* Update docling dependencies ([#599](https://github.com/docling-project/docling-serve/issues/599)) ([`c1a3e31`](https://github.com/docling-project/docling-serve/commit/c1a3e3159d1f8225883368ae4ad2f33fa6f99b90))
6+
7+
### Fix
8+
9+
* 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))
10+
11+
### Docling libraries included in this release:
12+
- docling 2.93.0
13+
- docling-core 2.74.1
14+
- docling-ibm-models 3.13.2
15+
- docling-jobkit 1.18.1
16+
- docling-mcp 1.3.4
17+
- docling-parse 5.10.1
18+
- docling-serve 1.18.0
19+
- docling-slim 2.93.0
20+
121
## [v1.17.0](https://github.com/docling-project/docling-serve/releases/tag/v1.17.0) - 2026-04-24
222

323
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-serve"
3-
version = "1.17.0" # DO NOT EDIT, updated automatically
3+
version = "1.18.0" # DO NOT EDIT, updated automatically
44
description = "Running Docling as a service"
55
license = {text = "MIT"}
66
authors = [

0 commit comments

Comments
 (0)