We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c60bb commit abb9837Copy full SHA for abb9837
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.26.1](https://github.com/docling-project/docling-core/releases/tag/v2.26.1) - 2025-04-11
2
+
3
+### Performance
4
5
+* Fix serialization performance ([#249](https://github.com/docling-project/docling-core/issues/249)) ([`98c60bb`](https://github.com/docling-project/docling-core/commit/98c60bb65b080d460c9d74c1332eb781f174ce5f))
6
7
## [v2.26.0](https://github.com/docling-project/docling-core/releases/tag/v2.26.0) - 2025-04-11
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.26.0"
+version = "2.26.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments