Skip to content

Commit 03a53dd

Browse files
chore: bump version to 2.28.0 [skip ci]
1 parent c30ada6 commit 03a53dd

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.28.0](https://github.com/docling-project/docling-core/releases/tag/v2.28.0) - 2025-04-23
2+
3+
### Feature
4+
5+
* Add tiktoken tokenizers support to HybridChunker ([#240](https://github.com/docling-project/docling-core/issues/240)) ([`763e136`](https://github.com/docling-project/docling-core/commit/763e1364ff0b95388696ccd3d69f150718012a3a))
6+
* Add visualizers ([#263](https://github.com/docling-project/docling-core/issues/263)) ([`a258d52`](https://github.com/docling-project/docling-core/commit/a258d525e13fe1112ff1f0590fe5f4462feab7ff))
7+
18
## [v2.27.0](https://github.com/docling-project/docling-core/releases/tag/v2.27.0) - 2025-04-16
29

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

0 commit comments

Comments
 (0)