From e497aa77e8d26bd5e64b18f8a7ba53ea78ca87e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 14:03:26 +0000 Subject: [PATCH] chore: bump version to 2.0.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bf01f..52229dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v2.0.0](https://github.com/DS4SD/docling-core/releases/tag/v2.0.0) - 2024-10-16 + +### Feature + +* Expose DoclingDocument as main type, move old typing to legacy ([#41](https://github.com/DS4SD/docling-core/issues/41)) ([`03df97f`](https://github.com/DS4SD/docling-core/commit/03df97fa73db2499682613ff17dff9fe996a1bdc)) + +### Breaking + +* Expose DoclingDocument as main type, move old typing to legacy ([#41](https://github.com/DS4SD/docling-core/issues/41)) ([`03df97f`](https://github.com/DS4SD/docling-core/commit/03df97fa73db2499682613ff17dff9fe996a1bdc)) + ## [v1.7.2](https://github.com/DS4SD/docling-core/releases/tag/v1.7.2) - 2024-10-09 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0ed45ea..dc30e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "1.7.2" +version = "2.0.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [