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 a52bb88 commit ae349c1Copy full SHA for ae349c1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.13.1](https://github.com/DS4SD/docling-core/releases/tag/v2.13.1) - 2025-01-08
2
+
3
+### Fix
4
5
+* Restore proper string serialization of DocItemLabel ([#124](https://github.com/DS4SD/docling-core/issues/124)) ([`a52bb88`](https://github.com/DS4SD/docling-core/commit/a52bb88f78146a5777246d3fc04b04d0db1c1631))
6
7
## [v2.13.0](https://github.com/DS4SD/docling-core/releases/tag/v2.13.0) - 2025-01-08
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.13.0"
+version = "2.13.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments