From 5c2e0de774d60ca91c66ba3f5ee46c0b5dcb71a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:28:36 +0000 Subject: [PATCH] chore: bump version to 2.13.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 a0759eee..5f9c9c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v2.13.0](https://github.com/DS4SD/docling-core/releases/tag/v2.13.0) - 2025-01-08 + +### Feature + +* Add mapping to colors into DocItemLabel ([#123](https://github.com/DS4SD/docling-core/issues/123)) ([`639f122`](https://github.com/DS4SD/docling-core/commit/639f12226d4d413c5f95dc4989391a209cca1ae6)) + +### Fix + +* Quote referenced URIs in markdown and html ([#122](https://github.com/DS4SD/docling-core/issues/122)) ([`127dd2f`](https://github.com/DS4SD/docling-core/commit/127dd2f6f8862e2c74f821cdb3a1995ee0a243cc)) + ## [v2.12.1](https://github.com/DS4SD/docling-core/releases/tag/v2.12.1) - 2024-12-17 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 66d63e3e..103c4bb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.12.1" +version = "2.13.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [