From f464be5521a92a21cb312b2d7f68489487b63b10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 15:33:23 +0000 Subject: [PATCH] chore: bump version to 2.12.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc771e..a0759ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.12.1](https://github.com/DS4SD/docling-core/releases/tag/v2.12.1) - 2024-12-17 + +### Fix + +* Fixes for legacy-doc handling ([#115](https://github.com/DS4SD/docling-core/issues/115)) ([`b116c46`](https://github.com/DS4SD/docling-core/commit/b116c465a2af6327cffa95de0745506404cb39f9)) + ## [v2.12.0](https://github.com/DS4SD/docling-core/releases/tag/v2.12.0) - 2024-12-17 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 63b31a1..66d63e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.12.0" +version = "2.12.1" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [