From ee49c609a8eacc601b4bbe2892df14a8ee2ce850 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 13:29:11 +0000 Subject: [PATCH] chore: bump version to 2.12.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1040b33..0dc771e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.12.0](https://github.com/DS4SD/docling-core/releases/tag/v2.12.0) - 2024-12-17 + +### Feature + +* Added the new label comment_section in the groups ([#114](https://github.com/DS4SD/docling-core/issues/114)) ([`5101dd8`](https://github.com/DS4SD/docling-core/commit/5101dd8845dcfc098c7009556e7468478393ea5e)) + +### Fix + +* Skip labels not included in the allow-list ([#113](https://github.com/DS4SD/docling-core/issues/113)) ([`d147c25`](https://github.com/DS4SD/docling-core/commit/d147c2565f635e851b73cd6b97cc78617372b57f)) +* Always write with utf8 encoding ([#111](https://github.com/DS4SD/docling-core/issues/111)) ([`268c294`](https://github.com/DS4SD/docling-core/commit/268c294cc95abb36fc491521e39c7bf6e6a45abc)) + ## [v2.11.0](https://github.com/DS4SD/docling-core/releases/tag/v2.11.0) - 2024-12-16 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 3ed0508..63b31a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.11.0" +version = "2.12.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [