Skip to content

Commit 0cdcc9b

Browse files
chore: bump version to 1.1.1 [skip ci]
1 parent faf472c commit 0cdcc9b

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.1](https://github.com/DS4SD/docling-core/releases/tag/v1.1.1) - 2024-07-23
2+
3+
### Fix
4+
5+
* Set type to optional ([#7](https://github.com/DS4SD/docling-core/issues/7)) ([`faf472c`](https://github.com/DS4SD/docling-core/commit/faf472c1689746adc43e0ae8ef6d6e3fcf87c023))
6+
7+
### Documentation
8+
9+
* Revamp installation instructions ([#6](https://github.com/DS4SD/docling-core/issues/6)) ([`3f77b2e`](https://github.com/DS4SD/docling-core/commit/3f77b2e92c415c7290df8c4d534ba3455dbe62bd))
10+
111
## [v1.1.0](https://github.com/DS4SD/docling-core/releases/tag/v1.1.0) - 2024-07-18
212

313
### Feature

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.0"
3+
version = "1.1.1"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)