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 2133af6 commit 4dd1c87Copy full SHA for 4dd1c87
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.7.1](https://github.com/DS4SD/docling-core/releases/tag/v2.7.1) - 2024-12-06
2
+
3
+### Fix
4
5
+* Multimodal output ([#96](https://github.com/DS4SD/docling-core/issues/96)) ([`2133af6`](https://github.com/DS4SD/docling-core/commit/2133af61121d202a4df04ef9a28308b82d7c87cb))
6
7
## [v2.7.0](https://github.com/DS4SD/docling-core/releases/tag/v2.7.0) - 2024-12-04
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.7.0"
+version = "2.7.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments