Skip to content

Commit a4edcc3

Browse files
chore: bump version to 1.12.0 [skip ci]
1 parent e5f2e63 commit a4edcc3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.12.0](https://github.com/docling-project/docling-jobkit/releases/tag/v1.12.0) - 2026-02-24
2+
3+
### Feature
4+
5+
* Allow setting maximum redis connections ([#100](https://github.com/docling-project/docling-jobkit/issues/100)) ([`e5f2e63`](https://github.com/docling-project/docling-jobkit/commit/e5f2e6337d4447edb62875cf1b6b467ce771516f))
6+
* Propagate error messages from worker failures to Task model ([#98](https://github.com/docling-project/docling-jobkit/issues/98)) ([`4bf6f91`](https://github.com/docling-project/docling-jobkit/commit/4bf6f912faeb295433e432803438813ca1933769))
7+
18
## [v1.11.0](https://github.com/docling-project/docling-jobkit/releases/tag/v1.11.0) - 2026-02-18
29

310
### Feature

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-jobkit"
7-
version = "1.11.0" # DO NOT EDIT, updated automatically
7+
version = "1.12.0" # DO NOT EDIT, updated automatically
88
description = "Running a distributed job processing documents with Docling."
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)