Skip to content

Commit 3f631f0

Browse files
chore: bump version to 2.10.0 [skip ci]
1 parent b742081 commit 3f631f0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v2.10.0](https://github.com/DS4SD/docling-core/releases/tag/v2.10.0) - 2024-12-13
2+
3+
### Feature
4+
5+
* Add legacy to DoclingDocument utility ([#108](https://github.com/DS4SD/docling-core/issues/108)) ([`b31e0a3`](https://github.com/DS4SD/docling-core/commit/b31e0a3d05cbcf450a4d287484761fc447d3e2ec))
6+
* Add DoclingDocument viewer to CLI ([#99](https://github.com/DS4SD/docling-core/issues/99)) ([`9628d19`](https://github.com/DS4SD/docling-core/commit/9628d19c24ed92834636973c9e272c9a21864604))
7+
* Add default tokenizer to HybridChunker ([#107](https://github.com/DS4SD/docling-core/issues/107)) ([`2591c70`](https://github.com/DS4SD/docling-core/commit/2591c70c66d1615050f47d045c4bc6092f99ebad))
8+
9+
### Fix
10+
11+
* Improve doc item typing ([#105](https://github.com/DS4SD/docling-core/issues/105)) ([`047a196`](https://github.com/DS4SD/docling-core/commit/047a1960afbaed4613b8d305d8dff4988a97c2d9))
12+
* Set origin when merging chunks ([#109](https://github.com/DS4SD/docling-core/issues/109)) ([`b546c0a`](https://github.com/DS4SD/docling-core/commit/b546c0a50d11152f0ad65a1bc59e33478bc11052))
13+
* Add REFERENCE to exported labels and remove CAPTION ([#106](https://github.com/DS4SD/docling-core/issues/106)) ([`a66b0bb`](https://github.com/DS4SD/docling-core/commit/a66b0bb6f8d821bbad738c1bd9fc52317304579f))
14+
115
## [v2.9.0](https://github.com/DS4SD/docling-core/releases/tag/v2.9.0) - 2024-12-09
216

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

0 commit comments

Comments
 (0)