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 b843ae6 commit 1ae27f0Copy full SHA for 1ae27f0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.6.0](https://github.com/DS4SD/docling-core/releases/tag/v1.6.0) - 2024-09-23
2
+
3
+### Feature
4
5
+* Add figures in markdown export ([#27](https://github.com/DS4SD/docling-core/issues/27)) ([`b843ae6`](https://github.com/DS4SD/docling-core/commit/b843ae6688a20e68e2da59b2f68fd61f8d4beacb))
6
7
## [v1.5.0](https://github.com/DS4SD/docling-core/releases/tag/v1.5.0) - 2024-09-20
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "1.5.0"
+version = "1.6.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments