Skip to content

Commit 25af125

Browse files
chore: bump version to 1.1.4 [skip ci]
1 parent 235b2cd commit 25af125

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v1.1.4](https://github.com/DS4SD/docling-core/releases/tag/v1.1.4) - 2024-09-06
2+
3+
### Fix
4+
5+
* Validate_model() could be called with other types rather than dict ([#14](https://github.com/DS4SD/docling-core/issues/14)) ([`235b2cd`](https://github.com/DS4SD/docling-core/commit/235b2cd10b595c813c03db5b4effbc7cc2feaaf0))
6+
7+
### Documentation
8+
9+
* Update link to Docling ([#12](https://github.com/DS4SD/docling-core/issues/12)) ([`aaf17fe`](https://github.com/DS4SD/docling-core/commit/aaf17fe0f6eae7ee21c54c56fded05f24ec936b1))
10+
111
## [v1.1.3](https://github.com/DS4SD/docling-core/releases/tag/v1.1.3) - 2024-08-28
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-core"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)