Skip to content

Commit 4e16dc8

Browse files
chore: bump version to 2.19.0 [skip ci]
1 parent 58ed6c8 commit 4e16dc8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v2.19.0](https://github.com/DS4SD/docling-core/releases/tag/v2.19.0) - 2025-02-17
2+
3+
### Feature
4+
5+
* Redefine CodeItem as floating object with captions ([#160](https://github.com/DS4SD/docling-core/issues/160)) ([`916323f`](https://github.com/DS4SD/docling-core/commit/916323fb55274753aa1d6a4928388a35417f94b6))
6+
* Implementation of doc tags ([#138](https://github.com/DS4SD/docling-core/issues/138)) ([`f751b45`](https://github.com/DS4SD/docling-core/commit/f751b45b62fb318929f8131ab82fa17db98e8e44))
7+
8+
### Fix
9+
10+
* Document Tokens (doc tags) clean up, fix iterate_items for content_layer ([#161](https://github.com/DS4SD/docling-core/issues/161)) ([`58ed6c8`](https://github.com/DS4SD/docling-core/commit/58ed6c8ab75ba179faf1598b9877662cdcc4c1d3))
11+
* Fix inheritance of CodeItem for backward compatibility ([#162](https://github.com/DS4SD/docling-core/issues/162)) ([`7267c3f`](https://github.com/DS4SD/docling-core/commit/7267c3f5716d3f292592d3b11ddd2b0db4392c20))
12+
113
## [v2.18.1](https://github.com/DS4SD/docling-core/releases/tag/v2.18.1) - 2025-02-13
214

315
### Fix

pyproject.toml

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

0 commit comments

Comments
 (0)