Skip to content

Commit db1035b

Browse files
chore: bump version to 2.22.0 [skip ci]
1 parent c065c4c commit db1035b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v2.22.0](https://github.com/DS4SD/docling-core/releases/tag/v2.22.0) - 2025-03-12
2+
3+
### Feature
4+
5+
* Add DoclingDocument.load_from_doctags method and DocTags data models ([#187](https://github.com/DS4SD/docling-core/issues/187)) ([`c065c4c`](https://github.com/DS4SD/docling-core/commit/c065c4c7c62f126879fdf78661521400779602af))
6+
* Add document tokens for SMILES ([#176](https://github.com/DS4SD/docling-core/issues/176)) ([`32398b8`](https://github.com/DS4SD/docling-core/commit/32398b8ac0c909933b93fd6abea6979acbef8992))
7+
18
## [v2.21.2](https://github.com/DS4SD/docling-core/releases/tag/v2.21.2) - 2025-03-06
29

310
### 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.21.2"
3+
version = "2.22.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)