From 39f62450d7d23271e64db4ddefb73728cf425cb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 12:22:41 +0000 Subject: [PATCH] chore: bump version to 2.1.0 [skip ci] --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cddd7e..905377b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.1.0](https://github.com/DS4SD/docling-core/releases/tag/v2.1.0) - 2024-10-22 + +### Feature + +* Improve markdown export of DoclingDocument ([#50](https://github.com/DS4SD/docling-core/issues/50)) ([`328778e`](https://github.com/DS4SD/docling-core/commit/328778ed036540ee5fdf0bb16a1b656e5122c5f0)) +* Extend chunk meta with schema, version, origin ([#49](https://github.com/DS4SD/docling-core/issues/49)) ([`d09fe7e`](https://github.com/DS4SD/docling-core/commit/d09fe7ed44282b286f9c2588482e515bf40e0fca)) + ## [v2.0.1](https://github.com/DS4SD/docling-core/releases/tag/v2.0.1) - 2024-10-18 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9924eab..a900b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.0.1" +version = "2.1.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [