Skip to content

Commit 0a19233

Browse files
chore: bump version to 2.99.0 [skip ci]
1 parent d3159d7 commit 0a19233

4 files changed

Lines changed: 32 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [v2.99.0](https://github.com/docling-project/docling/releases/tag/v2.99.0) - 2026-06-08
2+
3+
### Feature
4+
5+
* **service:** Add S3Coordinates.max_num_elements ([#3565](https://github.com/docling-project/docling/issues/3565)) ([`d3159d7`](https://github.com/docling-project/docling/commit/d3159d736d544040fd375e75e05716dd5dbeb745))
6+
* **service:** Proper failure mode handling and user-interpretable error output ([#3554](https://github.com/docling-project/docling/issues/3554)) ([`057241c`](https://github.com/docling-project/docling/commit/057241c1bc2e4543ab6fef6b69fb777e43b02896))
7+
8+
### Fix
9+
10+
* Ensure backward compatibility of service data models to previous serve/jobkit versions ([#3563](https://github.com/docling-project/docling/issues/3563)) ([`271d3c7`](https://github.com/docling-project/docling/commit/271d3c7c6240d2a6239a28872388b8623cf66649))
11+
* **msword:** Detect lists when numbering is defined in paragraph styles ([#3552](https://github.com/docling-project/docling/issues/3552)) ([`8c61a78`](https://github.com/docling-project/docling/commit/8c61a78e504bcd0b9570955097e74c138528de54))
12+
13+
### Documentation
14+
15+
* Polish OCR documentation wording ([#3559](https://github.com/docling-project/docling/issues/3559)) ([`dbae180`](https://github.com/docling-project/docling/commit/dbae180d167ddf9a583c4d1e9bda1e5c6ba603a5))
16+
* Fix rendering for Code & Formula enrichment example ([#3558](https://github.com/docling-project/docling/issues/3558)) ([`dca008c`](https://github.com/docling-project/docling/commit/dca008c332fb6d4eac9f1cd1b46bad31cf89ad6e))
17+
118
## [v2.98.0](https://github.com/docling-project/docling/releases/tag/v2.98.0) - 2026-06-08
219

320
### Feature

packages/docling/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "docling"
7-
version = "2.98.0" # DO NOT EDIT, updated automatically
7+
version = "2.99.0" # DO NOT EDIT, updated automatically
88
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."
99
license = "MIT"
1010
keywords = [
@@ -51,7 +51,7 @@ requires-python = '>=3.10,<4.0'
5151
# The `docling` Python module itself is provided by docling-slim.
5252
# CLI entry points are now defined in docling-slim's pyproject.toml.
5353
dependencies = [
54-
'docling-slim[standard]==2.98.0',
54+
'docling-slim[standard]==2.99.0',
5555
]
5656

5757
[project.urls]
@@ -66,16 +66,16 @@ docling-slim = { workspace = true }
6666

6767
# Re-export slim extras with backwards-compatible names
6868
[project.optional-dependencies]
69-
easyocr = ['docling-slim[feat-ocr-easyocr]==2.98.0']
70-
tesserocr = ['docling-slim[feat-ocr-tesserocr]==2.98.0']
71-
ocrmac = ['docling-slim[feat-ocr-mac]==2.98.0']
72-
vlm = ['docling-slim[models-vlm-inline]==2.98.0']
73-
rapidocr = ['docling-slim[feat-ocr-rapidocr-onnx]==2.98.0']
74-
asr = ['docling-slim[format-audio]==2.98.0']
75-
htmlrender = ['docling-slim[format-html-render]==2.98.0']
76-
remote-serving = ['docling-slim[models-remote]==2.98.0']
77-
onnxruntime = ['docling-slim[models-onnxruntime]==2.98.0']
78-
xbrl = ['docling-slim[format-xml-xbrl]==2.98.0']
69+
easyocr = ['docling-slim[feat-ocr-easyocr]==2.99.0']
70+
tesserocr = ['docling-slim[feat-ocr-tesserocr]==2.99.0']
71+
ocrmac = ['docling-slim[feat-ocr-mac]==2.99.0']
72+
vlm = ['docling-slim[models-vlm-inline]==2.99.0']
73+
rapidocr = ['docling-slim[feat-ocr-rapidocr-onnx]==2.99.0']
74+
asr = ['docling-slim[format-audio]==2.99.0']
75+
htmlrender = ['docling-slim[format-html-render]==2.99.0']
76+
remote-serving = ['docling-slim[models-remote]==2.99.0']
77+
onnxruntime = ['docling-slim[models-onnxruntime]==2.99.0']
78+
xbrl = ['docling-slim[format-xml-xbrl]==2.99.0']
7979

8080
# Dependency-only wheel: no Python modules shipped here. All source lives in
8181
# the docling-slim wheel (built from the repo root). This avoids the prior

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "docling-slim"
7-
version = "2.98.0" # DO NOT EDIT, updated automatically
7+
version = "2.99.0" # DO NOT EDIT, updated automatically
88
description = "Modular version of the Docling package: SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications."
99
license = "MIT"
1010
keywords = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)