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 d0ffc85 commit f276691Copy full SHA for f276691
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.1.0](https://github.com/DS4SD/docling-core/releases/tag/v1.1.0) - 2024-07-18
2
+
3
+### Feature
4
5
+* Add document Markdown export ([#4](https://github.com/DS4SD/docling-core/issues/4)) ([`d0ffc85`](https://github.com/DS4SD/docling-core/commit/d0ffc85e0c2b49d201f5359c4dc4efb5cd5716b0))
6
7
## [v1.0.0](https://github.com/DS4SD/docling-core/releases/tag/v1.0.0) - 2024-07-17
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "1.0.0"
+version = "1.1.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments