From 00aab5b9a4bab1f201d1ebb20636ecf541e44a49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 12:29:50 +0000 Subject: [PATCH] chore: bump version to 2.2.3 [skip ci] --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0832458..421b567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.2.3](https://github.com/DS4SD/docling-core/releases/tag/v2.2.3) - 2024-10-29 + +### Fix + +* Str representation of enum across python versions ([#60](https://github.com/DS4SD/docling-core/issues/60)) ([`8528918`](https://github.com/DS4SD/docling-core/commit/8528918ae24eb1e50b97935b1136e8e8e2d9717b)) +* Title for export to markdown and add text_width parameter ([#59](https://github.com/DS4SD/docling-core/issues/59)) ([`4993c34`](https://github.com/DS4SD/docling-core/commit/4993c3403d0dac869033c38349b785e5c78ac1d9)) + ## [v2.2.2](https://github.com/DS4SD/docling-core/releases/tag/v2.2.2) - 2024-10-26 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3e4bf87..603a7fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.2.2" +version = "2.2.3" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [