Skip to content

Commit a4a4e61

Browse files
chore: bump version to 2.21.2 [skip ci]
1 parent ccde54a commit a4a4e61

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v2.21.2](https://github.com/DS4SD/docling-core/releases/tag/v2.21.2) - 2025-03-06
2+
3+
### Fix
4+
5+
* Suppress warning for missing fallback case ([#184](https://github.com/DS4SD/docling-core/issues/184)) ([`ccde54a`](https://github.com/DS4SD/docling-core/commit/ccde54aa2926281644e5c1f0c96b79db18f6bbc7))
6+
* **doctags:** Fix code export ([#181](https://github.com/DS4SD/docling-core/issues/181)) ([`53f6d09`](https://github.com/DS4SD/docling-core/commit/53f6d099b05f295fea546010dc2faadc5b2c7ee2))
7+
* **markdown:** Fix escaping in case of nesting ([#180](https://github.com/DS4SD/docling-core/issues/180)) ([`834db4b`](https://github.com/DS4SD/docling-core/commit/834db4bc664e010e10c4503e60be576ed7819e2c))
8+
* **HybridChunker:** Remove `max_length` from tokenization ([#178](https://github.com/DS4SD/docling-core/issues/178)) ([`419252c`](https://github.com/DS4SD/docling-core/commit/419252c39b856c45e50326b4eff3c4a183ac8437))
9+
110
## [v2.21.1](https://github.com/DS4SD/docling-core/releases/tag/v2.21.1) - 2025-02-28
211

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

0 commit comments

Comments
 (0)