Skip to content

Commit a523107

Browse files
chore: bump version to 2.32.0 [skip ci]
1 parent 87b72d6 commit a523107

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v2.32.0](https://github.com/docling-project/docling-core/releases/tag/v2.32.0) - 2025-05-27
2+
3+
### Feature
4+
5+
* Add annotations in MD & HTML serialization ([#295](https://github.com/docling-project/docling-core/issues/295)) ([`f067c51`](https://github.com/docling-project/docling-core/commit/f067c51c48d3ff69438ef9cc301f45a565b341ee))
6+
7+
### Fix
8+
9+
* **HybridChunker:** Refine `max_tokens` auto-detection ([#306](https://github.com/docling-project/docling-core/issues/306)) ([`87b72d6`](https://github.com/docling-project/docling-core/commit/87b72d653789847ae170110fbb551f34277f0399))
10+
111
## [v2.31.2](https://github.com/docling-project/docling-core/releases/tag/v2.31.2) - 2025-05-22
212

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

0 commit comments

Comments
 (0)