From 1126410d77bdef498ff6fbd7df7dd63d093d621c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 18:53:50 +0000 Subject: [PATCH] chore: bump version to 2.3.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421b567..0a8eb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.3.0](https://github.com/DS4SD/docling-core/releases/tag/v2.3.0) - 2024-10-29 + +### Feature + +* Added pydantic models to store charts data (pie, bar, stacked bar, line, scatter) ([#52](https://github.com/DS4SD/docling-core/issues/52)) ([`36b7bea`](https://github.com/DS4SD/docling-core/commit/36b7bea53a291fdd8ffa5fc6cdbe4256d16c8710)) + ## [v2.2.3](https://github.com/DS4SD/docling-core/releases/tag/v2.2.3) - 2024-10-29 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 603a7fd..3275f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.2.3" +version = "2.3.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [