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 11eb1dc commit 87508b1Copy full SHA for 87508b1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.23.1](https://github.com/docling-project/docling-core/releases/tag/v2.23.1) - 2025-03-17
2
+
3
+### Fix
4
5
+* New favicon url ([#191](https://github.com/docling-project/docling-core/issues/191)) ([`11eb1dc`](https://github.com/docling-project/docling-core/commit/11eb1dc5aa317c91f6558e93b44d3015b3cb4e98))
6
7
## [v2.23.0](https://github.com/docling-project/docling-core/releases/tag/v2.23.0) - 2025-03-13
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.23.0"
+version = "2.23.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments