From 0cdcc9bf0bf357f850488fefb055fd5ce96a7f1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jul 2024 12:13:53 +0000 Subject: [PATCH] chore: bump version to 1.1.1 [skip ci] --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de934ff..faeed18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.1.1](https://github.com/DS4SD/docling-core/releases/tag/v1.1.1) - 2024-07-23 + +### Fix + +* Set type to optional ([#7](https://github.com/DS4SD/docling-core/issues/7)) ([`faf472c`](https://github.com/DS4SD/docling-core/commit/faf472c1689746adc43e0ae8ef6d6e3fcf87c023)) + +### Documentation + +* Revamp installation instructions ([#6](https://github.com/DS4SD/docling-core/issues/6)) ([`3f77b2e`](https://github.com/DS4SD/docling-core/commit/3f77b2e92c415c7290df8c4d534ba3455dbe62bd)) + ## [v1.1.0](https://github.com/DS4SD/docling-core/releases/tag/v1.1.0) - 2024-07-18 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8141b15..024bf81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "1.1.0" +version = "1.1.1" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [