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