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 e706d68 commit bdda0eeCopy full SHA for bdda0ee
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.6.1](https://github.com/DS4SD/docling-core/releases/tag/v1.6.1) - 2024-09-24
2
+
3
+### Fix
4
5
+* Remove unnecessary package dependency ([#30](https://github.com/DS4SD/docling-core/issues/30)) ([`e706d68`](https://github.com/DS4SD/docling-core/commit/e706d686db159f6480439d214c85b1664f38e28f))
6
7
## [v1.6.0](https://github.com/DS4SD/docling-core/releases/tag/v1.6.0) - 2024-09-23
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "1.6.0"
+version = "1.6.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments