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 2cc2429 commit 2f55d92Copy full SHA for 2f55d92
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.4.0](https://github.com/DS4SD/docling-core/releases/tag/v1.4.0) - 2024-09-18
2
+
3
+### Feature
4
5
+* Add table exporters ([#20](https://github.com/DS4SD/docling-core/issues/20)) ([`2cc2429`](https://github.com/DS4SD/docling-core/commit/2cc2429e2731998c3282ba133995439450f08574))
6
7
## [v1.3.0](https://github.com/DS4SD/docling-core/releases/tag/v1.3.0) - 2024-09-11
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "1.3.0"
+version = "1.4.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments