Skip to content

Commit b2c9746

Browse files
chore: bump version to 2.21.0 [skip ci]
1 parent c77c59b commit b2c9746

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v2.21.0](https://github.com/DS4SD/docling-core/releases/tag/v2.21.0) - 2025-02-27
2+
3+
### Feature
4+
5+
* Add inline groups, revamp Markdown export incl. list groups ([#156](https://github.com/DS4SD/docling-core/issues/156)) ([`2abaf9b`](https://github.com/DS4SD/docling-core/commit/2abaf9b53736187adec0266c5ed8b9acff008f6e))
6+
7+
### Fix
8+
9+
* **markdown:** Fix case of leading list ([#174](https://github.com/DS4SD/docling-core/issues/174)) ([`c77c59b`](https://github.com/DS4SD/docling-core/commit/c77c59bec09d4b8093771935393f558cf319ec29))
10+
* Properly handle missing page image case for export_to_html ([#166](https://github.com/DS4SD/docling-core/issues/166)) ([`4708f93`](https://github.com/DS4SD/docling-core/commit/4708f933a7ef87e4637f5bea07e6e4f296abc51a))
11+
112
## [v2.20.0](https://github.com/DS4SD/docling-core/releases/tag/v2.20.0) - 2025-02-19
213

314
### Feature

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

0 commit comments

Comments
 (0)