Skip to content

Commit 5c2e0de

Browse files
chore: bump version to 2.13.0 [skip ci]
1 parent 639f122 commit 5c2e0de

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v2.13.0](https://github.com/DS4SD/docling-core/releases/tag/v2.13.0) - 2025-01-08
2+
3+
### Feature
4+
5+
* Add mapping to colors into DocItemLabel ([#123](https://github.com/DS4SD/docling-core/issues/123)) ([`639f122`](https://github.com/DS4SD/docling-core/commit/639f12226d4d413c5f95dc4989391a209cca1ae6))
6+
7+
### Fix
8+
9+
* 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))
10+
111
## [v2.12.1](https://github.com/DS4SD/docling-core/releases/tag/v2.12.1) - 2024-12-17
212

313
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-core"
3-
version = "2.12.1"
3+
version = "2.13.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)